I wanted to ask a question regaring ar_mailer. So from what I know, all the emails are stored in a database and then i can schedule a cron to send them out. My website has emails for user activation, registration and invites etc. I would want the latency to be as low as possible. Is it fine if I run ar_mailer every 1 minute ?
Right now I am just using action_mailer and sometimes the mails just don't get delivered. Is there a way to check the mailq or something ? I can probably have the activation/registration mails sent out immediately and other mails sent out using ar_mailer.
Regards
Prateek