I would like to use multiple sender's email (smtp) for different cases with actionmailer MVC
.
For example, if it's a new user registering, then the confirmation will be sent with the [email protected]
email.
If the user get contact by another user, the sender email will be [email protected]
.
So I need to setup 3-4 smtp, and use them in actionmailer. So far, webconfig
can't support multiple smtp. Thks