How to send emails with multiple, dynamic smtp using Actionmailer/Ruby on Rails

Posted by Angela on Stack Overflow See other posts from Stack Overflow or by Angela
Published on 2010-04-18T15:34:12Z Indexed on 2010/04/18 15:43 UTC
Read the original article Hit count: 220

Filed under:
|
|

I saw this post but mine is slightly different:

http://stackoverflow.com/questions/1559879/rails-actionmailer-with-multiple-smtp-servers

I am allowing the users to send mail using their own SMTP credentials so it actually does come from them.

But they will be sent from the Rails app, so that means for each user I need to send their emails using their own SMTP server.

How can I do that?

© Stack Overflow or respective owner

Related posts about smtp

Related posts about ruby-on-rails