Hi,
I get this error when I try to send a newsletter with simplenews and mimemail.
Can somebody help me to fix the problem ?
thanks
zmove
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | mimemail.module.patch | 536 bytes | zmove |
Hi,
I get this error when I try to send a newsletter with simplenews and mimemail.
Can somebody help me to fix the problem ?
thanks
zmove
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | mimemail.module.patch | 536 bytes | zmove |
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.