This article provides a detailed analysis of 163 emails sent using phpmailer. For more information, see
This article provides a detailed analysis of 163 emails sent using phpmailer. For more information, see
The Code is as follows:
Require_once ('../class. phpmailer. php ');
$ Mail = new PHPMailer ();
$ Body = "I finally sent the email! Haha!
? Qq = 0 & ADUIN = 594873950 & ADSESSION = 1321316731 & ADTAG = CLIENT. QQ.3493 _. 0 ";
// Use SMTP to send emails
$ Mail-> IsSMTP ();
// Email server
$ Mail-> Host = "smtp.163.com ";
$ Mail-> SMTPDebug = 0;
// Use SMPT for verification
$ Mail-> SMTPAuth = true;
// SMTP-verified user name
$ Mail-> Username = "******** @ 163.com ";
// SMTP authentication secret
$ Mail-> Password = "***";
// Set the encoding format
$ Mail-> CharSet = "UTF-8 ";
// Set the topic
$ Mail-> Subject = "test ";
// $ Mail-> AltBody = "To view the message, please use an HTML compatible email viewer! ";
// Set the sender
$ Mail-> SetFrom ('***** @ 163.com', 'test ');
// Send emails in html Format
$ Mail-> MsgHTML ($ body );
// Recipient's email name
$ Mail-> AddAddress ("*** @ 163.com"," test "); // send an email
If (! $ Mail-> Send ()){
Echo "Mailer Error:". $ mail-> ErrorInfo;
} Else {
Echo "Message sent! ";
}
, Record-free space, Hong Kong virtual host, virtual host