Hi,
I have been making tests to set up some email templates to contact our clients. These are the addressing settings I am using for one of these templates:
From: ${object-user_id.email}
To (Emails): ${object.email}
To (Partners): ${object.id}
Reply-To:
These are my questions:
- The e-mail is correctly sent, but the from address when the email is received shows the outgoing email address of the system and not the email of the user. How could I set the From field so that the user's address is shown?
- I would like to address the potential responses to an email alias (i.e. marketing@mydoamin.com) so that a lead is created when anyone answers the mail. How could I set this alias address (marketing@mydomain.com) in the Reply-to field?
Thank you very much. Regards,
Javier