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: Mail Configuration
 how to get mail pass spamblock
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

Lang79james
Starting Member

8 Posts

Posted - 05 July 2008 :  10:49:27  Show Profile  Visit Lang79james's Homepage
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.

Delivery to the following recipients failed.

lang79james@mail.com




Final-Recipient: rfc822;lang79james@mail.com
Action: failed
Status: 5.5.0
Diagnostic-Code: smtp;554 EMail from mailserver at 66.68.102.157 is refused. See http://spamblock.outblaze.com/66.68.102.157

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 and update fields properties
Flds("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 'cdoSendUsingPort
Flds("http://schemas.microsoft.com/cdo/configuration/smtpserver") = strMailServer = "smtp.gmail.com"
Flds("http://schemas.microsoft.com/cdo/configuration/smtpusessl") = True 'Use SSL for the connection (True or False)
Flds("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = 1,cdoBasic '1 cdoBasic
Flds("http://schemas.microsoft.com/cdo/configuration/sendusername") = "lang79james,lang79james@gmail.com" 'forum@yourdomain.com
Flds("http://schemas.microsoft.com/cdo/configuration/sendpassword") = "password goes here" ' Whatever your password is.
Flds("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = "465"
'Flds.Update

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.

Edited by - Lang79james on 05 July 2008 10:52:01

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 05 July 2008 :  12:28:39  Show Profile  Send ruirib a Yahoo! Message
I don't think you can get past them. I hate spamhaus, had problems with them before, but you should contact your ISP, yes.

If you use gmail to send emails, does the issue persist?<


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

Lang79james
Starting Member

8 Posts

Posted - 05 July 2008 :  12:47:39  Show Profile  Visit Lang79james's Homepage
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<
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 05 July 2008 :  12:52:42  Show Profile  Send ruirib a Yahoo! Message
You're hosting it at home?<


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

Lang79james
Starting Member

8 Posts

Posted - 05 July 2008 :  14:02:40  Show Profile  Visit Lang79james's Homepage
Yes I am hosting it at home.<
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 05 July 2008 :  14:42:12  Show Profile  Send ruirib a Yahoo! Message
Yeah, you will need to talk to the ISP.<


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page

Lang79james
Starting Member

8 Posts

Posted - 06 July 2008 :  16:00:52  Show Profile  Visit Lang79james's Homepage
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.<
Go to Top of Page

Goeasy
Starting Member

2 Posts

Posted - 05 August 2008 :  11:14:23  Show Profile  Visit Goeasy's Homepage
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?<
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 05 August 2008 :  11:39:42  Show Profile  Send ruirib a Yahoo! Message
Get a spam filter for your inbox?<


Snitz 3.4 Readme | Like the support? Support Snitz too
Go to Top of Page
  Previous Topic Topic Next Topic  
 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.17 seconds. Powered By: Snitz Forums 2000 Version 3.4.07