Posted by Tim Roberts on 12/10/05 10:06
Don <no@adr.com> wrote:
>
>Is there a way to send an encrypted email from server-side PHP, and then
>decrypt it using an email client such as Outlook?
Sure. You can pass the body through PGP and base64-encode it, and include
the appropriate MIME sections to identify it as encoded. You can send an
encoded message from Outlook to your Linux account so you can see what the
format has to look like.
--
- Tim Roberts, timr@probo.com
Providenza & Boekelheide, Inc.
[Back to original message]
|