Hello, I'm trying to send a PGP-encrypted email using the mail command. The problem is my mail client (mutt) doesn't recognize it as a PGP-encrypted email. I'm sending the email like so:
echo "encrypted msg" | gpg -e -f key | mail -s "test" [email protected] I think it's because the content-type is not set. Is there a way to do this? -- W. D. Sadeep PGP: 103BF9E3E750BF7E

