How To Troubleshoot Sending Mail Issues
If you can't send emails, first check that all the information in your email client is correct. Below are the general email configuration settings. For email setup instructions, refer to Get Started With Freeparking Email article.
Email Settings
| Incoming Server | mail.YourDomain.com |
| Outgoing Server | mail.YourDomain.com |
| Username | Your full e-mail address |
| Password | Your e-mail account password |
| Incoming Port | 110 for POP3 or 143 for IMAP |
| Outgoing Mail server (SMTP) Port | 587 |
| SSL | NO |
| SMTP Authentication | Required |
| Secure Authentication or SPA | Needs to be turned off |
Check That Port 25 is Not Blocked
Some Internet Service Providers (ISPs) may block the normal sendmail port 25, so the easiest way is to contact them and ask for the Outgoing Server SMTP setting which you will then use to replace (Outgoing Server: mail.yourdomain.com) above.
Alternatively if your ISP is blocking port 25 you can try port 465 or 587 instead.
Here's a test you can use to find out if this is the case:
IMPORTANT:
On newer Windows machines the Telnet program is not enabled automatically, but can be turned on by going from the Start menu to the Control Panel, then clicking on Programs, Turn Windows Features on or off, then scrolling down and clicking the box next to Telnet Client.
- Windows users can access this via start > run > cmd. Mac users can use the Terminal application.
- Type: telnet mail.domain.com 25 (replace domain.com with your own domain name).
If you just see a blank screen then your ISP provider is blocking you.
If you login to your Webmail account, you will be able to send and receive email from anywhere in the world.