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 register@example.com
email.
If the user get contact by another user, the sender email will be contact@example.com
.
So I need to setup 3-4 smtp, and use them in actionmailer. So far, webconfig
can't support multiple smtp. Thks