PHP Mail to configuration detailed

Source: Internet
Author: User
Tags win32

This article for you to introduce the PHP mail to the configuration method, specific as follows, the need for friends can refer to the next

The code is as follows: [Mail function];  For Win32. SMTP = mail3.focuschina.com Smtp_port = 25;  For Win32. Sendmail_from = me@example.com only configured as above code, did not use user name and password, test code successfully sent mail good reading, superficial understanding. The test code sent above: The code is as follows: <?php [PHP] View plaincopyprint? Look at the code on the codes to derive from my Code $subject = Iconv (' UTF-8 ', ' GBK ', ' Mail title ')  );  $message = Iconv (' UTF-8 ', ' GBK ', "Mail content sent to send Fasdfadsfasdf");  $from = ' oa<noreply@made-in-china.com> ';  $from = Iconv (' UTF-8 ', ' GBK ', $from); $headers = "From:". $from. "Ncontent-type:text/html; CHARSET=GBK;  mime-version:1.0 ' n ';  $to = "xuedagong@163.com";  if (Mail ($to, $subject, $message, $headers)) {echo "OK";  }else{echo "Fail." }
Related Article

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.