Revision: 13222
Updated Code
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
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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
Initial Language
Bash