![]() |
| Sponsored Links (We share ad revenue): |
|
|
|
|
Cheerleader
Posts: 1,626
Location: Guildford, UK
|
Thankfully the question you're asking has been asked a million times already and there are many people who have build ready-made ASP Scripts that you can just 'plug and play' anto your website that send form data off to an e-mail.
Search the forums or search Google and you're bound to find something If you need help implementing it, come back here and post your question and we'll be happy to help. I would post some code, but you know what they say about re-inventing the wheel...
__________________
Minaki Serinde MCP "Wow, Linux is nearly on-par with Windows ME!" Inoxia Pyrotechnics Supplies | Surrey Angels Cheerleading Squad |
|
|
|
|
|
|
|
Junior Talker
Posts: 4
|
ok i tried alot of these things and the just dont work for me being code illiterate. If anyone could help with just what the dreamweaver form action and what not should be.
Like i said the godaddy asp address is gdform.asp and the form needs to be sent to smccarthy@nefiber.com. or if you could point me in the direction of the easiest website with a step by step (slow person) process for an ASP form. Im really clueless. I feel stupid. HaHa thanks. |
|
|
|
|
|
Re: Need Help with godaddy ASP Form to email. |
|
Junior Talker
Posts: 1
|
Use this ASP script instead
<% Dim Mail set Mail=server.createobject("CDO.Message") Mail.From = "email@email.com" Mail.To= "email@email.com" Mail.Subject = "test email" Mail.TextBody = "<h1>test</h1>" Mail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/con...tion/sendusing") =2 Mail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/con...ion/smtpserver") ="relay-hosting.secureserver.net" Mail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/con...smtpserverport") =25 Mail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/con...tpauthenticate") =1 Mail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/con...n/sendusername") ="my email login eg email@domain.com" Mail.Configuration.Fields.Item ("http://schemas.microsoft.com/cdo/con...n/sendpassword") ="my email password" Mail.Configuration.Fields.Update Mail.Send set Mail=nothing %> |
|
|
|
|
|
Re: Need Help with godaddy ASP Form to email. |
|
Super Moderator
![]() Posts: 10,609
Location: Blackpool. UK
|
Mail.TextBody = "<h1>test</h1>"
bit pointless putting HTML tags in the TextBody don't you think.
__________________
Chris. ->> Links are advertising NOT optimising!! <<- Indifference will be the downfall of mankind, but who cares? Code Samples | People Counting System |
|
|
|
|
|
Re: Need Help with godaddy ASP Form to email. |
|
Super Moderator
![]() Posts: 10,609
Location: Blackpool. UK
|
It is only beyong the standard script they offer for using the SMTP component, it's simple enough to code your own script to send mail in whatever form and to wherever you want.
It's something you can do with any email component, all you need to do is change the recipient email address. BTW you should be using CDOSYS for emailing and the code in post 6 is for CDOSYS.
__________________
Chris. ->> Links are advertising NOT optimising!! <<- Indifference will be the downfall of mankind, but who cares? Code Samples | People Counting System |
|
|
|
|
|
Re: Need Help with godaddy ASP Form to email. |
|
Junior Talker
Posts: 2
Name: bernardo escobar
|
HELLO, I HAVE A PROBLEM with godaddy gdform.asp, my form at www.inversionenfuturos.com is validated by each field, and also the whole form, each field is protected and the validations runs well, BUT THE FORM COULD BE SENT EMPTY, I HAVE BEEN NOT ABLE TO AVOID THE FORM COULD BE SEND EMPTY, and godaddy talk me by a help ticjket I should use a relay-hosting.secureserver.net/
SHOULD I EDIT THE GDFORM.ASP? WAHT SHOULD I DO? PLEASE HELP ME, THIS SITUATION IS GETTING ME NUTS. my website is hosted with godaddy, windows, deluxe host. BERNARDO inversionesr@gmail.com |
|
|
|
|
|
Re: Need Help with godaddy ASP Form to email. |
|
Junior Talker
Posts: 1
|
Ok... I (as a novice with asp) understand that there is a ton of info on this subject being tossed around, however it is going over my head. I have just changed the a PHP form mailer code that worked into a presumptive ASP form mailer by changing the form action from a .php file to the "gdform.asp" they mention with the help topics. I also changed the submit button action= to "gdform.asp". I left the old exisiting variables the same. I also changed the email address on godaddy to the correct address. And the server from linux to windows --
Will this be all i'll need to do for the exchange (from php to asp)? Will this work? i am afraid to test it. |
|
|
|
| Sponsored Links (We share ad revenue): |
| Thread Tools | |
|
|
| Webmaster Resources Marketplace: |
| Software Development Company | Webhosting.UK.com |
| Web Templates | Text Link Brokers | Stock Photos |