Author Topic: PHPMailer SMTP Output  (Read 871 times)

0 Members and 1 Guest are viewing this topic.

Offline sfcTopic starter

  • Irregular
  • Posts: 28
    • View Profile
PHPMailer SMTP Output
« on: July 14, 2010, 10:15:00 AM »
I'm getting a strange response using PHPMailer where it is echoing the gmail server responses. 

Code: [Select]
SMTP -> FROM SERVER:220 mx.google.com ESMTP e20sm5319142vcm.40
SMTP -> FROM SERVER: 250-mx.google.com at your service, [68.4.142.3] 250-SIZE 35651584 250-8BITMIME 250-AUTH LOGIN PLAIN XOAUTH 250 ENHANCEDSTATUSCODES
SMTP -> FROM SERVER:250 2.1.0 OK e20sm5319142vcm.40
SMTP -> FROM SERVER:250 2.1.5 OK e20sm5319142vcm.40
SMTP -> FROM SERVER:354 Go ahead e20sm5319142vcm.40
SMTP -> FROM SERVER:250 2.0.0 OK 1279116570 e20sm5319142vcm.40

I don't tell it to echo anything.  Any ideas?

Thanks

Offline thorpe

  • Administrator
  • 'Mind Boggling!'
  • *
  • Posts: 29,255
    • View Profile
Re: PHPMailer SMTP Output
« Reply #1 on: July 14, 2010, 10:17:01 AM »
Code?

Offline sfcTopic starter

  • Irregular
  • Posts: 28
    • View Profile
Re: PHPMailer SMTP Output
« Reply #2 on: July 14, 2010, 10:20:08 AM »
Figured it out...the code I copied had debug mode turned on...sorry for bothering you.  Thanks for asking for the code...it made me go back through it.