Setup new emails or troubleshoot existing emails: Cpanel, Webmail, Apple iphone, Android phone and Outlook
Email Setup & Support
Username | The username on the mail account. | username@example.com |
Password | The password for the mail account. | The mail account’s password. |
Incoming Server Port | The port the system uses for incoming mail. |
|
Incoming Server | The mail server address the system uses for incoming mail. | example.com |
Outgoing Server Port (SMTP) | The port the system uses for outgoing mail. | 465 SSL/TLS (or 587 with STARTTLS) |
Outgoing Server | The mail server the system uses for outgoing mail. | example.com |
We suggest the pop3 method.
Follow instructions on cpanel https://docs.cpanel.net/knowledge-base/email/how-to-set-up-a-cpanel-email-account-for-ios-and-android/
You could follow instructions here:
make sure to setup manually so that you can enable ssl and authentication:
POP3 is an older protocol that downloads email from a server to a local computer and then deletes the email from the server. This means that if the user wants to access the email from a different device, the email will not be available on the server unless the settings are changed on your mail software eg outlook to keep the emails on the server for a specified time allowing multiple devices to download emails. The advantages are that you will always download and have a local copy of the emails and your mailbox won’t fill up with unnecessary emails.
We suggest the pop3 method.
IMAP, on the other hand, leaves the email on the server and synchronizes the email between the server and the user’s local devices. This allows the user to access the same email from multiple devices, and see the same email folders and labels. The disadvantage of this is if you accidentally delete emails from your computer the emails are deleted from the server and other connected devices.
SMTP (sending) recommended | Encrypted – TLS/STARTTLS | 587 |
POP3 (receiving) recommended | Encrypted – TLS | 995 |
IMAP (receiving) | Encrypted – TLS | 993 |
SMTP (sending) | Unencrypted | 26 |
POP3 (receiving) | Unencrypted | 110 |
SMTP (sending) | Encrypted – TLS/TTLS | 465 |
POP3 (receiving) | Encrypted – SSL | 995 |
SMTP (sending) | Encrypted – SSL | 465 |
IMAP (receiving) | Encrypted – SSL | 993 |
IMAP (receiving) | Unencrypted | 143 |
Emails not working. Steps to follow
Many ISPs block unauthenticated email sending on port 25. Avoid using port 25
Use Port 26 instead.
It is recommended you always enable SMTP Authentication (e.g. by enabling TLS/SSL).
There could be several reasons why you are experiencing mail delivery failures when sending emails.
Here are some possible explanations:
Incorrect email address: Make sure that you are entering the correct email address of the Gmail recipient. Even a small typo can result in a delivery failure.
Spam or filtering settings: Gmail has robust spam filters that may sometimes classify legitimate emails as spam. Check if your emails are being filtered into the recipient’s spam folder. Ask the recipient to check their spam or junk folder for your emails and mark them as “Not spam” if found.
Email size or attachments: Gmail has limitations on the size of attachments that can be sent. If you are sending large attachments, they may be rejected by Gmail’s servers. Try sending smaller attachments or consider using a file-sharing service for larger files.
Reputation or blacklisting issues: If your email server has a poor reputation or has been blacklisted by Gmail or other email providers, your emails may be blocked or marked as spam. You can check your server’s IP address against popular blacklists to ensure it is not listed.
Domain authentication issues: Implementing authentication mechanisms like SPF (Sender Policy Framework) and DKIM (DomainKeys Identified Mail) can improve email deliverability. Ensure that your domain’s DNS records are correctly configured with these authentication mechanisms.
Temporary issues: Sometimes, temporary issues with Gmail’s servers or network connectivity can cause email delivery failures. If the problem persists, you can try reaching out to Gmail support for further assistance.