phpmailer所有对象和属性 中文
作者 佚名技术
来源 NET编程
浏览
发布时间 2012-05-26
件:class.phpmailer.php 说明:增加一个嵌入式图片。参数:路径,返回句柄[,名称,编码,类型] 函数原型: public function AddEmbeddedImage($path, $cid, $name = '''', $encoding = ''base64'', $type = ''application/octet-stream'') {} 提示: AddEmbeddedImage(PICTURE_PATH. "index_01.jpg ", "img_01 ", "index_01.jpg "); 在html中引用<img src= "cid:img_01 "> AddReplyTo--方法 出自:PHPMailer:: AddReplyTo(),文件:class.phpmailer.php 说明:增加回复标签,如"Reply-to"。参数1地址,参数2名称 函数原型: public function AddReplyTo($address, $name = '''') {} AddStringAttachment-方法 出自:PHPMailer:: AddStringAttachment(),文件:class.phpmailer.php 说明;增加一个字符串或二进制附件(Adds a string or binary attachment (non-filesystem) to the list.?)参数:字符串,文件名[,编码,类型] 函数原型: public function AddStringAttachment($string, $filename, $encoding = ''base64'', $type = ''application/octet-stream'') {} Authenticate--方法 出自:SMTP::Authenticate(),文件:class.smtp.php 说明:开始SMTP认证,必须在Hello()之后调用,如果认证成功,返回true,参数1用户名,参数2密码 函数原型: public function Authenticate($username, $password) {} B开头 $Body--属性 出自:PHPMailer::$Body 文件: class.phpmailer.php 说明:邮件内容,HTML或Text格式 C开头 $CharSet--属性 出自:PHPMailer::$CharSet 文件:class.phpmailer.php 说明:邮件编码,默认为iso-8859-1 $ConfirmReadingTo--属性 出自:PHPMailer::$ConfirmReadingTo 文件class.phpmailer.php 说明:回执? $ContentType--属性 出自:PHPMailer::$ContentType 文件: class.phpmailer.php 说明:文档的类型,默认为"text/plain" $CRLF--属性 &nbs |
凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢! |
你可能对下面的文章感兴趣
上一篇: 如何使用PHP编程说明下一篇: PHP中XML-RPC构造Web Service
关于phpmailer所有对象和属性 中文的所有评论