sendmail.ini设置
smtp_server=smtp.gmail.com
smtp_port=25
error_logfile=error.log
debug_logfile=debug.log
auth_username=user_name@gmail.com
auth_password=xxxxxxx
force_sender=luckysxy@gmail.com
php.ini设置
sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t"
mail.add_x_header = Off
sendmail下载: http://glob.com.au/sendmail/
smtp_server=smtp.gmail.com
smtp_port=25
error_logfile=error.log
debug_logfile=debug.log
auth_username=user_name@gmail.com
auth_password=xxxxxxx
force_sender=luckysxy@gmail.com
php.ini设置
sendmail_path = "\"C:\xampp\sendmail\sendmail.exe\" -t"
mail.add_x_header = Off
sendmail下载: http://glob.com.au/sendmail/