我已经像这样设置了php.ini:因为我使用的是Windows操作系统
[mail function]
; For Win32 only.
; http://php.net/smtp
SMTP = mail.gmail.com
; http://php.net/smtp-port
smtp_port = 25
; For Win32 only.
; http://php.net/sendmail-from
sendmail_from = redsun.arun1991@gmail.com
在我写的php文件中(第156行)
mail('arun@gmail.com', 'My Subject', 'test mail');
得到错误。
Warning: mail(): Failed to connect to mailserver at "mail.gmail.com" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in C:\wamp\www\hello.php on line 156