發(fā)送郵件時出錯我在發(fā)送電子郵件時收到錯誤,它曾經(jīng)像這樣工作,但現(xiàn)在它給出了錯誤。我不知道錯誤的確切來源。等待您的幫助,在此先感謝您。2019-09-18 11:10:59 Connection: opening to mail.lifeloopers.com:587, timeout=300, options=array ( 'ssl' => array ( 'verify_peer' => false, 'verify_peer_name' => false, 'allow_self_signed' => true, ),) 2019-09-18 11:10:59 Connection: opened 2019-09-18 11:10:59 SMTP INBOUND: "220-refine.guzelhosting.com ESMTP Exim 4.92 #2 Wed, 18 Sep 2019 14:10:58 +0300" 2019-09-18 11:10:59 SMTP INBOUND: "220-We do not authorize the use of this system to transport unsolicited," 2019-09-18 11:10:59 SMTP INBOUND: "220 and/or bulk e-mail." 2019-09-18 11:10:59 SERVER -> CLIENT: 220-refine.guzelhosting.com ESMTP Exim 4.92 #2 Wed, 18 Sep 2019 14:10:58 +0300 220-We do not authorize the use of this system to transport unsolicited, 220 and/or bulk e-mail. 2019-09-18 11:10:59 CLIENT -> SERVER: EHLO localhost 2019-09-18 11:10:59 SMTP INBOUND: "250-refine.guzelhosting.com Hello localhost [85.103.6.117]" 2019-09-18 11:10:59 SMTP INBOUND: "250-SIZE 52428800" 2019-09-18 11:10:59 SMTP INBOUND: "250-8BITMIME" 2019-09-18 11:10:59 SMTP INBOUND: "250-PIPELINING" 2019-09-18 11:10:59 SMTP INBOUND: "250-AUTH PLAIN LOGIN" 2019-09-18 11:10:59 SMTP INBOUND: "250-STARTTLS" 2019-09-18 11:10:59 SMTP INBOUND: "250 HELP" 2019-09-18 11:10:59 SERVER -> CLIENT: 250-refine.guzelhosting.com Hello localhost [85.103.6.117]250-SIZE 52428800250-8BITMIME250-PIPELINING250-AUTH PLAIN LOGIN250-STARTTLS250 HELP 2019-09-18 11:10:59 CLIENT -> SERVER: STARTTLS 2019-09-18 11:10:59 SMTP INBOUND: "220 TLS go ahead" 2019-09-18 11:10:59 SERVER -> CLIENT: 220 TLS go ahead 2019-09-18 11:10:59 CLIENT -> SERVER: EHLO localhost我正在嘗試使用函數(shù)發(fā)送郵件,但它不斷拋出錯誤。我寫的函數(shù)如下。
2 回答

森林海
TA貢獻2011條經(jīng)驗 獲得超2個贊
錯誤說:
Password command failed: 535 Incorrect authentication data SMTP Error: Could not authenticate.
因此,您的憑據(jù)不正確(不再正確)。
- 2 回答
- 0 關(guān)注
- 400 瀏覽
添加回答
舉報
0/150
提交
取消