PHP Mail sent (tested successfully)

Source: Internet
Author: User
Tags mail php programming

/** Use the Phpmailer class to send a letter step: 0: Introduce 1: Instantiate 2: Configuration attribute 3: Call sent **/require ('./phpmailer/class.phpmailer.php ');     $phpmailer = new Phpmailer ();  /* Set the way to Phpmailer credit can be used under the win Mail () function to use Linux under the Sendmail,qmail component can be used to send the SMTP protocol to the account, to send * * * $phpmailer->issmtp (); Use SMTP protocol to send $phpmailer->host = ' smtp.163.com '; $phpmailer->smtpauth = true;  $phpmailer->username = ';  Send the account number of the mailbox (with 163 email letter account) $phpmailer->password = '; Send the password of the mailbox//can post a letter $phpmailer->charset= ' utf-8 '; $phpmailer->from = ' never_kill@163.com '; $phpmailer->fromname = ' Neverkill '; $phpmailer->subject = ' Superstart Aseoe ';   $phpmailer->body = ' http://www.aseoe.com/Resource Network-focus on front-end development and PHP programming design. ' Setting up the addressee $phpmailer->addaddress (' never_kill@163.com ', ' Neverkill ');   Add a CC $phpmailer->ADDCC (' 597417106@qq.com ', ' Aseoe '); Letter Echo $phpmailer->send ()? ' Ok ': ' Fail ';

php Mail Send instance download

PHP to see if the message has been read



Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.