Skip to content

Latest commit

 

History

History
10 lines (10 loc) · 344 Bytes

send-mail-in-unix.md

File metadata and controls

10 lines (10 loc) · 344 Bytes

You can easily send mail in Unix by using sendmail command

sendmail [option] [recipient]

For example:

sendmail [email protected] <  /tmp/email.txt

Or you can just type directly into the terminal without piping the email template. One interesting thing is that you can end the message with . in the new line and press Enter