Created
December 26, 2015 17:12
-
-
Save beygi/5a728b548fb50eee12ef to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
command to send email | |
ssmtp [email protected] < filename.txt | |
filename.txt content : | |
To: [email protected] | |
From: [email protected] | |
Subject: Sent from a terminal! | |
Your content goes here. Lorem ipsum dolor sit amet, consectetur adipisicing. | |
(Notice the blank space between the subject and the body.) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment