PHPMailer redirects to text
OnlineWD™ - July 5, 2009 - 09:26
| Project: | Messaging |
| Version: | 6.x-2.1 |
| Component: | PHPMailer |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | won't fix |
Jump to:
Description
I have PHPMailer working and sending emails in HTML however after adding a comment or publishing content it redirects to a tonne of text on a white page. Starts like this ..
SMTP -> get_lines(): $data was "" SMTP -> get_lines(): $s
How do I prevent this?

#1
In the text is ..
We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail. SMTP -> get_lines(): $data was "" SMTP -> get_lines(): $str is
But it's working!
#2
Looks like some settings issue with your mail server, we won't look into fixing PHPMailer internal issues. Try posting to PHPMailer project.
Workaround: Disable 'Inmediate sending' so at least these errors will be just logged.