[Html] & lt ;? Phprequire_once (& quot; email2.php & quot;); // method 2 for sending an email to php. (SMTP transmission)/*** server information */$ MailServer & amp; #39; smtp.163.com & amp; #39 ;; // SMTP server $ MailPort & am [html]
Require_once ("email2.php"); // This is php method 2 (SMTP transmission SMTP class)
/**
* Server information
*/
$ MailServer = 'smtp .163.com '; // smtp server
$ MailPort = '25'; // The default SMTP server port number is 25.
$ MailId = 'anheng123 @ 163.com '; // server email account
$ MailPw = 'xxxxxxxxxxxxxx'; // server email password
/**
* Client information
*/
$ Title = 'system developers report error information'; // mail Title
$ Bt = "sadfsadf ";
$ _ POST ['URL'] = "afasdfasfasfsaf ";
$ _ POST ['liance'] = "12312412 ";
$ _ POST ['xiangsi'] = "isa in the first sentence, and I feel like I am modifying it ";
$ Td = $ subject .'
'.' Title: '. $ bt .'
'. 'URL:'. $ _ POST ['URL'].'
'.' Contact number: '. $ _ POST ['liance'].'
'.' Details: '. $ _ POST ['xiangsi'];
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.