Use the Linux Mail command

Source: Internet
Author: User

To use the most commonly used mail function in Ubuntu, you need to install mailutils. The installation command is sudo apt-Get install mailutils. <br/> to use the function with attachments, you also need to install sharutils, installation command: sudo apt-Get install sharutils; YUM install sharutils <br/> RUN sendmail service:/etc/init in RedHat. d/sendmail start <br/>

Frequently Used email sending methods are as follows:

1. How to Write a general Email:
Mail flynewton @ gmail edit CC object, mail subject, after the mail body, press Ctrl-D to end

2. Fast sending method:
Echo mail body | mail-s mail subject flynewton@gmail.com

3. Send the email with the file content as the body:
Mail-s test flynewton@gmail.com <test.txt

4. send an email with an attachment:


UUEncode attachment name attachment display name | mail-s mail subject sending Address

For example:
UUEncode test.txt | mail-s test flynewton@gmail.com

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.