If you’re using AuthSMTP like we are, you may be interested in the new ManyMailers Rails plugin. With it, you can use multiple mail servers in your app.
ProjectMailer.with_settings(:internal) do |mailer| mailer.deliver_notification(blah) end
Looks cool!