SMTP -> ERROR: EHLO not accepted from server:
SMTP -> ERROR: HELO not accepted from server:
SMTP -> ERROR: AUTH not accepted from server:
SMTP -> NOTICE: EOF caught while checking if connectedThe following From address failed: info@miosito.it : Called Mail() without being connected Mailer Error: The following From address failed: info@miosito.it : Called Mail() without being connected
questo errore e uguale per tutti i parametri 7bit 8bit binary e quoted-printable
non capisco,
la prova che ho fatto passo passo, mantiene la connessione fino al momento in cui invio lo user sbagliato,
la tua segnalazione d'errore indica l'interruzione immediata ovvero sembra che non sia stata neppure aperta
la connessione, EHLO ("hello") è il primo parametro inviato, prima ancora dello userid, puoi vedere la sequenza nell'esempio che ti ho postato
ho esaurito tutte le idee ... salvo usare un altro provider
ciao
Marino
ma ... santino mi ha risposto,
non conosci santino ?
ma si ... è il caro vecchio server mail.tiscali.it , forse avrà altri colleghi ma, a me, ha risposto proprio santino
per favore sostituisci il parametro
PHP:
$mail->SMTPDebug = 4; // eliminare quando si mette in "produzione"
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "554 santino.mail.tiscali.it ESMTP Your ip address is blacklisted (213.205.38.29) see http://www.spamhaus.org/sbl/ "
SMTP -> get_lines(): $data is "554 santino.mail.tiscali.it ESMTP Your ip address is blacklisted (213.205.38.29) see http://www.spamhaus.org/sbl/ "
SMTP -> FROM SERVER:554 santino.mail.tiscali.it ESMTP Your ip address is blacklisted (213.205.38.29) see http://www.spamhaus.org/sbl/
SMTP -> FROM SERVER:
SMTP -> ERROR: EHLO not accepted from server:
SMTP -> FROM SERVER:
SMTP -> ERROR: HELO not accepted from server:
Warning: fputs() [function.fputs]: SSL: Broken pipe in /var/www/virtual/miosito.it/htdocs/prova/phpmailer/class.smtp.php on line 308
SMTP -> ERROR: AUTH not accepted from server:
SMTP -> NOTICE: EOF caught while checking if connectedThe following From address failed: info@miosito.it : Called Mail() without being connected Mailer Error: The following From address failed: info@miosito.it : Called Mail() without being connected
SMTP -> get_lines(): 554 santino.mail.tiscali.it ESMTP Your ip address is blacklisted (213.205.38.29) see http://www.spamhaus.org/sbl/ "
SMTP -> get_lines(): $data is "554 santino.mail.tiscali.it ESMTP Your ip address is blacklisted (213.205.38.29) see http://www.spamhaus.org/sbl/ "
SMTP -> FROM SERVER:554 santino.mail.tiscali.it ESMTP Your ip address is blacklisted (213.205.38.29) see http://www.spamhaus.org/sbl/
SMTP -> FROM SERVER:
SMTP -> ERROR: EHLO not accepted from server:
SMTP -> FROM SERVER:
SMTP -> ERROR: HELO not accepted from server:
Warning: fputs() [function.fputs]: SSL: Broken pipe in /var/www/virtual/miosito.it/htdocs/prova/phpmailer/class.smtp.php on line 308
SMTP -> ERROR: AUTH not accepted from server:
SMTP -> NOTICE: EOF caught while checking if connectedThe following From address failed: info@miosito.it : Called Mail() without being connected Mailer Error: The following From address failed: info@miosito.it : Called Mail() without being connected[/CODE][/QUOTE]
ciao,
abbiamo capito il motivo,
Your ip address is blacklisted (213.205.38.29)
il problema non è più la funzione mail ma "miosito.it che viene rifiutato perrchè è in una blacklist
per informazione la classe phpmailer utilizza a sua volta la classe class.smtp.php
quest'ultima, in difformità alla documentazione di phpmailer, utilizza il codice di debug 4 per visualizzare tutti i passi compiuti per l'invio della mail.
soluzione, far togliere il tuo sito dalla blacklist
ciao
Marino
oppure stai usando per miosito un nome non adatto, richiamandolo mi presenta,
PANNELLO DI CONTROLLO HOSTING
è giusto il nome che stai usando come userid ?
ciao
Marino
se al posto dei dati per accedere alla mail, metto i dati per accedere all'hosting mi da questo
Codice:
SMTP -> get_lines(): $data was ""
SMTP -> get_lines(): $str is "554 michael.mail.tiscali.it ESMTP Your ip address is blacklisted (213.205.38.29) see http://www.spamhaus.org/sbl/ "
SMTP -> get_lines(): $data is "554 michael.mail.tiscali.it ESMTP Your ip address is blacklisted (213.205.38.29) see http://www.spamhaus.org/sbl/ "
SMTP -> FROM SERVER:554 michael.mail.tiscali.it ESMTP Your ip address is blacklisted (213.205.38.29) see http://www.spamhaus.org/sbl/
SMTP -> FROM SERVER:
SMTP -> ERROR: EHLO not accepted from server:
SMTP -> FROM SERVER:
SMTP -> ERROR: HELO not accepted from server:
SMTP -> ERROR: AUTH not accepted from server:
SMTP -> NOTICE: EOF caught while checking if connectedThe following From address failed: info@miosito.it : Called Mail() without being connected Mailer Error: The following From address failed: info@miosito.it : Called Mail() without being connected