Moodle Plugins directory: Newsletter | Moodle.org
Newsletter
Activities ::: mod_newsletter
Maintained by
David Bogner,
Wunderbyte GmbH
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.
Latest release:
318 sites
122 downloads
55 fans
Current versions available: 7
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)
Wunderbyte GmbH: Product owner
Please login to view contributors details and/or to contact them
we have a quite high workload right now and projects that are being paid have a higher priority. This issue will be fixed, but not sure about the time when it is going to be fixed. Currently it is used by us in Moodle 4.1 and we have done recent changes to also support PHP8.1 and added a feature to subscribe via enabling a checkbox in the user profile field upon registration. But support for M4.2 is not yet a high priority. To make things happen faster it is always possible to contract us for such a work. The other thing you could do is using Moodle 4.1. What you can do as well is to replace this line:
https://github.com/Wunderbyte-GmbH/moodle-mod_newsletter/blob/c43e34f1a6dcfeafc87db5c12f703f2ecf551505/classes/newsletter.php#L934
with that:
$CFG->texteditors = 'tiny,textarea';
Then report back if it works and if changing the stylesheet still works (There might be chances).
PS: I just released a new version.
Kind regards,
David
thanks for that information.
After the current update I tried the patch you recommended, and it seems to work as far I can see/edit now the main text.
Obviously, the “old” tiny is back.
However, at the moment it doesn't allow adding attachments. The field for attachments doesn't open. Just a spinning icon can be seen.
Is that also a matter of moodle 4.2 in combination of the plugin?
Kind regards
Walter
Although the editor works with the patch, there are other limitations that prevent the plugin from being used under 4.2.
First of all, the attachment feature is not available – which can be sacrificed in some cases. But much more important is the fact that messages are not sent out by the system.
So it's currently not usable, and I'm forced to find another solution.
But it would be nice if you would keep us posted here when you update the plugin.
Thanks and best regards
Walter
Yes, everything else works fine, the cron job is running.
I am currently testing another mail plugin as a replacement, and it works on a scheduled basis.
I have the same problem as Walter: the messages are not sent out by the system.
I try various combination and option of the Filter users feature (the newly added function), but nothing works.
My moodle version is 4.1.4+
Kind regards,
David
after creating a new issue of the newsletter, the messages are not sent out.
When is time to send messages under the issue appear two number, equal to the number of users who should receive the message. What is the meaning of these two number?
Kind regards,
Sofia
Kind regards,
David
I can enter the headline and main text, but in the attachments field the cursor starts spinning and there is no way to finish the newsletter.
If I try to open an older newsletter, the editor shows just HTML-Formatted text and the same issue with the spinning cursor in attachments. No way to use or open an older text.
Any idea when the plugin will being back on a useable level?
Thanks, Walter
However, that helps just partly only. If the tinymce editor is active, the text is readable (no HTML format visible) now, but I completely miss all icons to format the text any further. There is no menu bar visible at all.
And secondly, the spinning cursor in the attachment area field is still there and doesn't let me add any document.
Thus, I am afraid, that I am still not able to use it the normal way.