Spam Filter ISP Support Forum

  New Posts New Posts RSS Feed - No Registration emails
  FAQ FAQ  Forum Search   Register Register  Login Login

No Registration emails

 Post Reply Post Reply
Author
chris_bell View Drop Down
Newbie
Newbie


Joined: 16 February 2006
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote chris_bell Quote  Post ReplyReply Direct Link To This Post Topic: No Registration emails
    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

Back to Top
Desperado View Drop Down
Senior Member
Senior Member
Avatar

Joined: 27 January 2005
Location: United States
Status: Offline
Points: 1143
Post Options Post Options   Thanks (0) Thanks(0)   Quote Desperado Quote  Post ReplyReply Direct Link To This Post 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") = "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

Back to Top
LogSat View Drop Down
Admin Group
Admin Group
Avatar

Joined: 25 January 2005
Location: United States
Status: Offline
Points: 4104
Post Options Post Options   Thanks (0) Thanks(0)   Quote LogSat Quote  Post ReplyReply Direct Link To This Post 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

LogSat Software

Spam Filter ISP
Back to Top
chris_bell View Drop Down
Newbie
Newbie


Joined: 16 February 2006
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote chris_bell Quote  Post ReplyReply Direct Link To This Post 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

Back to Top
LogSat View Drop Down
Admin Group
Admin Group
Avatar

Joined: 25 January 2005
Location: United States
Status: Offline
Points: 4104
Post Options Post Options   Thanks (0) Thanks(0)   Quote LogSat Quote  Post ReplyReply Direct Link To This Post 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

LogSat Software

Spam Filter ISP
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down



This page was generated in 0.141 seconds.