$ErrorInfo --属性
出自:PHPMailer : $ErrorInfo
文件:class.phpmailer .php
说明:返回邮件SMTP中的最后一个错误信息
Expand --方法
出自:SMTP::Expand()
文件:class.smtp.php
说 明:返回邮件列表中所有用户。成功则返回数组,否则返回 false(Expandtakesthenameandaskstheservertolistallthepeoplewhoaremembersofthe_list_.Expandwillreturnbackandarrayoftheresultorfalseifanerroroccurs.)
F开头:
$From --属性
出自:PHPMailer ::$From文件class.phpmailer .php
说明:发件人E-mail地址
$FromName --属性
出自:PHPMailer ::$FromName
文件:class.phpmailer .php
说明:发件人称呼
H开头:
$Helo --属性
出自:PHPMailer ::$Helo
文件:class.phpmailer .php
说明:设置SMTPHelo,默认是$Hostname(SetstheSMTPHELOofthemessage(Defaultis$Hostname).)
$Host --属性
出自:PHPMailer ::$Host
文件:class.phpmailer .php
说明:设置SMTP服务器,格式为:主机名[端口号],如smtp1.example.com:25和smtp2.example.com都是合法的
$Hostname --属性
出自:PHPMailer ::$Hostname
文件:class.phpmailer .php
说明:设置在Message-Id和andReceivedheaders中的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
说明:返回是否有错误发生
IsHTML --方法
出自:PHPMailer ::IsHTML()
文件:class.phpmailer .php
说明:设置信件是否是HTML格式
IsMail --方法
出自: PHPMailer ::IsMail()
文件:class.phpmailer .php
说明:设置是否使用php的mail函数发件
IsQmail --方法
出自: PHPMailer ::IsQmail()
文件:class.phpmailer .php
说明:设置是否使用qmailMTA来发件
IsSendmail-- 方法
出自:PHPMailer ::IsSendmail()
文件:class.phpmailer .php
说明:是否使用$Sendmail程序来发件
IsSMTP--方法
出自:PHPMailer ::IsSMTP()
文件:class.phpmailer .php
说明:是否使用SMTP来发件
M开头:
$Mailer --属性
出自:PHPMailer ::$Mailer
文件:class.phpmailer .php
说明:发件方式,("mail","sendmail",or"smtp").中的一个
Mail --方法
出自:SMTP::Mail()
文件:class.smtp.php
说明:从$from中一个邮件地址开始处理,返回true或false。如果是true,则开始发件
N开头:
Noop-- 方法
出自:SMTP::Noop()
文件:class.smtp.php
说明:向SMTP服务器发送一个NOOP命令
P开头:
$Password --属性
出自:PHPMailer ::$Password
文件:class.phpmailer .php
说明:设置SMTP的密码
$PluginDir --属性
出自:PHPMailer ::$PluginDir
文件:class.phpmailer .php
说明:设置phpmailer 的插件目录,仅在smtpclass不在phpmailer 目录下有效
$Port --属性
出自:PHPMailer ::$Port
文件:class.phpmailer .php
说明:设置SMTP的端口号
$Priority --属性
出自:PHPMailer ::$Priority
文件:class.phpmailer .php
说明:设置邮件投递优先等级。1=紧急,3=普通,5=不急
PHPMailer --对象
出自:PHPMailer
文件:class.phpmailer .php
说明:PHPMailer -PHPemailtransportclass
Q开头
Quit --方法
出自:SMTP::Quit()
文件:class.smtp.php
说明:向服务器发送Quit命令,如果没有错误发生。那么关闭sock,不然$close_on_error为true
R开头
Recipient --方法
出自:SMTP::Recipient()
文件:class.smtp.php
说明:使用To向SMTP发送RCPT命令,参数为:$to
Reset --方法
出自:SMTP::Reset()
文件:class.smtp.php
说明:发送RSET命令从而取消处理中传输。成功则返回true,否则为false
S开头:
$Sender --属性
出自:PHPMailer ::$Sender
文件:class.phpmailer .php
说明:SetstheSenderemail(Return-Path)ofthemessage.Ifnotempty,willbesentvia-ftosendmailoras'MAILFROM'insmtpmode.
$Sendmail --属性
出自:PHPMailer ::$Sendmail
文件:class.phpmailer .php
说明:设置发件程序的目录
$SMTPAuth --属性
出自:PHPMailer ::$SMTPAuth
文件:class.phpmailer .php
说明:设置SMTP是否需要认证,使用Username和Password变量