PHP配置中的SMTP

PHP配置中的SMTP,php,email,smtp,gmail,Php,Email,Smtp,Gmail,这个配置有什么不好的地方 // smtp hostname of your server, you can use localhost if // it is the same server. define ("MAIL_HOST", "smtp.gmail.com"); // SMTP username of your server, it is the same like // PASSWORD if you use the same server define ("SMTP_USER",

这个配置有什么不好的地方

// smtp hostname of your server, you can use localhost if
// it is the same server.
define ("MAIL_HOST", "smtp.gmail.com");

// SMTP username of your server, it is the same like
// PASSWORD if you use the same server
define ("SMTP_USER","fname.sname15@gmail.com");

// SMTP password of your server, it is the same like
// PASSWORD if you use the same server
define ("SMTP_PASSWORD","lololololo");

这些话没有错;)是什么错误让你觉得这些行有问题?