Lnmp can use mail () function to send mail (sendmail)

Source: Internet
Author: User

Automatically back up a database message for a long time not received.

It should be a question of the Post Office service.

The original use of the virtual host of the Post Office,

Now use the VPS, did not install the Post office, so had to use WP mail try.

Install SendMail first.

Yum Install SendMail
Chkconfig SendMail
/ROOT/LNMP restart
/etc/init.d/sendmail start


Then test the backup mail, Roger, fix!

Test

The code is as follows Copy Code
<?php
$txt = "Hello";

The following email address is changed to your
$mail = ' somebody@example.com ';

Send mail
Mail ($mail, "My subject", $txt);

Echo ' message was sent! ';
?>


sendmail Startup Slow problem

A lot of online methods, modify the file is to modify the file, feel more trouble, so find a minimal operation of the modification, and then succeeded.

Modify/etc/hosts, before modification

127.0.0.1 localhost.localdomain localhost

Modified into

127.0.0.1 localhost.localdomain localhost host name

The command to view the host name of this computer is: hostname

Restart SendMail after completing the modification

Service SendMail Restart

Sincerely, comment and return to a few seconds to complete the publication of success

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.