Password = "xxxxxxx";  //你的密码请问是哪个密码和帐号???我有自己的服务器。我有自己的域名。"/> Password = "xxxxxxx";  //你的密码请问是哪个密码和帐号???我有自己的服务器。我有自己的域名。">

phpmailer,该如何处理

WBOY
Release: 2016-06-13 12:08:19
Original
932 people have browsed it

phpmailer
phpmailer中要求发送邮件方需要输入


$mail->Username = "xxxxxxx";  //你的邮箱<br />$mail->Password = "xxxxxxx";  //你的密码
Copy after login


请问是哪个密码和帐号???

我有自己的服务器。

我有自己的域名。

还有 class.smtp.php这个文件是干什么的接收的吗???
------解决思路----------------------
当然是你自己的邮箱跟密码了;
class.smtp.php通过smtp协议 验证你的账号、发送邮件等;
------解决思路----------------------
不是有 
$mail->Host       = "smtp.gmail.com";

这一句吗
------解决思路----------------------

引用:
Quote: 引用:

当然是你自己的邮箱跟密码了;
class.smtp.php通过smtp协议 验证你的账号、发送邮件等;


您好!

如果我有域名怎么办???


你的域名要干嘛?
不会影响你使用phpmailer发邮件
------解决思路----------------------
有域名和服务器,你就架设好自己的邮件服务器就行了。估计你是不会架设邮件服务器,你要是会的话就应该知道怎么填。自己百度一下吧,架设好之后,把$mail->Host ,$mail->Password,$mail->Password等信息设置好就行了
Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template