Author |
|
germ Newbie
Joined: 26 December 2003 Location: United States
Online Status: Offline Posts: 6
|
Posted: 12 January 2004 at 3:52pm | IP Logged
|
|
|
Is there any type of logging associated with the use of webmail or the mailbee object?
|
Back to Top |
|
|
Alex AfterLogic Support
Joined: 19 November 2003
Online Status: Offline Posts: 2206
|
Posted: 12 January 2004 at 6:08pm | IP Logged
|
|
|
You may enable logging for specific mailbee object (pop3 or smtp) by adding the following lines:
Mailer.EnableLogging = True
Mailer.LogFilePath = "C:\Temp\log.txt"
after
Set Mailer = Server.CreateObject("MailBee.POP3 or SMTP")
declaration (Mailer is POP3 or SMTP object name, can be Mailer or Mailer2).
Files containing these declarations are:
check_login.asp
functions_main.inc.asp
functions_new.inc.asp
redirect.asp
You may add logging to all of these files or only one you are interested in.
|
Back to Top |
|
|