I have installed
SMTP Module beta4
PHPMailer 2.3
latest release of WEBFORM
I can send all mails also with WEBFORM... BUT I receive a BLANK PAGE with
-> Invalid address: "NAME FROM" <- NAME FROM is text filled
So I tried to make a PHPMailer downgrade ...but I get equal problem.
Can you help me?
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | smtp_639488_2.patch | 972 bytes | koyama |
Comments
Comment #1
jscm commentedI applied a solution.
I have done a phpmailer downgrade to version 2.2.1.
Now all work really good.
Comment #2
koyama commentedI am having this problem too when Ubercart sends out order notification emails via the SMTP Authentication Support module.
Problem seems to be that SMTP Authentication Support module is assuming that the PHPMailer accepts this syntax:
when it really expects this syntax:
Attaching patch which seems to fix the problem.
Environment:
Comment #3
franzCommited on dev, thanks!
Comment #4
franzops..
Comment #6
alokicreon commentedThis is very much useful!......
(smtp_639488_2.patch 972 bytes)
Thanks.... working fine.
Comment #7
Martin.Schwenke commentedI was having this problem in combination with the print module and came up with an almost identical solution to the one in comment #2. Are we likely to see a release that includes this fix? Or is using the dev version recommended?