Click to See Complete Forum and Search --> : web form email
jagguy
03-23-2007, 06:38 AM
Hi,
Can I enter data in a form and have it posted to a email address directly without going through an email program. mailto actiavtes a an email program which i don't want.
If a server-side language is not available to you try a free service (http://www.bravenet.com/webtools/emailfwd/)
if you have php on your webserver you can find a TON of free scripts online. Just make sure that the email addresses that it sends the information to are editable in the php script and not in the html form - then you are just asking to be spammed.
Kevey
03-23-2007, 10:28 AM
I use TFMail (actually the older version of FormMail)...looks like they have an updated one.
http://nms-cgi.sourceforge.net/scripts.shtml
jagguy
03-23-2007, 05:35 PM
Hi,
I could run a php/mysql and could run a script to just email from the stored results. I thought there might have been an easier way.