Question

I need set sender name, but I have errors when I used this:

$mail=new \google\appengine\api\mail\Message();
$mail->setSender("Sender Name <email@address.com>");

same problem, if I tried modify headers:

$mail->addHeader("From", "Sender Name <email@address.com>");

Somebody who solved this problem?

Thanks

Was it helpful?

Solution

This is a known issue in GAE PHP, you can track it at https://code.google.com/p/googleappengine/issues/detail?id=10153

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top