By default, MailBee tries to take advantage of extended capabilities offered by mail servers. However, sometimes these extended features might not work properly despite the fact the mail server claims it supports them. The common reason for this is network antivirus, firewall or mail filter which may intercept the traffic between the mail server and the client. If it does not support any features supported by the mail server itself, this may cause problems.
MailBee allows the developer to disable any advanced features. To disable them all at once, set Global.SafeMode property to true before creating any instances or calling any methods of MailBee classes.
Log file can be very useful for debugging any errors which occur during the session between the mail server and the client. Also, if you decided to contact our technical support for resolving the issue, you should also attach the log file. You can enable logging using Log property of any mailer component (including Smtp, Pop3 and Imap).
Often, the issue may be caused by your network configuration, not by the errors in the code. You should also try to do the same with Microsoft Outlook Express (OE). For instance, if you can't send a message, try to do the same with OE. But be sure to send from the same computer where you're using MailBee, using the same protocol and account settings (for instance, if the SMTP authentication is not used in MailBee, disable it in OE as well).
Even if the problem still does not get reproduced with OE, make sure your antivirus or firewall software (if any) does not treat OE in a special way. For instance, many security programs put OE on white list while unknown programs may get blocked.
Also, please note that you should test using Microsoft Outlook Express, not the full version (Microsoft Office Outlook). Microsoft Office Outlook can communicate with mail servers manufactured by Microsoft (such as Exchange) using internal protocols which are not supported by other software. As alternative to OE, you can also use Thunderbird.
Copyright © 2006-2008 AfterLogic Corporation. All rights reserved.