Now I have posted this in anther post but after a week and I have not seen a response. So I am going to post it one more time with its own post.
Wow I knew I got it working before some people shown that they where stupid and hacked my site but I dont remember doing all of this stuff of editing inc_mail.asp. Now I have edit and replaced all the coding that I found pertaining to gmail that could find on this forum. My gmail address works like a champ but.... when I set up an user with the my yahoo email account I do not get anything in the mail box(reg nor spam).
Now some information about my set up. I am running win 2003 server at home using DNSexit to register my domain and using their dynamic ip software to get passed the fact that I dont have a static ip address. I am using Snitz Forums 2000 Version 3.4.06
After doing some research on here and now I get messages sent to my gmail account after tweaking the file:
This is an automatically generated Delivery Status Notification.
So like anyone that does get this I went to the link saying that I can remove the IP address from the block IP but I do not have a static IP and do not want to be held responsible for it when it changes. Or that I need to turn on "SMTP Authentication." So thinking that this would effected my gmail account the I have set with outlook I go send some mail from it and it goes through.
My code for the inc_mail.asp is:"I know some of the coding is wrong in few areas the errors in the code are things I have tried in that field
case "cdosys" Set iConf = Server.CreateObject ("CDO.Configuration") Set Flds = iConf.Fields
Set objNewMail = Server.CreateObject("CDO.Message") Set objNewMail.Configuration = iConf
'Format and send message Err.Clear
objNewMail.To = strRecipients objNewMail.From = strSender objNewMail.Subject = strSubject objNewMail.TextBody = strMessage On Error goto 0 objNewMail.Send If Err <> 0 Then Err_Msg = Err_Msg & "<li>Your request was not sent due to the following error: " & Err.Description & "</li>" End if case "dkqmail" Set objNewMail = Server.CreateObject("dkQmail.Qmail") objNewMail.FromEmail = strSender objNewMail.ToEmail = strRecipients objNewMail.Subject = strSubject objNewMail.Body = strMessage objNewMail.CC = "" objNewMail.MessageType = "TEXT" on error resume next '## Ignore Errors objNewMail.SendMail() If Err <> 0 Then
email server configuration Now I didnt tried both email server at the same time just like above it is just what I have tried. Select E-mail Component: CDOSYS E-mail Mode: On: E-mail Server Address: smtp.gmail.com & smtp-server.austin.rr.com Administrator E-mail Address: lang79james@gmail.com Require Unique E-mail: Off: E-mail Validation: On: Restrict Registration: On: Require Logon for sending Mail: On:
Now if you need more information just ask me and I will get it to. My question is how to get pass spamblock? Or do I have to contact my ISP to see what they have to say for the email to work.
Yes if I use G-Mail it still happens. I tried to use G-Mail first to bypass but it is the IP that is being blocked so I fear it is my ISP. I am not sure if my ISP would approve my having a website with out bumping up to their business plan<
Thanks for your help I decided of people really want to be on my forum then they will have to do some work and email me the old fashion way. I also modified some of the text to reflect spamhaus blocking my email.<
Yes this has really been one of my major worries. I have some of my mails addressed to me spammed with spams and most not addressed to me with no subject sent to my inbox. Can I get help solving this problem from any one out there?<