0
我不能通過使用iis7服務器的php代碼發送電子郵件。這裏是我從服務器獲取的警告。php + iis7無法發送電子郵件?
Warning: mail(): SMTP server response: 550-(ip-0AD2EFB5) [ip]:50942 is currently not permitted to relay 550 through this server. in C:\inetpub\wwwroot\email\sendemail.php on line 17
and the 17th line is mail($to, $subject, $message, $headers)
有人能幫我解決這個問題嗎?
在IIS上創建SMTP服務器並允許來自127.0.0.1? –
我已經在亞馬遜服務器上安裝了SMTP服務器。 – Hitendra
然後你必須在'php.ini'中修改SMTP來發送拋出127.0.0.1 –