Mail

Hi!

I use armailer and crontab to send out mass email at night works
perfektly.

But i also have mail that i want to send immediatly, is there a way
to say to armailer deliver at once. Or do i have to set ar_sendmail -d
5minutes
or crontab ar_sendmail -o every 5minutes. And what is best daemon or
cron.

Thanks

Hi Mikael,

here is how you can have both queued mail and instant mail:
http://www.anup.info/2008/04/15/batch-mailing-in-rails/

Check out point 3 specifically.

Bye,
Tom

Thanks!

here is how you can have both queued mail and instant mail:
http://www.anup.info/2008/04/15/batch-mailing-in-rails/

Works perfect for me.