Forum Moderators: phranque
Thanks for the prompt replies. After my above post-- and before I saw your replies-- I had continued to seek answers from additional sources. I found that the search engine that ends in the exclamation mark provided a service that might help. Their rep said that I could host the two email form HTML pages on their site for a reasonable setup fee and suitable monthly fee. I could have the form results go to either a database or an email.
Now, both of you said that the database is the answer.
Then you're both saying that I should opt for the database because even with the secure server there would be security problems with sending an email to the dentist's office? Why is that?
Sorry, but my only experience with this was years ago when I set up a private PGP key to recieve encrypted credit card info to a merchant's email client from their shopping cart.
Do I understand correctly that when the user sends his info to the server that's secure, but when the email goes to the dentist's office is not secure?
Thanks
DeValle
exactly, though the communication between the user and your server is encrypted with https, the email is sent plain text and could be intercepted.
with the db it never leaves that box
>> PGP key
you could do something like that as well, as long as if the email is intercepted there is no way for that person to gain access to a person's personal information.