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

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

Timeout error occurs during submitting a mail message to an SMTP server. What's wrong?

Probably, you're using a firewall, anti-spam or anti-virus filter which intercepts network traffic between MailBee.NET and your SMTP server, and this network filter does not actually support CHUNKING ...

Using AfterLogic WebMail (PHP) without SMTP

By default, both Lite and Pro versions of AfterLogic WebMail (PHP) require SMTP access for sending mails. Unfortunately, some hosting providers disallow using SMTP from PHP scripts and thus make it im...

Sending mails from AfterLogic WebMail installed at GoDaddy

If you are running AfterLogic WebMail on shared hosting account provided by GoDaddy, the following settings should be used for sending mail successfully: Outgoing mail server: relay-hosting.secures...