Author |
Topic  |
Running925
Starting Member
USA
28 Posts |
Posted - 03 February 2010 : 14:05:23
|
You were right about the extra "End if".
I removed that and the pages load correctly. Unfortunatly i'm still not able to recieve email through the forum. It still acts like it sends it ok and everything, but nothing comes through to the e-mail addresses. |
 |
|
HuwR
Forum Admin
    
United Kingdom
20600 Posts |
Posted - 03 February 2010 : 14:27:27
|
in the cdosys section, can you comment out the lines that say on error ... |
 |
|
Running925
Starting Member
USA
28 Posts |
Posted - 03 February 2010 : 14:52:52
|
quote: Originally posted by HuwR
in the cdosys section, can you comment out the lines that say on error ...
ok i'm kind of a noob at this but i think i did what you wanted.
i commented out the following lines:
If Err <> 0 Then
Err_Msg = Err_Msg & "<li>Your request was not sent due to the following error: " & Err.Description & "
When i did that, i recieved the following error:
Microsoft VBScript compilation error '800a03fe'
Expected 'Select'
/forum/inc_mail.asp, line 145
End if
----^
|
 |
|
AnonJr
Moderator
    
United States
5768 Posts |
Posted - 03 February 2010 : 15:49:35
|
Not the If statement, the part that says On Error Resume Next |
 |
|
Running925
Starting Member
USA
28 Posts |
Posted - 03 February 2010 : 16:15:32
|
quote: Originally posted by AnonJr
Not the If statement, the part that says On Error Resume Next
ohh ok well that got me something that i believe was a little more useful!
The e-mail pop-up errored out on me upon attempted e-mail.
CDO.Message.1 error '80040213'
The transport failed to connect to the server.
/forum/inc_mail.asp, line 142
soooo.. What do i need to do to get it to connect to the server? |
Edited by - Running925 on 03 February 2010 16:28:43 |
 |
|
Podge
Support Moderator
    
Ireland
3776 Posts |
|
Running925
Starting Member
USA
28 Posts |
Posted - 03 February 2010 : 18:42:56
|
quote: Originally posted by Podge
Your inc_mail.asp cannot connect to relay-hosting.secureserver.net
It could be a firewall issue or the mail server doesn't trust your i.p.
I think you should ask your host and ask them to see if its a problem on their end.
I am my host.
As i stated in the origional message. I'm running this on a Windows 2k server out of my home.
Domain & e-mail are on godaddy's server.
where should i go from here? |
Edited by - Running925 on 03 February 2010 18:43:50 |
 |
|
HuwR
Forum Admin
    
United Kingdom
20600 Posts |
Posted - 04 February 2010 : 07:36:33
|
ok, if you are running it on your own server than you will need to setup a local smtp server. |
 |
|
Running925
Starting Member
USA
28 Posts |
Posted - 04 February 2010 : 09:24:21
|
quote: Originally posted by HuwR
ok, if you are running it on your own server than you will need to setup a local smtp server.
I will have to try and monkey with this tonight after work. Can i do this in IIS or is there some other software that is recommended? 3rd party? |
 |
|
Podge
Support Moderator
    
Ireland
3776 Posts |
|
Running925
Starting Member
USA
28 Posts |
Posted - 04 February 2010 : 13:29:43
|
quote: Originally posted by Podge
Why don't you use GoDaddy hosting ?
why pay for something when i already have it for free!
I also run some other small sites for my family off of it. |
 |
|
Podge
Support Moderator
    
Ireland
3776 Posts |
|
Running925
Starting Member
USA
28 Posts |
Posted - 04 February 2010 : 21:21:52
|
quote: Originally posted by Podge
Why would they allow you to relay through their mail server for nothing? Do you have some kind of email package with them ?
yes, i've stated this twice already in this thread.
Godaddy has my domain & handle's my e-mail.
I've added the smtp service to my web server and added my domain to the list in there. there wern't many options so i'm pretty sure i added it correctly.
Unfortunatly i still get the same error on my forum when i go t send a message. It looks like it's having a hard time connecting to the godaddy e-mail server.
The Error:
CDO.Message.1 error '80040213'
The transport failed to connect to the server.
/forum/inc_mail.asp, line 142
|
 |
|
HuwR
Forum Admin
    
United Kingdom
20600 Posts |
Posted - 05 February 2010 : 08:04:30
|
you need to give snitz either localhost or maybe 127.0.0.1 as the mail server address since you are now sending it using a local smtp server, you should not need to give any settings to the iis smtp server unless you require it to collect mail. |
 |
|
Running925
Starting Member
USA
28 Posts |
Posted - 05 February 2010 : 09:18:42
|
wouldn't it be better off to just stick with godaddy handling my mail stuff? Especially since i really don't know what i'm doing! |
 |
|
Topic  |
|