This is a discussion on "ASP Form - email won't process" within the Classic ASP section. This forum, and the thread "ASP Form - email won't process are both part of the Program Your Website category.
|
|
|
|
|
![]() |
||
ASP Form - email won't process
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
ASP Form - email won't process
Hi
This is my first asp form so please be gentle with me I've setup this form and when I test it and 'send' the email isn't coming through. Can anyone spot a problem in the code? Thanks for your help FORM Code
POST CODE
|
|
|
|
#2
|
|||
|
|||
|
Re: ASP Form - email won't process
Someone help me, I don't have any experience with this
Just hang on there Tingg, I know someone that can help you...!
Last Blog Entry: ASP Programming Tips and Technique (Oct 26th, 2007)
|
|
#3
|
|||
|
|||
|
Re: ASP Form - email won't process
Who are you hosted with as some hosts block port 25 and you have to use a relay, also have you checked to see what mail components are installed on the server?
Use the attached file to determine what components are installed before you do anything else, you will have to change the file from .txt to .asp... test_mailer_components.txt Additionally when dim'ing variables you don't have to dim on separate lines, you can comma separate them like so:-
|
|
#4
|
||||
|
||||
|
Re: ASP Form - email won't process
Yeah, make sure you have the capabilities first then go from there. If not I believe (could be wrong) that there is a work-a-round with posting directly to an email adress, but I've been told this is very unsecure.
Last Blog Entry: Happy Holidays - A Non Offensive way to say Merry Christmas? WRONG! (Dec 11th, 2007)
|
|
#5
|
||||
|
||||
|
Re: ASP Form - email won't process
Is it getting to the redirect or just not doing anything?
__________________
WelshStew If you think I've helped, click the "Thanks" tierney rides tboard - uk site | xtreme wales - extreme clothing WebForumz - facebook | LinkedIn
Last Blog Entry: Phorm approved for UK rollout (Sep 17th, 2008)
|
|
#6
|
||||
|
||||
|
Re: ASP Form - email won't process
I'm also new to ASP but I'm also a little bit confused as to what the following is doing:
__________________
WelshStew If you think I've helped, click the "Thanks" tierney rides tboard - uk site | xtreme wales - extreme clothing WebForumz - facebook | LinkedIn
Last Blog Entry: Phorm approved for UK rollout (Sep 17th, 2008)
|
|
#7
|
|||
|
|||
|
Re: ASP Form - email won't process
Quote:
The object has to be created in order for it to work. |
|
#8
|
|||
|
|||
|
Re: ASP Form - email won't process
Try this: -
|
![]() |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PHP email form not sending email | Kurt | PHP Forum | 1 | Oct 12th, 2007 04:26 |
| Form submits to email via php, but email is blank!!?? | DH1234 | PHP Forum | 2 | Jun 18th, 2007 10:42 |
| can get php to process my form, why? | enrique | PHP Forum | 15 | Dec 6th, 2006 19:52 |
| EMail Form | Sabin_33 | JavaScript Forum | 12 | Dec 4th, 2006 16:20 |
| Form handling Process in ASP? | sazhagianambi | Classic ASP | 4 | May 27th, 2004 12:59 |