Tuesday, July 28, 2009

How do I send a secure email with php?

I have a form protected with SSL in an https directory so I know the client to server communication is secure, but then the server uses php to send the information to an email address - how do I make sure that part is secure?

How do I send a secure email with php?
there is no direct way of making sure that the email sent through to some one is secure... you can make sure that your email is sent from a secure channel by ssl only which you have already done! apart from that its the pop or smtp that will work from there on to keep the message secure... which happens in most cases these days! try the following website! Good Luck!





http://www.w3schools.com/php/php_secure_...
Reply:I have since found a way of sending secure emails with PGP - you should look into it as it is very possible to send secure emails. Report It

Reply:Like the above poster said, there is no way to secure emails.





Why does this information need to be emailed? Is it possible to instead save it in a database and send out an email to a secure site for the information?


No comments:

Post a Comment