我很沮喪地解決這個問題。 有一次我讓它工作。第二天,一個錯誤讓我很煩: Warning: Attempt to assign property of non-object in C:\XAMPP\htdocs\HAF\includes\sendmail.php on line 356
幫我解決這個問題:( 這裏是我的代碼: sendmail.php class SendMail {
我試圖通過使用php郵件通過php發送電子郵件,但它顯示SMTP連接()失敗。這是我的代碼。無法找出那是什麼問題。如果有人幫助追蹤錯誤,那對我來說會非常有幫助。 $mail = new PHPMailer;
$mail->isSMTP(); // Set mailer to use SMTP
$mail->Host = 'dds.uemtv.com'; // Speci
我使用下面的代碼來發送郵件,但我得到身份驗證不成功。相同的代碼適用於smtp.gmail.com,但不適用於smtp.office365.com。 <?php
/**
* This example shows settings to use when sending via Google's Gmail servers.
*/
//SMTP needs accurate times, a
我試圖通過使用PHP郵件通過PHP發送電子郵件,但它顯示SMTP連接()失敗。這是我的代碼。無法找出那是什麼問題。如果有人幫助追蹤錯誤,那對我來說會非常有幫助。 $mail = new PHPMailer;
$mail->isSMTP(); // Set mailer to use SMTP
$mail->Host = 'dds.uemtv.com'; // Spec