Project:Messaging
Version:6.x-2.1
Component:PHPMailer
Category:support request
Priority:normal
Assigned:Unassigned
Status:closed (won't fix)

Issue Summary

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?

Comments

#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

Status:active» closed (won't fix)

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.