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

cor3huis’s picture

I would advise using http://drupal.org/project/queue_mail MailQ is not mature enough IMHO

cor3huis’s picture

Assigned: RodrigoBalest » Unassigned

Unassigned the issue filer, Trying to answer your own questions eh? >:-)

zyxware’s picture

@RodrigoBalest - Were you able to use mailq to send the mail in batches with PHPMailer + MailQ + Messaging?

zyxware’s picture

Status: Active » Closed (won't fix)

Cleaning up issue queue. Feel free to reopen if this is still relevant.