Using MUTT+MSMTP to post messages on the Linux command line interface

Source: Internet
Author: User

1. Apt-get Install mutt MSMTP

2. ~/.MUTTRC & ~/.MSMTPRC is the current user's configuration information, if not added will use the global configuration:/ETC/MUTTRC (MSMTPRC temporarily cannot find the file, do not know why?)

3. VI ~/.MUTTRC

At the end add:

Set sendmail="/usr/bin/msmtp"set Use_from=yesset realname=" Chen_dong "   # #发件人名字setfrom =chen[email protected]  # #发件人地址set Envelope_from=yes

4. VI ~/.MSMTPRC, then modify the permissions of this file to 600

587/etc/ssl/certs/ca-~/. Msmtp.logaccount default:freemail

5. Testing

echo "Hello World" | Mutt-s "title" [Email protected]

http://muttrcbuilder.org/

Http://www.mutt.org/doc/manual/manual-6.html

Two of the above sites are related to muttrc files.

Http://msmtp.sourceforge.net/doc/msmtprc.txt

The above site is a sample file for MSMTPRC

Using MUTT+MSMTP to post messages on the Linux command line interface

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.