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
 GoDaddy Mail Problem
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

swiercs
Starting Member

USA
8 Posts

Posted - 01 September 2005 :  16:22:27  Show Profile
I cannot seem to get the forum to work with GoDaddy's email accounts. I have tried every last solution here and still no luck. Is anyone using GoDaddy or does anyone know the exact mail configuration for the GoDaddy servers. My current config is:
'Flds("http://schemas.microsoft.com/cdo/configuration/sendusing") = 2 'cdoSendUsingPort
Flds("http://schemas.microsoft.com/cdo/configuration/smtpserver") = smtpout.secureserver.net
Flds("http://schemas.microsoft.com/cdo/configuration/smtpauthenticate") = 1 'cdoBasic
Flds("http://schemas.microsoft.com/cdo/configuration/sendusername") = "smtpemailaccountnamehere@thecrossingsatextonstation.com"
Flds("http://schemas.microsoft.com/cdo/configuration/sendpassword") = "mypasswordhere"
Flds("http://schemas.microsoft.com/cdo/configuration/smtpserverport") = 80

dabugster
Junior Member

USA
168 Posts

Posted - 01 September 2005 :  22:41:16  Show Profile  Visit dabugster's Homepage  Send dabugster an AOL message  Send dabugster a Yahoo! Message
I have two different accounts on GoDaddy and the only mail server i have found that works most of the time is CDONTS (ISS 3/4/5)


inc_mail.asp line 96 (on my page)

case "cdonts"
		Set objNewMail = Server.CreateObject ("CDONTS.NewMail")
		objNewMail.BodyFormat = 1
		objNewMail.MailFormat = 0
		on error resume next '## Ignore Errors
		objNewMail.Send strSender, strRecipients, strSubject, strMessage
		If Err <> 0 Then 
			Err_Msg = Err_Msg & "<li>Your request was not sent due to the following error: " & Err.Description & "</li>"
		End if
		on error resume next '## Ignore Errors


inc_mail_html.asp line 95 (again on my page)

	case "cdonts"
		Set objNewMail = Server.CreateObject ("CDONTS.NewMail")
		objNewMail.BodyFormat = 0
		objNewMail.MailFormat = 0
		objNewMail.Body=HTML
		on error resume next '## Ignore Errors
		objNewMail.Send strSender, strRecipients, strSubject, strMessage
		If Err <> 0 Then
			Err_Msg = Err_Msg & "<li>Your request was not sent due to the following error: " & Err.Description & "</li>"
		End if
		on error resume next '## Ignore Errors

Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 01 September 2005 :  22:59:29  Show Profile  Send ruirib a Yahoo! Message
I second that. Use CDONTS instead. No need to tweak Snitz files, just fill in the required info at the Email Server config page and that's it.


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

swiercs
Starting Member

USA
8 Posts

Posted - 03 September 2005 :  10:12:52  Show Profile
I spoke to GoDaddy and they said the same thing. I entered mail.thecrossingsatextonstation.com for my mail server address but it is still not working. This is how it was originally setup. This worked before on another site I hosted but it is not working now. Man this stinks. Thanks for the help so far.
Go to Top of Page

swiercs
Starting Member

USA
8 Posts

Posted - 03 September 2005 :  10:51:00  Show Profile
I figured it out. GoDaddy's outbound mail server should be smtpout.secureserver.net and SMTP Relaying is set to on. The mail type is CDONTS. I forgot that I turned on the Restrict Registration so I had not approved the new clients and that is why the email never went out. I knew it was something stupid that I was doing. Thanks for the help
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 03 September 2005 :  11:05:35  Show Profile  Send ruirib a Yahoo! Message
Glad you fixed it.


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

jma
Starting Member

1 Posts

Posted - 02 October 2005 :  14:18:35  Show Profile
quote:
Originally posted by swiercs

I figured it out. GoDaddy's outbound mail server should be smtpout.secureserver.net and SMTP Relaying is set to on. The mail type is CDONTS. I forgot that I turned on the Restrict Registration so I had not approved the new clients and that is why the email never went out. I knew it was something stupid that I was doing. Thanks for the help



I am also having troubles getting any email to send. I have tried using the above settings with CDONTS, smtpout.secureserver.net and relaying on. No emails are getting through. Any ideas?
Go to Top of Page

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 02 October 2005 :  14:21:23  Show Profile  Send ruirib a Yahoo! Message
Did you use authentication as posted above? Also, what email functions do not work? Have you tried to email other members from the forum?


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

mende006
Starting Member

10 Posts

Posted - 21 November 2005 :  22:43:16  Show Profile  Visit mende006's Homepage
When in the admin section of my forum, the only option that is available "E-mail Server Configuration" is CDOSYS. How do I make the other types of server available? I too have a godaddy account and would like to use it for emailing purposes. I have tried to get my forum to work through my Exchange 2003 server but I haven't had any success.

http://www.theboingo.com
http://www.thedomainspa.com
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.14 seconds. Powered By: Snitz Forums 2000 Version 3.4.07