Activities: Newsletter
mod_newsletter
Maintained by
David Bogner
This is a newsletter module for moodle. First stable release. It provides the basic features of common newsletter tools. Using it with moodle VERP bounce processing is recommended. But we will add an additional bounce processing feature that will be easier to configure.
253 sites
166 downloads
30 fans
Newsletter module
This is a typical newsletter module for moodle. The features are:
- Subscription methods: Opt in, opt out, forced
- Management of subscribed users: Cohort (un)subscription, Ajax user (un)subscription, filtering users
- Auto generated unsubscribe link
- Subscription of not yet registered users
- Multiple attachments
- Stylesheet: Attach a stylesheet and it will be converted to inline CSS (this is necessary for mail clients)
- Report of sent issues
- Resuming sending newsletter if there was a problem so that all recipients will get the newsletter
- Prevent duplicate message sending
- Issues overview with sort options: year/month/week
- Uses moodle internal VERP bounce system, if it is configured correctly
- Easy to use bounce processing: Just setup the mailbox for the noreply adress defined in the moodle configuration and it will automatically add bounce processing to all the newsletters
- Personalised newsletters: Supported replacement are (The pattern format starting with news:// makes it possible to use in in links without being modified by the editor):
- issueurl (URL pointing to the current issue for web view)
Pattern for replacement: news://issueurl/ - issuelink (a full html link pointing to the web view of the current issue)
Pattern for replacement: news://issuelink/ - firstname (First name of the user, the newsletter is sent to)
Pattern for replacement: news://firstname/ - fullname
Pattern for replacement: news://fullname/
- issueurl (URL pointing to the current issue for web view)
Upcoming features
- Tracking of read newsletter issues
- Statistics
- Templates engine
Useful links
Contributors
David Bogner (Lead maintainer)
Please login to view contributors details and/or to contact them
it is unfortunately not working for me! I tested this quite simple:
- I created a newsletter issue with a user having trainer rights.
- Then waited for the newsletter issue per email.
- Received email sender is noreply@, replyto-address is noreply@ as well.
- After clicking on reply the replyto-address does not change an still is the noreply@ address.
Did all the tests with different users and roles, always the same behavior!
What am I doing wrong?
Moodle 3.4.2+ (Build: 20180418)
Newsletter 1.3.3
Kind regards,
George
any chance to get further support regarding my issue?!
Many thanks in advance!
Kind regards,
George
Any chance for an update (moodle 3.5)?
Bert
yes there will be an update. But implementation of GDPR and other API adaptations are quite time consuming. We are not upgrading to 3.5 before September, so if you want to have it earlier than that, you can always contract me.
Kind regards,
David
Is there an updated version for 3.5 planned?
thank you for asking. In fact the 3.5 version has already been finished some months ago and was available in github for testing. I released it just now. Enjoy.
Kind regards,
David
I want to know if it is possible to delete newsletters that have been sent or hide them from the users.
Thanks!
that is currently not possible. Only via direct deletion in the database. You can only delete newsletter issues which have not yet been sent. That's because in the newsletter there is always a link to the online version of the newsletter, which should always work.
Kind regards,
David
Cheers
Dave