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)
 New Snitz Forums install
 New Topic  Topic Locked
 Printer Friendly
Next Page
Author Previous Topic Topic Next Topic
Page: of 2

rnhstn
Starting Member

36 Posts

Posted - 14 December 2007 :  12:12:45  Show Profile  Visit rnhstn's Homepage
Hi all,
Yesterday I downloaded and installed snitz forums. After taking care of a few of my own misspellings when changing the config file I have found your forum to be just what we need on our homes association web site. I still haven't made it visible with navigagtion links etc. however.

Here's the only that don't seem to be working so I need some help.

My Admin profile won't allow me to change the email address "yourmail@server.com" to my actual "webadmin@asburyvillas.com". What do I need to do?

Also, when I registered myself, non Admin, I didn't get an email to confirm the registration. Also, how do I make sure that when someone registers they can't begin posting messages until I, the Admin, have approved them?

Any and all help would be greatly appreciated.
Thanks ... other than the above, everything I've tried so far works just as you would expect. This is a great tool to power our forum with.
THANKS MUCH!

Edited by - rnhstn on 14 December 2007 12:14:37

ruirib
Snitz Forums Admin

Portugal
26364 Posts

Posted - 14 December 2007 :  12:22:16  Show Profile  Send ruirib a Yahoo! Message
You will need to set both Email Validation and Restrict Registration to On, in Admin Options->Email Server Configuration. Of course, email mode must be on. You will also need to specify the remaining info: email server address, etc.


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

rnhstn
Starting Member

36 Posts

Posted - 14 December 2007 :  15:27:25  Show Profile  Visit rnhstn's Homepage
Thanks for the help. The only problem now is that when I try to send an email to a member it never arrives...
Any ideas?
Here's what I have in the email server address...
relay-hosting.secureserver.net

Should I have something else? Godaddy.com hosts our web site.
Thanks
Go to Top of Page

AnonJr
Moderator

United States
5768 Posts

Posted - 14 December 2007 :  15:30:51  Show Profile  Visit AnonJr's Homepage
You'll have to check with Godaddy.com's support. I'm willing to bet that it requires authentication - a quick search should turn up a topic or three covering similar issues. I seem to remember that a few months ago there was a batch of people asking about e-mail authentication and their Godaddy account.
Go to Top of Page

balexandre
Junior Member

Denmark
418 Posts

Posted - 15 December 2007 :  04:45:43  Show Profile  Visit balexandre's Homepage  Send balexandre an ICQ Message
Exactly like AnonJr said

the topic answer was made by me, so it's easy for me to remember where such topic is, eheheh

you can find it right here.

hope it helps!

Bruno Alexandre
(Strøby, DANMARK)

"a Portuguese in Danmark"


Go to Top of Page

rnhstn
Starting Member

36 Posts

Posted - 15 December 2007 :  08:23:22  Show Profile  Visit rnhstn's Homepage
Hi Bruno,
Thanks for your response. I'm anxious to put in your code recommendation to fix this same problem I'm having. However, being an asp novice I need to know three things...
1) where do you put the coding you recommend (see below)
2) am I suppose to change the "email address removed by HuwR" to something else, if so what.
3) do I need to change .Password = "**********", if so to what?

Set objNewMail = Server.CreateObject("Persits.MailSender")
objNewMail.FromName = strFromName
objNewMail.From = email address removed by HuwR
objNewMail.AddReplyTo strSender
objNewMail.Host = strMailServer
objNewMail.Username = email address removed by HuwR
objNewMail.Password = "**********"
objNewMail.AddAddress strRecipients, strRecipientsName
objNewMail.isHTML = true
objNewMail.Subject = replace(strSubject, chr(13), "<br/>")
objNewMail.Body = strMessage

On _
Error _
Resume _
Next

objNewMail.Send
If Err <> 0 Then
Err_Msg = Err_Msg & "<li>" & fLang("L_I_Mail001") & " " & Err.Description & "</li>"
End if
objNewMail.From = objNewMail.Username
-------------------------------------
Go to Top of Page

rnhstn
Starting Member

36 Posts

Posted - 15 December 2007 :  12:35:40  Show Profile  Visit rnhstn's Homepage
I can't figure out why this is happening...
When an email goes out of the forum to an email address that is on the host godaddy server, e.g. webadmin@asburyvillas.com, it gets sent/received ok.

When an email goes out of the forum to any email address that is not on the host godaddy server, e.g. r.sh@sbcglobal.net, the following bounceback Delivery Failure message is received by the forum administration email account, webadmin@asburyvillas.com

This is an automatically generated Delivery Status Notification.
THIS IS A WARNING MESSAGE ONLY.
YOU DO NOT NEED TO RESEND YOUR MESSAGE.
Delivery to the following recipients has been delayed.
r.sh@sbcglobal.net
Go to Top of Page

muzishun
Senior Member

United States
1079 Posts

Posted - 15 December 2007 :  14:41:48  Show Profile  Visit muzishun's Homepage
That message isn't a Delivery Failure. It is only letting you know that delivery has been delayed. If the message fails to send at all, you'll get a message saying so.

Bill Parrott
Senior Web Programmer, University of Kansas
Co-Owner and Code Monkey, Eternal Second Designs (www.eternalsecond.com)
Personal Website (www.chimericdream.com)
Go to Top of Page

rnhstn
Starting Member

36 Posts

Posted - 16 December 2007 :  08:37:52  Show Profile  Visit rnhstn's Homepage
thanks for your response. Yes, I understand the first message is a warming and delay in delivery.
Eventually though after a few of the Delay messages I get one that is a failure and says...
This is an automatically generated Delivery Status Notification.

Unable to deliver message to the following recipients, due to being unable to connect successfully to the destination mail server.

r.sh@sbcglobal.net

Any ideas that you could provide which would help me resolve this would be greatly appreciated.
Thanks again for any help you or anyone can provide.

Go to Top of Page

muzishun
Senior Member

United States
1079 Posts

Posted - 16 December 2007 :  13:07:18  Show Profile  Visit muzishun's Homepage
Well, it sounds like everything is working fine on your end. If the error says something about the destination server not responding, I would be more inclined to say that it's a function of the communication between the servers. That means either an issue with the GoDaddy server, or the recipient's server.

Your best bet would be to contact GoDaddy and/or SBC Global's support and see if they can give you any insight in addition to the "Delivery Failed" error.

Bill Parrott
Senior Web Programmer, University of Kansas
Co-Owner and Code Monkey, Eternal Second Designs (www.eternalsecond.com)
Personal Website (www.chimericdream.com)
Go to Top of Page

rnhstn
Starting Member

36 Posts

Posted - 16 December 2007 :  19:53:56  Show Profile  Visit rnhstn's Homepage
Thanks for your advice Bill. I will check with SBC first as thus far Godaddy has said they don't provide asp coding support !! I'm not impressed with their level of support with this email problem.

I am thankful I found this snitz support forum as you all are so very helpful and patient with this non asp guy's delima :)
Go to Top of Page

muzishun
Senior Member

United States
1079 Posts

Posted - 16 December 2007 :  21:37:50  Show Profile  Visit muzishun's Homepage
Well, don't be too quick to thank me . I hope you do get the issue solved, though. Like I mentioned before, from your description it sounds to me like the problem is not with the code itself but the way it's being sent... which could be the servers or (I am not the biggest expert on asp email components and methods) the code.

When you do hear back, let us know the result.

Bill Parrott
Senior Web Programmer, University of Kansas
Co-Owner and Code Monkey, Eternal Second Designs (www.eternalsecond.com)
Personal Website (www.chimericdream.com)
Go to Top of Page

rnhstn
Starting Member

36 Posts

Posted - 19 December 2007 :  11:45:52  Show Profile  Visit rnhstn's Homepage
here's a little more information as I've been trying to research this problem. First, I did contact Godaddy two days ago. They had me send them the "header" information for the Failure bounceback but I've not heard anything back from them yet :(

in the forum admin options, email server address is: smtpout.secureserver.net

in the following "HEADER" I don't see smtpout.secureserver.net anywhere. Can someone explain what I need to do to get the auto emailing from snitz forum to work? I'm loosing my sanity <grin>.
Thanks
Ron H.

------HEADER------
Received: (qmail 20810 invoked from network); 17 Dec 2007 06:01:52 -0000
Received: from unknown (HELO pre-smtp29-01.prod.mesa1.secureserver.net) ([64.202.166.109])
(envelope-sender <>)
by smtp23-02.prod.mesa1.secureserver.net (qmail-1.03) with SMTP
for <webadmin@asburyvillas.com>; 17 Dec 2007 06:01:52 -0000
Received: (qmail 13122 invoked from network); 17 Dec 2007 06:01:52 -0000
Received: from wh106.prod.mesa1.secureserver.net (HELO wh106.hosting.corp.gd) ([208.109.78.57])
(envelope-sender <>)
by pre-smtp29-01.prod.mesa1.secureserver.net (qmail-ldap-1.03) with SMTP
for <webadmin@asburyvillas.com>; 17 Dec 2007 06:01:52 -0000
From: postmaster@wh106.hosting.corp.gd
To: webadmin@asburyvillas.com
Date: Sun, 16 Dec 2007 23:01:51 -0700
MIME-Version: 1.0
Content-Type: multipart/report; report-type=delivery-status;
boundary="9B095B5ADSN=_01C8153A3093AC9F000003F6wh106.hosting.co"
X-DSNContext: 7ce717b1 - 1386 - 00000002 - C00402D1
Message-ID: <RGryWtIIZ000001e8@wh106.hosting.corp.gd>
Subject: Delivery Status Notification (Failure)
X-Nonspam: IP whitelist 208.109.78.57

This is an automatically generated Delivery Status Notification.

Unable to deliver message to the following recipients, due to being unable to connect successfully to the destination mail server.

r.sh@sbcglobal.net
Go to Top of Page

egomez1111
Starting Member

Bhutan
7 Posts

Posted - 19 December 2007 :  18:38:58  Show Profile
Thanks for the email. I hope you sent the return through my site on goddady. If there is not delay or problems in getting email for me, then review the email conditions on your site.

What I did was to establish an email account on godaddy and then bounce it to one of my own email accounts. So far this has not been a problem. I also set up my Outlook Express to read and delete the godaddy email. Goddady has help guides that pretty much walk you through everything.

Support via godaddy email support is less that 1 hour in time.

If you have any futher problems, you know how to get me...

quote:
why did you not post this at Snitz?


The main reasons why this was not posted at Snitz and why I might not post the bugs I find
directly at Snitz anymore are the ways "ruirib and HuwR" take pleasure to criticize just about
anything I post and seem to resent the fact that I want to improve and correct Snitz which, I agree,
serve as the original base for my own Forum.

These are some of the actions I find unacceptable:
ruirib and HuwR take fun to Delete some of my topics, of my replies, locked or move my topic.

A topic posted last week from me to Davio in "Help: MOD Implementation" Forum as been deleted.

Two replies in my topic as been deleted about a bug on snitz topic page:
http://forum.snitz.com/forum/topic.asp?whichpage=5.96&TOPIC_ID=44136#372029

A Fix to texanman as been deleted (first reply to texanman subject):
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=66162

One of my Multi-Language Topic on Snitz has disappeared last night
Multi-Language and Multi-Language Skin3D
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=40765

etc...

3 times I changed my password and the day after the same game start.

Since I send to HuwR a donation of $200 on December 22, 2006
this guy HuwR has never stop to pick on every thing I post on the Snitz Forum.


I have even received from HuwR and ruirib an e-mail threatening to ban me from Snitz Forum :


Hello

You received the following message from: ruirib (ruirib@ruirib.net)

At: http://forum.snitz.com/forum/

It was a pleasure to have you there, hope you enjoyed the ride ;).
And don't try to sneak in...

Goodbye ;).

Hey as_shole, I know it’s Davio who is a member at your forums, gonna lock him out too

Edited by - egomez1111 on 19 December 2007 18:42:55
Go to Top of Page

egomez1111
Starting Member

Bhutan
7 Posts

Posted - 19 December 2007 :  18:51:30  Show Profile
Justchecked email test. It took 5 minutes to send email and receive from my site on godaddy. Review the godaddy help guides.

quote:
why did you not post this at Snitz?


The main reasons why this was not posted at Snitz and why I might not post the bugs I find
directly at Snitz anymore are the ways "ruirib and HuwR" take pleasure to criticize just about
anything I post and seem to resent the fact that I want to improve and correct Snitz which, I agree,
serve as the original base for my own Forum.

These are some of the actions I find unacceptable:
ruirib and HuwR take fun to Delete some of my topics, of my replies, locked or move my topic.

A topic posted last week from me to Davio in "Help: MOD Implementation" Forum as been deleted.

Two replies in my topic as been deleted about a bug on snitz topic page:
http://forum.snitz.com/forum/topic.asp?whichpage=5.96&TOPIC_ID=44136#372029

A Fix to texanman as been deleted (first reply to texanman subject):
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=66162

One of my Multi-Language Topic on Snitz has disappeared last night
Multi-Language and Multi-Language Skin3D
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=40765

etc...

3 times I changed my password and the day after the same game start.

Since I send to HuwR a donation of $200 on December 22, 2006
this guy HuwR has never stop to pick on every thing I post on the Snitz Forum.


I have even received from HuwR and ruirib an e-mail threatening to ban me from Snitz Forum :


Hello

You received the following message from: ruirib (ruirib@ruirib.net)

At: http://forum.snitz.com/forum/

It was a pleasure to have you there, hope you enjoyed the ride ;).
And don't try to sneak in...

Goodbye ;).

Hey as_shole, I know it’s Davio who is a member at your forums, gonna lock him out too
Go to Top of Page

egomez1111
Starting Member

Bhutan
7 Posts

Posted - 19 December 2007 :  19:14:17  Show Profile
The snitz set for email for Godaddy:


CDOSYS (IIIS 5/5.1/6)

relay-hosting.secureserver.net

xxx@xxx.xxx <- this is your site's email account.

Back on godaddy, set email to your site's account to be relayed to an email account of your choice.

quote:
why did you not post this at Snitz?


The main reasons why this was not posted at Snitz and why I might not post the bugs I find
directly at Snitz anymore are the ways "ruirib and HuwR" take pleasure to criticize just about
anything I post and seem to resent the fact that I want to improve and correct Snitz which, I agree,
serve as the original base for my own Forum.

These are some of the actions I find unacceptable:
ruirib and HuwR take fun to Delete some of my topics, of my replies, locked or move my topic.

A topic posted last week from me to Davio in "Help: MOD Implementation" Forum as been deleted.

Two replies in my topic as been deleted about a bug on snitz topic page:
http://forum.snitz.com/forum/topic.asp?whichpage=5.96&TOPIC_ID=44136#372029

A Fix to texanman as been deleted (first reply to texanman subject):
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=66162

One of my Multi-Language Topic on Snitz has disappeared last night
Multi-Language and Multi-Language Skin3D
http://forum.snitz.com/forum/topic.asp?TOPIC_ID=40765

etc...

3 times I changed my password and the day after the same game start.

Since I send to HuwR a donation of $200 on December 22, 2006
this guy HuwR has never stop to pick on every thing I post on the Snitz Forum.


I have even received from HuwR and ruirib an e-mail threatening to ban me from Snitz Forum :


Hello

You received the following message from: ruirib (ruirib@ruirib.net)

At: http://forum.snitz.com/forum/

It was a pleasure to have you there, hope you enjoyed the ride ;).
And don't try to sneak in...

Goodbye ;).

Hey as_shole, I know it’s Davio who is a member at your forums, gonna lock him out too
Go to Top of Page
Page: of 2 Previous Topic Topic Next Topic  
Next 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.8 seconds. Powered By: Snitz Forums 2000 Version 3.4.07