Mass email
Hi there.
When I send Mass email it received without message body, with subject and footer only. Why?
R5.5.4, RU cp-1251, php 7.1, function mail.
Comments
Log in or create an account to post a comment.
Hi there.
When I send Mass email it received without message body, with subject and footer only. Why?
R5.5.4, RU cp-1251, php 7.1, function mail.
Missing mail body text
$user['allow_massemail']
$user['allow_massemail']
,but it list all active users in the form itself. This needs to be changed.FIXED revision:1fbfc53It is on the user to opt in, the question is if it needs an option to override this setting?
The module needs additional work. Imagine a teacher who wants to send a mail to a certain class of his, e.g. for home work or excursion info.
Message set
Google translate
OK?
Комментарий 598
I vote for the Admin's option to override user setting.
Additionally I would like to set "Allow mass email" for all users to ON by default. How can I change this setting for all users now and future ?
Change default settings for allow_intercom and allow_massemail
allow_intercom
andallow_massemail
via the AdminPanel in the Notifications section.FIXES: revision:6463209, revision:f083f6f
existing settings can be reset via SQL query:
It still needs a solution to set a policy for the different use cases: Opt-In, Opt-Out, Override.