Shell Send mail

Source: Internet
Author: User

Bin/mail (BIN/MAILX) uses local sendmail to send mail by default, the local machine must install and start the SendMail service, the configuration is cumbersome and unstable.


You can use an external SMTP server to send messages by modifying the configuration file below.

Take NetEase email as an example.

1, Vim/etc/mail.rc # (/ETC/NAIL.RC), append the following text

Set [email protected]

Set smtp=smtp.163.com

Set [email protected]

Set SMTP-AUTH-PASSWORD=AAAA

Set Smtp-auth=login

Description

From is the e-mail address sent

SMTP is the address of the external SMTP server that occurs

Smtp-auth-user is an external SMTP server authenticated user name

Smtp-auth-password is the user password for external SMTP server authentication

Smtp-auth is the way of email authentication


After configuration, execute the following command:

Cat context.txt| Mail-s "tes the SMTP mail" [email protected]

[Email protected] is the recipient address, content.txt inside is the message body.

Shell Send mail

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.