-
New Feature
-
Resolution: Won't Fix
-
Minor
-
None
-
3.11.3
-
None
-
MOODLE_311_STABLE
Request:
Wouldn't be safer to use a "post to a mailing list server" approach when we send posts in forums?
Modern mailing list servers, google, mailchimp have REST API to subscribe and unsubscribe members in their lists.
Reason to do so:
Many modern Moodle deployments are outside Universities and participants do not own a Campus email. Participants have emails from a variety of providers.
With current Forum architecture if we want to engage students and enable sending email to subscribers with every new post there is the risk to create a bottleneck. Even using a MTA, such as postfix, could lead to this situation.
For example we have courses of 1000 participants. that means with every new post the server sends out 999 emails. SMTP authentication might take ~ 1 sec and each email could take up several milliseconds to be send out.
- is duplicated by
-
MDL-80432 How to limit number of emails sent per hour for Latest Announcements Forum
-
- Closed
-