Hi all !
I want to set up 3 outgoing mail servers :
- hello@domain.com
- sales@domain.com
- project@domain.com
So what I would like to do is when an employ sends an email from sales, I want the recipient to receive the email from sales@domain.com and replay to the same email.
When an employ sends an email from project, I want the recipient to receive the email from project@domain.com and replay to the same email.
And so on …
The only thing I found to achieve that, is in email templates at “Email Configuration” Tab.
Right now, the field From has value : ${(object.create_uid.email_formatted or user.email_formatted) | safe}
Can someone help me change the field value (or suggest another solution) in order to achieve the above ?
Thank you all in advance !!!
John