by Lazar | Mar 18, 2021 | Email Management
Please double-check the settings used by your mail client for the email account for which you are experiencing this issue. You can also check our detailed guide regarding issues with sending emails here.
by Lazar | Mar 18, 2021 | Email Management
To configure your email client correctly, you need the following POP3/IMAP settings: Username: Your email address Password: Your email password POP3/IMAP Server: mboxhosting.com (for paid clients) or free.mboxhosting.com (for free clients) SMTP Server: mboxhosting.com...
by Lazar | Mar 18, 2021 | Email Management
First, make sure you have checked in the account properties of the Outlook Express / MS Outlook the option “My server requires authentication”. Please note that if you are using a different email client the settings might be different. If not, proceed to...
by Lazar | Mar 18, 2021 | Email Management
In order to check, whether your email client does connect to POP3, please follow these steps: Open Command Prompt from Windows -> Start button -> Run -> type “cmd”, a black dialog box will open the so-called Command Prompt For premuim hosting...
by Lazar | Mar 18, 2021 | Email Management
Here is a script example you can test PHP mail function with: <?php $to = “you@yourdomain.com”; $subject = “Hi!”; $body = “TEST”; $headers = “MIME-Version: 1.0\r\n”; $headers .=...