PHPmailer 怎么添加暗送

WBOY
Release: 2016-06-13 12:06:01
Original
1013 people have browsed it

PHPmailer 如何添加暗送
我在网上找了一下,但没找着怎么添加暗送的。
------解决方案--------------------
AddBCC--方法 
出自:PHPMailer::AddBCC() 
文件:class.phpmailer.php 
说明:增加一个密送。抄送和密送的区别请看[SMTP发件中的密送和抄送的区别] 。 
参数1为地址,参数2为名称。注意此方法只支持在win32下使用SMTP,不支持mail函数 
函数原型:public function AddBCC($address, $name = ''){} 

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