PDA

View Full Version : Ok So Whats The Biggest Shh!



djweiser
02-07-2004, 11:53 PM
Hi, im looking for the email script which you can add to html pages. Basically you fill in the details in a "form" click send and then outlook usually loads and says something like "this form will send with encripting data". TRShady used to have it on his very old geocities etc sites.

Please help!!! ;)

Ynhockey
02-08-2004, 12:16 AM
Well, you can do this by setting the form's action to mailto:[email-address-here]

But I'd recommend using PHP's mail() function, as it requires no outlook or other e-mail clients, doesn't stop the form from sending data to other pages, etc.

It's really the best solution imo.

djweiser
02-08-2004, 12:27 AM
Originally posted by Ynhockey@8 February 2004 - 00:16
Well, you can do this by setting the form's action to mailto:[email-address-here]

But I'd recommend using PHP's mail() function, as it requires no outlook or other e-mail clients, doesn't stop the form from sending data to other pages, etc.

It's really the best solution imo.
where do you get these from?

h1
02-08-2004, 01:14 AM
Look in the "Email Thingy" thread by Keikan.