SMTPMailer php发送邮件类,api接口,支持ssl,html发送
$url='http://localhost/smtpmailer/index.php'; $param=array( 'host'=>'smtp.163.com', //'port'=>456, 'username'=>'发送账号', 'password'=>'发送账号的密码或者授权码', 'from'=>'发送邮箱', 'to'=>'接收邮箱', 'subject'=>'邮件标题', 'message'=>'邮件内容<b>hello word</b>', 'is_html'=>1, ); $res = curlget($url,$param,'POST'); $res = json_decode($res,1); var_export($res);
![360浏览器如何禁止切换到兼容模式[本地终极办法]](http://p6.qhimg.com/d/360browser/20131016/UAshili.png)



