PHP Gmail stmp
- 檢查是否開啟openSSL
- php -r "phpinfo();" | grep OpenSSL
- 開啟安全性較低的應用程式存取權限
- https://www.google.com/settings/security/lesssecureapps
- 若使用 gsuite
- 管理控制台->安全性->基本設定->低安全性應用程式
- 連線參數
- protocal = smtp
- smtp host = ssl://smtp.gmail.com
- smtp port = 465
- smtp user = 發送端 google 帳號
- smtp pass = 發送端 google 密碼
參考文獻:
PHP Gmail stmp
Reviewed by Wild
on
4/29/2016 08:10:00 下午
Rating:
沒有留言:
沒有Google帳號也可發表意見唷!