Topic by Bastiaan van der Kooij
Content
Somehow when sending a message with the Mail API in a CPM the FriendlyFromAddress & ReplyToAddress are simply not coming through no matter what options I try. It always arrives without a trace of the friendly from & reply to address. I also tried setting custom headers like;
$MailMessage->Headers = "Reply-To: new@othermail.com";
But also nothing...
Can someone let me know what could be the issue here, since although this is documented in the MailMessage object, the sample does not use any of these setting.
thanks,
Bastiaan