Jump to content

[RESOLVED] 3.6.2 Problem Sending E-Mail


Recommended Posts

The class.phpmailer is not correctly forming the e-mail To: address sent to the remote server. I enabled trace logs on my mail server and here's what I noticed:

 

SENT: RCPT TO:<SteveWhite<d*****s@r****y.com>

RECEIVED: 555 5.5.2 Syntax Error 32si583632ugf.51

 

Notice the incorrect formatting of the RCPT command.

It should look like:

 

SENT: RCPT TO:SteveWhite <d*****s@r****y.com>

 

Replacing class.phpmailer with 3.6.1 cured the problem.

 

Note, this has been intentionally cross-posted from the general discussion forum.

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated