Last active
August 29, 2015 14:23
-
-
Save benjaesq/a59f2f23c85ac28a56f9 to your computer and use it in GitHub Desktop.
Revisions
-
Benjamin Esquivel revised this gist
Jun 26, 2015 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -1 +1,5 @@ # Usage: mailx <to-address> # Will prompt for Subject # Then compose the message and Ctr-D to send # Requires previous setting of EMAIL_ADDRESS AND SMTP_SERVER alias cmailx='mailx -b $EMAIL_ADDRESS -r $EMAIL_ADDRESS -S smtp=$SMTP_SERVER' -
benjaesq created this gist
Jun 26, 2015 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ alias cmailx='mailx -b $EMAIL_ADDRESS -r $EMAIL_ADDRESS -S smtp=$SMTP_SERVER'