Knowledge Base

To search an entire phrase, enclose it in quotes.
To select multiple tags (tags intersection), hold Ctrl and click tags. Clicking selected tag unselects all tags.

I'm getting "Server Error in '/' Application". What does this mean?

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...

How to connect to gmail.com?

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...

I'm getting "Can't connect to POP3 server, check POP3 server settings". How to resolve?

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...

How to install WebMail Pro on cPanel server

Two methods of AfterLogic WebMail Pro PHP and cPanel integration: As a cPAddon Through direct embedding Which method to select, depends on the usage scenario and your web ...

How can I send e-mail through Gmail with C# or VB.NET

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 ...

Fatal error: Allowed memory size of [###] bytes exhausted (tried to allocate [###] bytes) in [path]/[file].php on line [###]

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 ...

How can I send e-mail through Gmail with ActiveX version (VB6, classic ASP)

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") set ...

I'm getting 'CreateObject Failed' (or 'Server.CreateObject failed') error. What's wrong?

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...

What do I need to send and receive e-mails?

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...

Synchronization modes. How do they work?

WebMail Pro can download e-mail messages (or their parts) from mail servers and store the downloaded messages in its storage. This is some kind of cache which reduces number of connections to the mail...

Next page>