当前位置:
代码迷
>>
PHP
>> PHPmailer 怎么添加暗送
详细解决方案
PHPmailer 怎么添加暗送
热度:
482
发布时间:
2016-04-28 18:34:32.0
PHPmailer 如何添加暗送
我在网上找了一下,但没找着怎么添加暗送的。
------解决方案--------------------
AddBCC--方法
出自:PHPMailer::AddBCC()
文件:class.phpmailer.php
说明:增加一个密送。抄送和密送的区别请看[SMTP发件中的密送和抄送的区别] 。
参数1为地址,参数2为名称。注意此方法只支持在win32下使用SMTP,不支持mail函数
函数原型:public function AddBCC($address, $name = ''){}
查看全文
相关解决方案
phpmailer 邮件组发邮件解决思路
phpmailer:Could not instantiate mail function解决思路
phpmailer 本土测试提示发送成功,可是邮箱内无法接收
phpmailer:Could not instantiate mail function解决方法
phpmailer lcn解决思路
phpmailer,该如何处理
php PHPMailer 出错
PHPmailer 怎么添加暗送
PHPMailer 出错 Could not instantiate mail function
phpmailer:Could not instantiate mail function解决思路
phpmailer 本土测试提示发送成功,可是邮箱内无法接收
phpmailer:Could not instantiate mail function解决方法
phpmailer lcn解决思路
Thinkphp3.2 PHPMailer 发送邮件