phpmailer所有对象和属性 中文
作者 佚名技术
来源 NET编程
浏览
发布时间 2012-05-26
出自:PHPMailer::$Encoding 文件:class.phpmailer.php 说明:设置邮件的编码方式,可选:"8bit", "7bit", "binary", "base64", 和 "quoted-printable". $ErrorInfo--属性 出自:PHPMailer::$ErrorInfo 文件: class.phpmailer.php 说明:返回邮件SMTP中的最后一个错误信息 Expand--方法 出自:SMTP::Expand() 文件:class.smtp.php 说明:返回邮件列表中所有用户。成功则返回数组,否则返回false(Expand takes the name and asks the server to list all the people who are members of the _list_. Expand will return back and array of the result or false if an error occurs.) F开头: $From--属性 出自:PHPMailer::$From 文件 class.phpmailer.php 说明:发件人E-mail地址 $FromName--属性 出自:PHPMailer::$FromName 文件: class.phpmailer.php 说明:发件人称呼 H开头: $Helo--属性 出自:PHPMailer::$Helo 文件: class.phpmailer.php 说明:设置SMTP Helo,默认是$Hostname(Sets the SMTP HELO of the message (Default is $Hostname).) $Host--属性 出自:PHPMailer::$Host 文件:class.phpmailer.php 说明:设置SMTP服务器,格式为:主机名[端口号],如smtp1.example.com:25和smtp2.example.com都是合法的 $Hostname--属性 出自:PHPMailer::$Hostname 文件: class.phpmailer.php 说明:设置在Message-Id和and Received headers 中的hostname并同时被$Helo使用。如果为空,默认为SERVER_NAME 或 ''localhost.localdomain" Hello--方法 出自:SMTP::Hello() 文件:class.smtp.php 说明:向SMTP服务器发送HELO命令 Help--方法 出自:SMTP::Help() 文件:class.smtp.php 说明:如果有关键词,得到关键词的帮助信息 I开头: IsError--方法 出自:PHPMailer::IsError() 文件:class.phpmailer.php 说明:返回是否有错误发生   |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
上一篇: 如何使用PHP编程说明下一篇: PHP中XML-RPC构造Web Service
关于phpmailer所有对象和属性 中文的所有评论