我想用我的php脚本发送电子邮件,我一直在尝试正常的格式
mail($to, $subject, $message);
预先定义$ to,$ subject,$ message作为变量,但不起作用,尝试将我的php.ini更改为
[mail function]
; For Win32 only.
XAMPP: Comment out this if you want to work with an SMTP Server like Mercury
; http://php.net/smtp
SMTP = localhost
; http://php.net/smtp-port
smtp_port = 25
; For Win32 only.
; http://php.net/sendmail-from
sendmail_from = something@gmail.com
正如网上的一些例子告诉我的那样,但一切都无济于事,请讨论这种令人沮丧的活动是什么?