Closed (duplicate)
Project:
Mime Mail
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 Sep 2008 at 11:55 UTC
Updated:
11 Dec 2010 at 14:29 UTC
Jump to comment: Most recent file
Comments
Comment #1
zmove commentedI found the problem,
Mimemail don't understand email address format in their full declaration like that : "John Doe"
That result to the message in my precedent post, and the email is not sent.
The solution is too extract the email address from a full email address format using regular expressions.
Here is a patch for the 6.x dev version.
Comment #2
zmove commentedBump, still need opinion about that....
Comment #3
kenorb commentedThis patch worked for me, thanks a lot!
Token supporting realnames.
There is module realname as well, but I haven't tested it.
Comment #4
sgabe commentedWell, the thing is that Windows doesn't support addresses in the form of
"John Doe <johndoe@example.com>"fortoparameter. We need to handle this somehow, but this is not good enough.I am marking this as a duplicate of #758922: Use simple address format for PHP mail() on Windows, we shall continue there.