Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: General / Classic ASP versions(v3.4.XX)
 How to setup e-mail ?
 New Topic  Topic Locked
 Printer Friendly
Previous Page
Author Previous Topic Topic Next Topic
Page: of 3

HuwR
Forum Admin

United Kingdom
20600 Posts

Posted - 05 February 2010 :  11:12:05  Show Profile  Visit HuwR's Homepage
no, that is the problem you have it can't use godady, that is why we are telling you to install iis smtp, please listen to our advice or don't ask for help
Go to Top of Page

Running925
Starting Member

USA
28 Posts

Posted - 07 February 2010 :  14:03:50  Show Profile  Visit Running925's Homepage
quote:
Originally posted by HuwR

no, that is the problem you have it can't use godady, that is why we are telling you to install iis smtp, please listen to our advice or don't ask for help



I was trying to understand your advise! I really am guessing at this point. This is much more complicated than anything i've done, and i'm a computer technician for a living!

I'm i'm gonna try and spend some more time on this tonight. I don't think i have the smtp thing setup properly on my server. I'm not even sure i went to the right place.

On my server, i launched IIS, in the left pane of the window at the bottom there is an smtp option, i've expanded it down and added my site to it. Does this sound right?
Go to Top of Page

Running925
Starting Member

USA
28 Posts

Posted - 07 February 2010 :  14:06:35  Show Profile  Visit Running925's Homepage
I used "localhost" in my e-mail server field.

This is the error that i've recieved this time:

CDO.Message.1 error '80040213'

The transport failed to connect to the server.

/forum/inc_mail.asp, line 142
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20600 Posts

Posted - 07 February 2010 :  14:09:43  Show Profile  Visit HuwR's Homepage
yes, now in the admin options of the forum set the email server address to be 127.0.0.1, it should then use the local smtp service to send the email. if that doesn't work it may be that your ISP does not allow you to use prt 25 (many block this) if so you can try setting the smtp service to another port.
Go to Top of Page

HuwR
Forum Admin

United Kingdom
20600 Posts

Posted - 07 February 2010 :  14:12:18  Show Profile  Visit HuwR's Homepage
to ascertain if the smtp server tried to send the email there are a set of folders that you can look in to try and track it down

http://go4techsupport.wordpress.com/2008/02/16/iis-smtp-folder-structure-and-how-smtp-service-works/

Go to Top of Page

Podge
Support Moderator

Ireland
3776 Posts

Posted - 08 February 2010 :  06:22:17  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
Are you running a firewall on the computer you have IIS & SMTP running ?

IMHO you would be better off using your ISP's mail server to send email (if they provide you with an email address).

Podge.

The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)

My Mods: CAPTCHA Mod | GateKeeper Mod
Tutorial: Enable subscriptions on your board

Warning: The post above or below may contain nuts.
Go to Top of Page

Running925
Starting Member

USA
28 Posts

Posted - 08 February 2010 :  16:36:30  Show Profile  Visit Running925's Homepage
quote:
Originally posted by Podge

Are you running a firewall on the computer you have IIS & SMTP running ?

IMHO you would be better off using your ISP's mail server to send email (if they provide you with an email address).



I do not have a firewall running on the computer.

As far as using the ISP's mail server goes. I would prefer to be able to send from an address associated with my domain so that i looked more legit when members are recieving messages in there boxes. So i'd like to work in that direction if possible.



I put the 127.0.0.1 address in to the mail server field and the error now reads:

error '8004020f'
/forum/inc_mail.asp, line 142
Go to Top of Page

Podge
Support Moderator

Ireland
3776 Posts

Posted - 08 February 2010 :  18:07:42  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
quote:
As far as using the ISP's mail server goes. I would prefer to be able to send from an address associated with my domain so that i looked more legit when members are recieving messages in there boxes. So i'd like to work in that direction if possible.
It doesn't matter which account you use to send the email as long as the from address is from your domain i.e. if you use authentication to send from your isp you could still set the from address to your domain. This is how the "Send to a friend" feature works. Any user of your forum could send a link to an interesting topic to one of their friends however the from address the friend receives is not from your domain, its the senders email address.

This is a suggested fix for error '8004020f' - http://classicasp.aspfaq.com/email/why-does-cdo-message-give-me-8004020f-errors.html

Can you post a current version of the CDOSYS section of your inc_mail.asp ?

Podge.

The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)

My Mods: CAPTCHA Mod | GateKeeper Mod
Tutorial: Enable subscriptions on your board

Warning: The post above or below may contain nuts.
Go to Top of Page

Running925
Starting Member

USA
28 Posts

Posted - 08 February 2010 :  20:07:23  Show Profile  Visit Running925's Homepage
I think i just made some progress here.

I went and looked through the smtp area in the iis on the server. I changed some settings in the "relay restrictions" area for my domain & all of the sudden when i try to send a message on the forum, i stopped getting an error! It acted like it went through.

So i went to my inbox and did not find the message. So i went scrolled back up on here and re-read the post that "HuwR" made about the smtp directory and holding the messages.

I found my test message in the "queue" folder.

So i guess my next question is, why isn't the message leaving the "queue" folder? What do i need to do from here?

*edit: i just remembered. I don't have DNS set on that server, i never really needed it for anything else coz i never browsed with it. Would the smtp need DNS set to function?

Edited by - Running925 on 08 February 2010 20:12:31
Go to Top of Page

Running925
Starting Member

USA
28 Posts

Posted - 08 February 2010 :  22:00:14  Show Profile  Visit Running925's Homepage
YAY!!! I finally got this working, using my ISP's smtp address!

Thank you to all of you have helped me through this! :)

Now i can start to work on a few other things that i want to get working, such as youtube embed & possibly some picture size limitations.

Edited by - Running925 on 08 February 2010 22:03:14
Go to Top of Page

Podge
Support Moderator

Ireland
3776 Posts

Posted - 09 February 2010 :  07:25:42  Show Profile  Send Podge an ICQ Message  Send Podge a Yahoo! Message
Glad you got it working.

Podge.

The Hunger Site - Click to donate free food | My Blog | Snitz 3.4.05 AutoInstall (Beta!)

My Mods: CAPTCHA Mod | GateKeeper Mod
Tutorial: Enable subscriptions on your board

Warning: The post above or below may contain nuts.
Go to Top of Page
Page: of 3 Previous Topic Topic Next Topic  
Previous Page
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.38 seconds. Powered By: Snitz Forums 2000 Version 3.4.07