View Full Version : Email Form
wdowns
10-28-2003, 05:14 PM
I've created a simple web form that submits the information entered to an email using the submit function. Is there anyway to have this information that is entered emailed to the certain email address just show as a normal email, rather than an attachment with a long string of characters? I need to do this without using CGI, or an ASP form.
Thanks,
Bill
OSFan
10-30-2003, 01:00 PM
Without using a scripting language, there is no way to make the data look pretty.
Sualdam
10-30-2003, 01:13 PM
There is an application called MailTo (it is an .exe. file).
Here's the link:
http://www.intermedia.net/support/ntmail/mailto.shtm
But it seems to be down at the moment.
It may not be what you are after because you still need to have a server that will run scripts, but setting it up is easier than the usual CGI or PHP scripts.
wdowns
10-30-2003, 01:19 PM
Ah well, I'll just hold off on the form till we get .NET installed.
Kylemp
11-04-2003, 05:26 PM
make a mail.php script to send it, its easy and works well.
I did the same thing at http://www.bctrip.com/contact.php