I just tried with 3.02. and it does not send any emails. How to debug?
Strange... apart form TinyMCE, this plugin doesn't need any external resource to work (Javascript that could produce conflicts with other scripts/plugins). It just makes use of the default Osclass mail system, so if your normal alerts, registering, validation mails, etc do work, this should work too.
Anyway, check your PHP error log to see if there is something related there:
http://doc.osclass.org/Debug_PHP_errors Also... is there a way to set interval between sent mail? Like send to 1 person, then after a minute send to the next, etc.
When I clicked to send email, it said that mails were sent. All of them? At once? What if I have thousands of users?
If you have thousands of users, don't use this plugin yet...
ToDo:
- Use of keywords to customize mails.
- Premade templates.
- Throttling mechanism when sending a whole lot of mails at once.
Not an easy task to implement such a throttling mechanism, I don't plan to get it ready any time soon.
Now some news: today or tomorrow I'll post version 1.2, keywords, destinataries selection (users, admin/s or both) and another minor change.
Regards