Hi guys, i've set it up with the relay address and no login, but I keep getting the following error;
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "220 n1nlshrout01.shr.prod.ams1.secureserver.net ESMTP "
SMTP -> get_lines(): $data is "220 n1nlshrout01.shr.prod.ams1.secureserver.net ESMTP "
SMTP -> FROM SERVER:220 n1nlshrout01.shr.prod.ams1.secureserver.net ESMTP
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "250-n1nlshrout01.shr.prod.ams1.secureserver.net "
SMTP -> get_lines(): $data is "250-n1nlshrout01.shr.prod.ams1.secureserver.net "
SMTP -> get_lines(): $data was "250-n1nlshrout01.shr.prod.ams1.secureserver.net "
SMTP -> get_lines(): $str is "250-PIPELINING "
SMTP -> get_lines(): $data is "250-n1nlshrout01.shr.prod.ams1.secureserver.net 250-PIPELINING "
SMTP -> get_lines(): $data was "250-n1nlshrout01.shr.prod.ams1.secureserver.net 250-PIPELINING "
SMTP -> get_lines(): $str is "250-SIZE 30457280 "
SMTP -> get_lines(): $data is "250-n1nlshrout01.shr.prod.ams1.secureserver.net 250-PIPELINING 250-SIZE 30457280 "
SMTP -> get_lines(): $data was "250-n1nlshrout01.shr.prod.ams1.secureserver.net 250-PIPELINING 250-SIZE 30457280 "
SMTP -> get_lines(): $str is "250 8BITMIME "
SMTP -> get_lines(): $data is "250-n1nlshrout01.shr.prod.ams1.secureserver.net 250-PIPELINING 250-SIZE 30457280 250 8BITMIME "
SMTP -> FROM SERVER: 250-n1nlshrout01.shr.prod.ams1.secureserver.net 250-PIPELINING 250-SIZE 30457280 250 8BITMIME
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "250 ok "
SMTP -> get_lines(): $data is "250 ok "
SMTP -> FROM SERVER:250 ok
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "250 ok "
SMTP -> get_lines(): $data is "250 ok "
SMTP -> FROM SERVER:250 ok
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "354 go ahead punk, make my day "
SMTP -> get_lines(): $data is "354 go ahead punk, make my day "
SMTP -> FROM SERVER:354 go ahead punk, make my day
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "250 ok 1365884700 qp 32478 by n1nlshrout01.shr.prod.ams1.secureserver.net "
SMTP -> get_lines(): $data is "250 ok 1365884700 qp 32478 by n1nlshrout01.shr.prod.ams1.secureserver.net "
SMTP -> FROM SERVER:250 ok 1365884700 qp 32478 by n1nlshrout01.shr.prod.ams1.secureserver.net
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "221 n1nlshrout01.shr.prod.ams1.secureserver.net Goodbye. "
SMTP -> get_lines(): $data is "221 n1nlshrout01.shr.prod.ams1.secureserver.net Goodbye. "
SMTP -> FROM SERVER:221 n1nlshrout01.shr.prod.ams1.secureserver.net Goodbye.
I'm getting the odd email that it's successful, everything is very intermittent and it's driving me crackers.
I think the problem might lie with the patch for phpmailer, there's three patches and I can't find half the text... can anyone copy and paste what the class.phpmailer.php should say or their working files or something?
Thanks in advance to anyone willing to help
Comments
Comment #1
millionaire commentedanyone?
:(
Comment #2
oadaeh commentedI'm not seeing any errors, but I am seeing a lack of data being sent. You could try the PHPMailer module to see if you have the same problem with it. That will help you get closer to narrowing down whether it is the code, the settings, or Go Daddy.
Comment #3
kenorb commentedClosed because Drupal 6 is no longer supported. If the issue verifiably applies to later versions, please reopen with details and update the version.