Hello,
after installing "PHPMailer" and deinstalling "SMTP" projekt notification mails will be sent with broken "from"-Content.
That broken "from"-content looks like this
- comm-press @mail01.dxtribute.net
correct from-content looks like this
- "Ralf Hendel (Drupal Hamburg - Consulting, Service, Webdesign - comm-press)"
- The Pattern for this is "[username] ([pagetitle])" <[sender-adress]>
after deinstalling "PHPMailer" and reinstalling "SMTP" projekt notification mails will be sent with correct "from"-Content.
SMTP-Test Mails from modul are always ok.
Are this enough informations for you to understand that behaviour?
Problem is that this terminates my mail-sorting-rules.
Thanks in advance and best regards,
Ralf
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | 634868-parse_address.patch | 3.15 KB | smk-ka |
Comments
Comment #1
R.Hendel commentedI forgot to notice, that "@mail01.dxtribute.net" is no correct mail-domain.
It's the internal domain server uses for autocomplete for recipients without a valid domain.
Comment #2
R.Hendel commentedHi,
maybe this can give you further informations:
I found this header entry:
BAD HEADER SECTION, Duplicate header field: "Date"
Regards, Ralf
Comment #3
smk-ka commentedI've rewritten the e-mail address parser which is responsible for extracting and handing e-mail addresses over to the PHPMailer library. I'll try to come up with some tests later, but in the meantime it would be nice if you could verify that this patch fixes your issue.
Comment #4
smk-ka commentedAfter adding a test case I feel confident enough to commit to CVS.
Comment #5
kkallsen commentedI have the same problem phpmailer strips the original 'from' from the contact page and replaces with the gmail login username. Now I don't have the email address from the contact form.
Kevin
Comment #6
smk-ka commentedThat's not what this issue is about, for your problem look over here: #607204: Cannot reply to emails sent via Gmail