Search The ForumSearch   RegisterRegister  LoginLogin

MailBee.NET SMTP

 AfterLogic Forum : MailBee.NET SMTP
Subject Topic: help me with smtp Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
kara
Newbie
Newbie
Avatar

Joined: 12 December 2008
Location: United States
Online Status: Offline
Posts: 1
Posted: 12 December 2008 at 6:14pm | IP Logged Quote kara

Please Boss i will be happy if you can help me with SMTP loging i need help, this is my e-mail marco_alamaru@yahoo.com
Back to Top View kara's Profile Search for other posts by kara
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6044
Posted: 15 December 2008 at 1:26am | IP Logged Quote Igor

You should use the following code to enable SMTP logging, for C# and Visual Basic respectively:

Code:
Smtp mailer = new Smtp();
mailer.Log.Enabled = true;
mailer.Log.Filename = @"C:\log.txt";


Code:
Dim mailer = New Smtp
mailer.Log.Enabled = True
mailer.Log.Filename = "C:\log.txt"


Please refer to this documentation page for details.

System account your application is running under should have write permission to the specified location.

Regards,
Igor
Back to Top View Igor's Profile Search for other posts by Igor
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide