On 2025-10-17, W. D. Sadeep <[email protected]> wrote: > 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?
Only by using another different mail client. mail(1) does not support MIME. -- Please keep replies on the mailing list.

