没看见
(帅哥杨)
高级会员

被遗忘的漏洞
UID 67293
精华
0
积分 852
帖子 888
金钱 852 喜悦币
威望 0
人脉 0
阅读权限 50
注册 2005-12-19
状态 离线
|
[广告]: q
m
各位英语好的进来帮忙翻译一下,感谢
<?php $mail->IsSMTP(); // set mailer to use SMTP $mail->Host = "colorwo.cn"; // specify main and backup server $mail->SMTPAuth = true; // turn on SMTP authentication $mail->Username = "info"; // SMTP username $mail->Password = "info@colorwo.cn"; // SMTP password $mail->From = $Email; $mail->FromName = "Mailer"; $mail->AddAddress("josh@example.net", "Josh Adams"); $mail->AddAddress("ellen@example.com"); // name is optional $mail->AddReplyTo("info@example.com", "Information"); $mail->WordWrap = 50; // set word wrap to 50 characters $mail->AddAttachment("/var/tmp/file.tar.gz"); // add attachments $mail->AddAttachment("/tmp/image.jpg", "new.jpg"); // optional name $mail->IsHTML(true); // set email format to HTML ?> 后面注释谁能帮忙翻译过来改成中文的
谢谢
|  某年某月某日某时某分某秒某人在路边摔了一跤
Meiysi Club
http://www.meiysi.com/ |
|