recover password problem |
Post Reply ![]() |
Author | |
webcows ![]() Newbie ![]() Joined: 08 February 2006 Location: Sweden Status: Offline Points: 6 |
![]() ![]() ![]() ![]() ![]() Posted: 26 February 2007 at 4:51pm |
i have some problems to get recover mail passwords now. recover.asp look this: recPassword = rs("Password") rs.Close MessageDate = Now Message = "From: mail@company" & vbCRLF Message = Message & "To: " & EMail & vbCRLF Message = Message & "Subject: Your quarantine area password" & vbCRLF '****** Revision 6-11-03 ****** Message = Message & "Date: " & FormatDateTime(MessageDate, vbLongDate) & " " & FormatDateTime(MessageDate, vbLongTime) & vbCRLF Message = Message & "Content-Type: text/html;charset=""ISO-8859-1""" & vbCRLF & vbCRLF Message = Message & "Your quarantine area password is: " & recPassword & vbCRLF 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") = "mail@company" rs("EMailTo") = EMail rs("Subject") = "Your quarantine area password" rs("MsgID") = MsgID rs("MsgDate") = MessageDate rs("Expire") = 0 rs("Deliver") = 1 rs("RejectDetails") = "" rs("RejectID") = 0 '****** Revision 6-12-03 ****** rs("ServerID") = 0 '****************************** Are that somehing I need to special set in spamfilter to have this to work ? localhost is allowed to relay on the server. I have website hosted on same machine that spamfilter is running on. I have sql server on a second server. regards, Peter |
|
![]() |
|
LogSat ![]() Admin Group ![]() ![]() Joined: 25 January 2005 Location: United States Status: Offline Points: 4105 |
![]() ![]() ![]() ![]() ![]() |
Peter,
Can you please ensure you're using the licensed version of SpamFilter, and not the free eval one? In the free one the web interface is limited by not being able to deliver emails. |
|
![]() |
|
webcows ![]() Newbie ![]() Joined: 08 February 2006 Location: Sweden Status: Offline Points: 6 |
![]() ![]() ![]() ![]() ![]() |
hello, I am using registered version. regards, Peter |
|
![]() |
|
LogSat ![]() Admin Group ![]() ![]() Joined: 25 January 2005 Location: United States Status: Offline Points: 4105 |
![]() ![]() ![]() ![]() ![]() |
Can you please zip and email us a copy of SpamFilter's activity logfile for a day this happened (preferably only the lines that include from about an hour prior to clicking on the "send password", to about an hour later)? Please also let us know what email address was used so we can locate it in the logs.
|
|
![]() |
Post Reply ![]() |
|
Tweet
|
Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |
This page was generated in 0.266 seconds.