My apache server encrypts succesfully form_data I want to send to our customer via email. The problem is: sending the encrypted text via perl mail pipe command does not generate the mail headers necessary for the mailer (mutt etc.) to recognize that the text is encrypted and automatically decrypt it. The message can be decrypted on command line without problem. But I want the mailer to do it for our customers. Any ideas?