Published in: Bash
Expand |
Embed | Plain Text
echo Message | gpg -u dest@example.com -clearsign - | mail -s Subject dest@example.com -f from@example.com
You need to login to post a comment.
wdso on 04/15/09

1 person has marked this snippet as a favorite
Published in: Bash
echo Message | gpg -u dest@example.com -clearsign - | mail -s Subject dest@example.com -f from@example.com
You need to login to post a comment.