English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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?

2006-11-03 02:36:00 · 2 answers · asked by Anonymous in Computers & Internet Programming & Design

I know there are ways of doing this S/MIME, PGP - looking for suggestions from someone who has set this up in the past.

2006-11-03 04:19:15 · update #1

2 answers

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_mail.asp

2006-11-03 02:44:41 · answer #1 · answered by waqar 2 · 0 0

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?

2006-11-03 03:54:11 · answer #2 · answered by John J 6 · 0 0

fedest.com, questions and answers