1、在PHP.ini中设置 smtp.126.com为 SMTP Server。 
2、在sendmail.ini 中设置 用户名及密码。 
 
通过email.test.php进行邮件测试,系统提示: 
 
Sending an email to 'test@ '... (From: 'test@126.com') 
 
The email has been sent, you may now check that the email will arrive... 
 
但是,我的test邮箱始终收不到邮件,请各位高手帮忙解答一下。 |