Hello,

On 09/05/2002 02:29 AM, Bob Irwin wrote:
> Hey guys,
> 
> Can anyone recommend any PHP functions or plugins that will allow me to send
> encrypted emails via PHP?  Something similar to PGP would be excellent.  I
> have use PGP with a formmail cgi previously, but obviously it'd be easier to
> have in-PHP support for it.

It ise not much different. You still have to use PGP shell program from 
PHP probably with the popen() function and collect the encrypted results 
to send in a message with the mail() function. There are some MIME 
standards for sending encrypted messages signed and with public keys, 
but I am not sure if you need that.


-- 

Regards,
Manuel Lemos


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to