Skip to content

Instantly share code, notes, and snippets.

@beygi
Created December 26, 2015 17:12
Show Gist options
  • Save beygi/5a728b548fb50eee12ef to your computer and use it in GitHub Desktop.
Save beygi/5a728b548fb50eee12ef to your computer and use it in GitHub Desktop.
command to send email
ssmtp recipient_name@gmail.com < filename.txt
filename.txt content :
To: recipient_name@gmail.com
From: username@gmail.com
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