ian
05-23-2010, 10:18 PM
I've just set up phplist and it's all working accept for actually sending emails. I've configured it to use SMTP (and tested the user id/ password) and to auth before setting, but it is still failing.
With debug turned on I get (ignoring the initial setup and some editing for security) (from phpmailer) -
SMTP -> get_lines(): $data was "250-host172.hostmonster.com Hello host172.hostmonster.com [74.220.207.172] 250-SIZE 52428800 250-PIPELINING 250-AUTH PLAIN LOGIN "
SMTP -> get_lines(): $str is "250-STARTTLS "
SMTP -> get_lines(): $data is "250-host172.hostmonster.com Hello host172.hostmonster.com [74.220.207.172] 250-SIZE 52428800 250-PIPELINING 250-AUTH PLAIN LOGIN 250-STARTTLS " SMTP -> get_lines(): $data was "250-host172.hostmonster.com Hello host172.hostmonster.com [74.220.207.172] 250-SIZE 52428800 250-PIPELINING 250-AUTH PLAIN LOGIN 250-STARTTLS "
SMTP -> get_lines(): $str is "250 HELP "
SMTP -> get_lines(): $data is "250-host172.hostmonster.com Hello host172.hostmonster.com [74.220.207.172] 250-SIZE 52428800 250-PIPELINING 250-AUTH PLAIN LOGIN 250-STARTTLS 250 HELP "
SMTP -> FROM SERVER: 250-host172.hostmonster.com Hello host172.hostmonster.com [74.220.207.172] 250-SIZE 52428800 250-PIPELINING 250-AUTH PLAIN LOGIN 250-STARTTLS 250 HELP SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "334 ABCdefgh "
SMTP -> get_lines(): $data is "334 ABCdefgh"
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "334 ABCdefgh"
SMTP -> get_lines(): $data is "334 ABCdefgh"
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "235 Authentication succeeded "
SMTP -> get_lines(): $data is "235 Authentication succeeded "
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 Accepted "
SMTP -> get_lines(): $data is "250 Accepted "
SMTP -> FROM SERVER: 250 Accepted
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "354 Enter message, ending with "." on a line by itself "
SMTP -> get_lines(): $data is "354 Enter message, ending with "." on a line by itself "
SMTP -> FROM SERVER: 354 Enter message, ending with "." on a line by itself
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "451 Temporary local problem - please try later "
SMTP -> get_lines(): $data is "451 Temporary local problem - please try later "
SMTP -> FROM SERVER: 451 Temporary local problem - please try later
SMTP -> ERROR: DATA not accepted from server: 451 Temporary local problem - please try later
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "250 Reset OK "
SMTP -> get_lines(): $data is "250 Reset OK "
SMTP -> FROM SERVER: 250 Reset OK Sent test mail to: xx@yyy.zz failed
It almost seems like php list just isn't passing the data..
Anyone have any ideas??
Ian
With debug turned on I get (ignoring the initial setup and some editing for security) (from phpmailer) -
SMTP -> get_lines(): $data was "250-host172.hostmonster.com Hello host172.hostmonster.com [74.220.207.172] 250-SIZE 52428800 250-PIPELINING 250-AUTH PLAIN LOGIN "
SMTP -> get_lines(): $str is "250-STARTTLS "
SMTP -> get_lines(): $data is "250-host172.hostmonster.com Hello host172.hostmonster.com [74.220.207.172] 250-SIZE 52428800 250-PIPELINING 250-AUTH PLAIN LOGIN 250-STARTTLS " SMTP -> get_lines(): $data was "250-host172.hostmonster.com Hello host172.hostmonster.com [74.220.207.172] 250-SIZE 52428800 250-PIPELINING 250-AUTH PLAIN LOGIN 250-STARTTLS "
SMTP -> get_lines(): $str is "250 HELP "
SMTP -> get_lines(): $data is "250-host172.hostmonster.com Hello host172.hostmonster.com [74.220.207.172] 250-SIZE 52428800 250-PIPELINING 250-AUTH PLAIN LOGIN 250-STARTTLS 250 HELP "
SMTP -> FROM SERVER: 250-host172.hostmonster.com Hello host172.hostmonster.com [74.220.207.172] 250-SIZE 52428800 250-PIPELINING 250-AUTH PLAIN LOGIN 250-STARTTLS 250 HELP SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "334 ABCdefgh "
SMTP -> get_lines(): $data is "334 ABCdefgh"
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "334 ABCdefgh"
SMTP -> get_lines(): $data is "334 ABCdefgh"
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "235 Authentication succeeded "
SMTP -> get_lines(): $data is "235 Authentication succeeded "
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 Accepted "
SMTP -> get_lines(): $data is "250 Accepted "
SMTP -> FROM SERVER: 250 Accepted
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "354 Enter message, ending with "." on a line by itself "
SMTP -> get_lines(): $data is "354 Enter message, ending with "." on a line by itself "
SMTP -> FROM SERVER: 354 Enter message, ending with "." on a line by itself
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "451 Temporary local problem - please try later "
SMTP -> get_lines(): $data is "451 Temporary local problem - please try later "
SMTP -> FROM SERVER: 451 Temporary local problem - please try later
SMTP -> ERROR: DATA not accepted from server: 451 Temporary local problem - please try later
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "250 Reset OK "
SMTP -> get_lines(): $data is "250 Reset OK "
SMTP -> FROM SERVER: 250 Reset OK Sent test mail to: xx@yyy.zz failed
It almost seems like php list just isn't passing the data..
Anyone have any ideas??
Ian