Linux server that uses Postfix to send mail via Amazon SES. When sending email from Wordpress, the emails are rejected due to an improper Envelope From address.
How can I configure Postfix to always use myemail@mydomain.com as the Envelope From address?
I am looking for a default property I can configure and not a code based solution.