Closed (fixed)
Project:
SMTP Authentication Support
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
3 Feb 2010 at 12:58 UTC
Updated:
21 Feb 2012 at 12:00 UTC
Jump to comment: Most recent file
Comments
Comment #1
franzHi,
I'm no maintainer for webform, so I can't help with it.
How did you configure your SMTP settings?
Which version of PHPMailer are you using? Did you apply the patch?
Try enabling the debug option and report the printed information.
Comment #2
jerome@drupal.org commentedHi,
I have the same issue.
Anybody find a workaround ?
Best Regards,
Jerome
Comment #3
franzPlease post debug info.
Comment #4
gbilski commentedI too got the error invalid address with webform subissions.This error occurs with beta4, downgrading to beta3 fixes it. From the Drupal log: Cannot modify header information - headers already sent by (output started at /var/www/servers/caci/sites/all/modules/smtp/phpmailer/class.phpmailer.php:413) in /var/www/servers/caci/includes/common.inc on line 335.
Comment #5
franzPlease read the whole post before replying...
How did you configure your SMTP settings?
Which version of PHPMailer are you using? Did you apply the patch?
Try enabling the debug option and report the printed information.
Comment #6
jrglasgow commentedI have found the cause of this problem.
Between Beta3 and Beta4 this bit of code was added
It takes the From address and uses it as the Reply-To address.
E-mail header fields allow the From address to be in the form: Name <name@example.com>
The Reply-To address can only be in the form name@example.com
This patch checks to see if the address is in an improper format and changes it accordingly.
Comment #7
Mark B commentedThe patch failed to apply for me against 6.x-1.0-beta4:
but I made the changes manually and my webforms now send nicely.
Comment #8
franzThanks for the work
Commited 6.x...
Must be commited on 7.x as well
Comment #9
franzCommited on 7.x
Comment #10
franzops... version bump
Comment #12
aparna1234 commentedhi...
Iam going to develop drupal website but sending emails through exim4(mta) is not done can I use phpmailer to send emails i.e registration and newsletters..? can anyone help me....?