[email protected] 是用GOOGLE企业邮局搞的,www.google.com/a/bb.com现在问题是怎么设置GOOGLE企业邮局,让我们网站通过[email protected] 发邮件?<?PHP
/********** SMTP服务器 **********/
$smtpserver = "smtp.gmail.com";/********** SMTP服务器端口 **********/
$smtpserverport =25;/********** SMTP服务器的用户邮箱 **********/
$smtpusermail = "[email protected]";/********** SMTP服务器的用户帐号 **********/
$smtpuser = "[email protected]";/********** SMTP服务器的用户密码 **********/
$smtppass = "111111";?>