Posted by J.O. Aho on 09/19/07 08:33
rsvore wrote:
> I have a php form that sends an email on submission. Can I make the email
> secure? I'm already running the php script on SSL. Ideas?
Configure your sendmail to use SSL and then let the php script to use
sendmail for sending mail.
Another option is to use PGP tools via exec() to encrypt the mail.
--
//Aho
Navigation:
[Reply to this message]
|