Search The ForumSearch   RegisterRegister  LoginLogin

MailBee SMTP

 AfterLogic Forum : MailBee SMTP
Subject Topic: Connect return value Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
dave
Guest Group
Guest Group


Joined: 10 November 2003
Online Status: Online
Posts: 262
Posted: 07 June 2006 at 7:10pm | IP Logged Quote dave

When attempting to connect to SMTP server, Connect returns 0, Connected is FALSE. ErrDesc and ServerResponse are blank.

Is 0 a failed connect? If so, what is the error?
Back to Top View dave's Profile Search for other posts by dave
 
Alex
AfterLogic Support
AfterLogic Support
Avatar

Joined: 19 November 2003
Online Status: Offline
Posts: 2206
Posted: 08 June 2006 at 7:12am | IP Logged Quote Alex

Could you please enable logging SMTP session into a file, run your code again, try to
reproduce the problem and send the log file to support@afterlogic.com? Thus, we will be able to investigate the problem in more detail.

If you are using MailBee.SMTP object, you can enable logging as shown below (in VB syntax):

Code:

Dim oSmtp
Set oSmtp = CreateObject("MailBee.SMTP")
oSmtp.EnableLogging = True
oSmtp.LogFilePath = "C:\my_log.txt"
oSmtp.ClearLog


Make sure your application has permissions to write into the specified location.

It also would be helpful if you provide us with the part of code where you are using MailBee.SMTP.

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

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