Return to Snippet

Revision: 13222
at April 15, 2009 10:37 by wdso


Updated Code
echo Message | gpg -u [email protected] -clearsign - | mail -s Subject [email protected] -f [email protected]

Revision: 13221
at April 15, 2009 06:28 by wdso


Initial Code
echo Message | gpg -u [email protected] -bs --armor - | mail -s Subject [email protected] -f [email protected]

Initial URL


Initial Description


Initial Title
Send GnuPG signed mail from console

Initial Tags
mail

Initial Language
Bash