migordon
migordon
Comments
-
This appears to be a bug in the Amazon SES implementation in PHPMailer. It doesn't enclose the "From" name in quotes, as required by the MIME standard if you want to use any of certain characters in a MIME parameter value. See, e.g., RFC…
-
I commented out your code that checks for commas in the "From" name (lines 181 and 182 in edit.php and lines 118 and 119 in create.php), then manually enclosed my From name in double-quotes. Amazon happily sent it, both a test and a test campaign…