Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
For the mailing to users
_Ricky_
New
Hello,
I am planing to convert to Vanilla . I have few questions though:
- Do we have mass mailing in vanilla (like if want to send monthly newsletter ).
- Does it support HTML
- Can we throttle mass mailing ie. say I have 10K members , does it send mails in batches like few hundreds per hour ?
0
Comments
I highly suggest connecting to an email newsletter service like sendgrid, mandrill, or mail chimp.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.
So does that means there is no inbuilt mail scheduler or throttling yet, what about HTML support in mails ?
Yes, you would need to add a simple config line
$Configuration['Garden']['Email']['MimeType']= 'text/html';
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Thanks, so if we don't want to use third party mail service, there is no mass mailing ?
No, you would need to rely on your hosting provider. If you are hosting it locally then you would need to use an external service.
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
You can easily get the addresses of users as an admin. Vanilla has no built in way to queue mail messages, they are all sent at the moment they are generated. This means sending the email needs to happen before the timeout occurs.
Search first
Check out the Documentation! We are always looking for new content and pull requests.
Click on insightful, awesome, and funny reactions to thank community volunteers for their valuable posts.