I'm using Amazon SES for email server, and set the header information from PHP code.
The from value is set correctly in the email header, but SES adds a different random number in "Return-Path:" and "Message-ID: "
Message-ID: <000001524603fa28-f2221670-bc0b-4ab7-b5ae-3bd68ed8ea24-000000@eu-west-1.amazonses.com>
Return-Path: <000001524603fa28-f2221670-bc0b-4ab7-b5ae-3bd68ed8ea24-000000@eu-west-1.amazonses.com>
The from value that is set in PHP: From no-reply@myweb.com Fri Jan 15 16:00:11 2016
All the emails are going out ok, but some receivers are blocking them with a rule set for that amazonses value
Is there a way to set that value in Amazon SES? I've been looking for days in their documentation and forums and nothing came out!