Hello. I searched the forum but I was unable to find answer for the following question:
I use Amazon AWS for the email sending and I must specify a static email address as the sender but I want to customize the name of the sender. When including this in the email body or the subject line:
{Your Name|2}
It shows the submitted email name. If I include it to “Name (optional)” under ” “From” address -> Static email address” it simply shows the variable {Your Name|2} instead of showing the name of the person that submits the form. If you can point me to the specific settings/code editing to make this work it will be awesome. I need to submit it via AWS SES to ensure 100% deliverability instead of spoofing the customer’s email and sending from his email address using my php mailer. Also using SES you can only send mail to pre-aproved addresses so I can’t use the submitted email address as “from email” setting.
I would really appreciate any help received. Thank you.