Multiple email accounts with same sender address ignored - is it a BUG ?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
5 years ago
I wanted to setup two email service providers. One is a self hosted mail server with the host smtp.myserver.com, and another one at some service provider like smtp-relay.sendinblue.com.

I want both accounts to send emails with the sender address [email protected]. Test emails are working OK, but the system seems to ignore the second account (that was setup later) when I attach it to any message template, it uses the first account with the matching sender address.
I have not yet looked it up in the source code, but I suppose it identifies the email account to be used based only on the entered sender email address, and uses the first match even if there is another with another HOST address.
I tried this in version 4.0  Has anybody the same issue?
5 years ago
libor wrote:
... attach it to any message template...



In the Message Template configuration page, when you select an "Email account", you are selecting a specific account and it is referenced by the "Id" (i.e. stored that way in the MessageTemplate database table).  

You may be able to use the BCC field; I think it uses the default email account as the sending account.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.