I cannot seam to get my email to work. I have read the posts that I can find that may apply and have done what they request to no avail. I have edited the "inc_mail.asp" to match my elail address and password All ather areas of the forum are working. I do not get any errors returned when I try to send the email. I have iis 6 (windows server 2003 web addition) I have windows server 2003 small business on another server so I can use exchange if needed I have the latest snitz installed Bryan
Yes, cdosys is selected and this is my inc_mail.asp edited lines; case "cdosys" Set iConf = Server.CreateObject ("CDO.Configuration") Set Flds = iConf.Fields
In inc_mail near the bottom of the cdosys part try changing
On Error Resume Next
to
On Error goto 0
Then try to send an email and see if it throws an error. Also check that you have the correct mail server or i.p. address in your email config area.
Do you have access to the mail server logs? If you do they might shed some light on the problem. If you have a firewall enabled try disabling it. It might be blocking port 25 (or 110 cannot remember which is outgoing or incoming).
Is there a firewall blocking access to the mail server? Are the security settings on the mail server too strict? i.e. have you granted the correct i.p. address permission to send email?