I have a simple form based on a secure server to collect customer name and address. I want to email the data to an admin but I'm not sure of security issues for protection of the data.
I want to use php mail()
Does the fact that it is on a secure server reduce the risk of emails being intercepted or is this just wishful thinking?
jatar_k
1:09 pm on Apr 22, 2008 (gmt 0)
email is just email
your best bet would be to save it somehow and then have an admin section where they could login and view the data. You could definitely send a note that says there is new data though