If you see the following in the error details:
Parser Error Message: It is an error to use a section registered as allowDefinition='MachineToApplication' beyond application level. This error can be c...
To learn what is mail server and what is necessary to send/receive messages, please refer to this topic.
Typical reasons:
* the mail host you try to connect to doesn't have POP3 service runnin...
Gmail requires establishing secure connections (SSL/TLS). WebMail Pro supports SSL/TLS and can connect to Gmail.
To connect to servers like gmail.com, you should just specify dedicated SSL port...
<br /><div>
<img src="http://www.afterlogic.com/img/cpanel-integration-logos.jpg" align="right">
Two methods of AfterLogic WebMail Pro PHP <br />and c...
Gmail accepts only secure SSL connections, and thus you should use MailBee.NET SMTP component in SSL mode.
C#:
using MailBee;
using MailBee.SmtpMail;
using MailBee.Security;
...
Smtp mailer ...
This error caused by limitation of memory available for PHP script. Increase memory_limit PHP configuration setting (see the [PHP manual]). After editing the PHP configuration file, you will probably ...
Gmail accepts only secure SSL connections, and thus you should use MailBee SMTP component with MailBee SSL/SMIME component.
Visual Basic 6 / VBScript:
Set SMTP = CreateObject("MailBee.SMTP&qu...
Most likely, your application powered by MailBee Objects doesn't have sufficient permissions to MailBee.dll or MailBee Objects installation was damaged for some reason. If your application is an ASP a...
To send and receive e-mail messages in your application, you need MailBee Objects or MailBee.NET Objects which are interfaces (API) between your application and a mail server, allowing sending, receiv...
Yes, AfterLogic WebMail Pro ASP.NET is shipped with the full source code and you're free to modify it to implement any feature you need.
Note: WebMail Pro package includes MailBee.NET.dll redistrib...