Web Hosting Talk







View Full Version : Form Mailto


RH4U
03-23-2003, 11:43 PM
Is it safe to use mailto to submit payment information to e-mail if it is done through an ssl and the information is not in the mail box long???

Im trying to create some simple payment forms and mailto seems the simplest way, but is it safe?

harmonic
03-24-2003, 12:23 PM
mailto? you're going to want to use like PHP/ASP/etc to do this.

When you say mailto, do you mean a perl script or something, or are you under the impression that the html mailto: will work?

If you want security, i'd worry about encyrpting it. Check out pgp or something.

Rich2k
03-24-2003, 01:00 PM
A form mail to i.e. with an email address in the form tag is not secure as once it leaves the SSL connection it ceases to be encrypted when it becomes and email.

RH4U
03-24-2003, 02:44 PM
So there is no way of doing it withough some sort of programming other than html?

Rich2k
03-24-2003, 03:01 PM
And keeping the information secure? No.