I am using a Wrapper from http://sourceforge.net/projects/php-aws-ses/
I am not able to send Email Headers with
From: Name <[email protected]>
Is there any way we can send headers using amazon ses. Any other PHP Wrapper you recommend which allows us to do that ?
With Amazon SES, you can send transactional email, marketing messages, or any other type of high-quality content to your customers.
To enhance the security of Amazon SES customers, beginning October 1, 2020, support for Signature Version 3 will be turned off (deprecated) in Amazon SES, and only Signature Version 4 will be supported going forward.
Double-click an email message to open it outside of the Reading Pane. Click File > Properties. Header information appears in the Internet headers box. Tip: You can highlight the information in that box, press Ctrl+C to copy, and paste it into Notepad or Word to see the entire header at once.
Change the FROM Variable to something like this
$m->setFrom(" Name <[email protected]>");
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With