Hi.
I'm using the following modules on a site in development:
- PHPMailer - So we can send emails using Google's SMTP;
- Mime Mail - For sending HTML email;
- Messaging & Notifications - For use with OG Notifications. Messaging can be configured to send a number of emails at each cron run.
As we are sending emails through Google's SMTP (which limits to 500 emails/day) and also using Messaging (that configures the number of emails by cron run), so there's still the need to queue other emails, as the ones sent by core system or contact forms. For these, I thought about using MailQ.
The question is: can this combination of modules cause some issues? Messaging mails will also be added to MailQ queue?
Thanks!
Comments
Comment #1
cor3huis commentedI would advise using http://drupal.org/project/queue_mail MailQ is not mature enough IMHO
Comment #2
cor3huis commentedUnassigned the issue filer, Trying to answer your own questions eh? >:-)
Comment #3
zyxware commented@RodrigoBalest - Were you able to use mailq to send the mail in batches with PHPMailer + MailQ + Messaging?
Comment #4
zyxware commentedCleaning up issue queue. Feel free to reopen if this is still relevant.