Print Page | Close Window

No Registration emails

Printed From: LogSat Software
Category: Spam Filter ISP
Forum Name: Spam Filter ISP Support
Forum Description: General support for Spam Filter ISP
URL: https://www.logsat.com/spamfilter/forums/forum_posts.asp?TID=5511
Printed Date: 27 April 2025 at 3:15am


Topic: No Registration emails
Posted By: chris_bell
Subject: No Registration emails
Date Posted: 21 February 2006 at 3:59am

Hi again,

 cant see why but were not getting any registration emails from the web interface. I've pulled out a copy of the Database and can see the users added and there passwords but no emails going out.

Any ideas ?

Best,

Chris




Replies:
Posted By: Desperado
Date Posted: 21 February 2006 at 2:48pm

Chris,

Check your register page and look at the line I marked in red. 

 Message = Message & "." & vbCRLF
 SQL = "SELECT * FROM tblMsgs WHERE 0 = 1"
 rs.Open(SQL)
 rs.AddNew
 rs("Msg") = Message
 rs.Update
 MsgID = rs("MsgID")
 rs.Close
 SQL="SELECT * FROM tblQuarantine WHERE 0 = 1"
 rs.Open(SQL)
 rs.AddNew
 rs("EMailFrom") = " mailto:support@yourcompany.net - support@yourcompany.net "
 rs("EMailTo") = EMail
 rs("Subject") = "Your quarantine area password"
 rs("MsgID") = MsgID
 rs("MsgDate") = MessageDate
 rs("Expire") = 0
 rs("Deliver") = 1
 rs("ServerID") = 5    [correct to match your ID]
 rs("RejectDetails") = ""
 rs("RejectID") = 0
 rs.Update
 rs.Close
 Set rs = Nothing



-------------
The Desperado
Dan Seligmann.
Work: http://www.mags.net
Personal: http://www.desperado.com



Posted By: LogSat
Date Posted: 21 February 2006 at 3:25pm
Chris,

Dan's suggestion is excellent. The following may sound stupid, but as we ourselves often fall victim to it, I'll mention it... Please ensure you are using the licensed version and not the free build, as in the free version the web interface is not able to send emails.




-------------
Roberto Franceschetti

http://www.logsat.com" rel="nofollow - LogSat Software

http://www.logsat.com/sfi-spam-filter.asp" rel="nofollow - Spam Filter ISP


Posted By: chris_bell
Date Posted: 24 February 2006 at 5:18am

DOH !

Sorry yes it is the free version. I'm trying to prove the concept to the FD.

So it wount "release" emails either then.

How does it manage users with multipul email accounts ?

Would I have to modify the Web front end to cope with this ?

Chris



Posted By: LogSat
Date Posted: 24 February 2006 at 9:55pm
Chris,

The demo web interface is just a simple example of how to interact with the quarantine. Admins can modify the asp code to fit their needs. If you check our forums, some users have developed customized web front ends that provide greater flexibility and features.


-------------
Roberto Franceschetti

http://www.logsat.com" rel="nofollow - LogSat Software

http://www.logsat.com/sfi-spam-filter.asp" rel="nofollow - Spam Filter ISP



Print Page | Close Window