Online found two PHP send email example, very good, paste it out for beginners reference it does not know if there are brothers have posted, hehe 1_php Tutorial

Source: Internet
Author: User
Tags php send email
Send Mail in PHP in the This example, we'll show how to send an e-mail message to someone in PHP. PHP Code: "; Mail ("karn@nucleus.com", "Subject", "hello!"); echo "Sending mail ..."; echo "";?> It is that simple! The PHP mail function has a to four parameters. The first parameter is the recipient of the message. The second parameter is the subject of the email message. The third parameter is the body of the message. And the fourth parameter is optional, which'll be covered on the next page. If The above example does not work when you view it in your browser then the Sendmail variable in your PHP setup file is P Robably not set correctly. In UNIX, it should BES set to something like/usr/sbin/sendmail-t. Consult your PHP documentation for more in depth instru Ctions.

http://www.bkjia.com/PHPjc/531937.html www.bkjia.com true http://www.bkjia.com/PHPjc/531937.html techarticle send Mail in PHP in the This example, we'll show how to Send an e-mail message to someone in PHP. PHP Code:; Mail (karn@nucleus.com, Subject, hello!); echo Sending mail ...; echo;

  • 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.