我在使用this tutorial在本地主機xampp中發送郵件時遇到問題。我只是研究了這同一主題在How to configure XAMPP to send mail from localhost?在xampp localhost中發送php郵件不起作用
我已經試過這兩個鏈接,但郵件功能不工作,而不是每次這個郵件功能被存儲爲XAMPP/mailoutput文件夾中的記事本文件。每當我嘗試發送一封郵件時,這些郵件都會作爲記事本文件存儲在xampp文件夾內的郵件輸出文件夾中。
我不知道問題出在哪裏。我在xampp中更改了我的php.ini和sendmail.ini文件。
的php.ini如下:
SMTP=smtp.gmail.com
smtp_port=587
sendmail_from = [email protected]
sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t"
sendmail.ini如下:
smtp_server=smtp.gmail.com
smtp_port=587
error_logfile=error.log
debug_logfile=debug.log
[email protected]
auth_password=my-gmail-password
[email protected]
任何人可以幫助我解決這個問題?
http://stackoverflow.com/questions/19132171/send-email-from-localhost-running-xammp-in-php-using-gmail-mail-server –
即使這一個不工作....我剛剛嘗試 –