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
 Trouble setting up mail
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

smurfanders
Starting Member

Sweden
2 Posts

Posted - 26 November 2007 :  05:49:10  Show Profile
Hi,

I'm having some problems with the mailsetup.
It works fine to click on a user and send them mail but when a user subscribes to the forum they don't recieve emails ad they don't recieve emails to verify their mailaccount.
Do you know what the problem could be?
I am using "Cili!Mail (ChiliSoft ASP)" as the email component...

With regards,

Anders

pdrg
Support Moderator

United Kingdom
2897 Posts

Posted - 26 November 2007 :  11:45:33  Show Profile  Send pdrg a Yahoo! Message
You will probably not get much help with that one Anders, I don't think many people here use Chili and it's not officially supported to my knowledge.

That said, if the email functionality is working in one case and not the other, I'd look out for any code differences in the mailsending bits of the pages - whilst Chili does a great job most of the time, it's not a direct replacement for MS's ASP, and implements it slightly differently sometimes - specifically look at things like line spacing which Chili is very sensitive to eg...

code code code _

code code code

In MS's ASP that resolves to code code code code code code (ie the line continuation character ignores the blank line) but with Chili it'll error

I hope this helps
Go to Top of Page

smurfanders
Starting Member

Sweden
2 Posts

Posted - 29 November 2007 :  05:45:00  Show Profile
Hi again,

thanks for your reply and the tips on spacing. It seems to work now after i removed a blankstep in one command in inc_subscription.asp

This is before I changed the line:
strSql = "SELECT S.MEMBER_ID, S.CAT_ID, S.FORUM_ID, S.TOPIC_ID, M.M_NAME, M.M_EMAIL " & _
" FROM " & strTablePrefix & "SUBSCRIPTIONS S, " & strMemberTablePrefix & "MEMBERS M"

And this is after (see the HUGE difference ):
strSql = "SELECT S.MEMBER_ID, S.CAT_ID, S.FORUM_ID, S.TOPIC_ID, M.M_NAME, M.M_EMAIL " & _
" FROM " & strTablePrefix & "SUBSCRIPTIONS S," & strMemberTablePrefix & "MEMBERS M"

...so, I removed a blank space after "SUBSCRIPTIONS S,". Now it seems to work.

Thanks again!

With regards,

Anders
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.11 seconds. Powered By: Snitz Forums 2000 Version 3.4.07