[Rails] Re: Benchmarking a mailer
Thanks for suggesting BIND, I usually only install BIND on a server
running a nameserver, but this helps :)
I've decided to go another way though. We can use the SMTP server on
the receiving end directly from Rails, because it accepts direct SMTP
requests from our server. Now I'd like to use two ActionMailer
configurations: one using our own SMTP server (Postfix) for regular
outgoing e-mails with low priority. And one using the remote SMTP
server. We'd like to decide which SMTP server it should go to based on
the Mailer method used. E.g. one mailed method called "notifier" and
one called "urgent_notifier".
How can I accomplish this?
Thank you!
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home