Anyone know html? im trying to create a form that once submitted will send an email from the site to an account but im stuck its trying to open outlook and send it. heres the code: <FORM METHOD="POST" ACTION="mailto:shuttle-systems@hotmail.co.uk"> Your name:<br> <input name="name" type="text" size=60> <br> <p> <font style="font-size: 9pt">Your email address:</font><br> <input name="email" type="text" size=60> <br> <p> Your question?<br> <textarea name="comments" COLS=60 ROWS=8></textarea><br> <p> <input type="submit" value="Send"> <input type="reset" value="Clear"> </form>
you cant just do it with simple html like that. you need an asp/php mail script or something and also access to some form of smtp server to relay the mail thru. google is your friend
Scotty1120 deffinitely knows how to do this because he's got this function and many others on his anime website. Give him a PM and I'm sure he'll sort you out.
Sleepy's right, you need a script or an SMTP mailserver to bounce the mail through. If you have CGI-BIN on your webspace give this link a look: http://www.perlfect.com/articles/sendmail.shtml Or failing that scotty knows more about it
Yeah ive been doing some reading and it does look like I need an smtp server, ive only got free webspace though so Im not too sure what they offer