How to check if my ISP blocking SMTP Port

How to check if my ISP blocking SMTP Port

You can run a quick test on your local computer's operating system to see if your ISP is blocking the default port 25 SMTP port, for sending (Relaying) mail.

Microsoft Windows XP:

Start Button >> Run >> type this command 'cmd' (without the quotes around cmd)

Windows Vista/Windows 7

Start Button >> In the smart search bar enter 'cmd" (without the quotes around cmd)

Mac OS X:

Navigate to /Applications/Utilities and double-click on Terminal icon.

Enter this command once you have command prompt (Windows) or terminal (MAC OS/X) window open:

telnet domain.com 25 (domain.com being the domain name)

If your ISP is blocking the SMTP port 25, you will get response similar to below:

Connecting To domain.com...Could not open connection to the host, on port 25: Connect failed

If you do receive a response back similar the one below, Port 25 is not blocked:

220-domain.com ESMTP Exim 4.69 #1 Tues, 22 Mar 2011 22:11:01 -0500

220-We do not authorize the use of this system to transport unsolicited,

220 and/or bulk e-mail.

*Notice*

The response posted above is just one of many examples that you receive when verifying if port 25 is blocked.

The one you receive may not be or look the same as posted above. It
just gives you confirmation that the port is not blocked and you are
able to send mail out.

    • Related Articles

    • How Do I Enable SMTP Authentication? Mail-Clients

      You can manually configure your POP3 e-mail software package. Instructions to update your setting manually: Email software you can set up to access your e-mail on your PC Microsoft Outlook®; Express (PC) Windows® Mail (PC) Microsoft Outlook® 2010 ...
    • Setting up SMTP Authentication in Apple (Mac) Mail for Existing Mailbox

      SMTP Authentication Setup for Apple Mail 1. Open Mail and go to Mail --> Preferences 2. Select the "Accounts" tab and select the Account you wish to configure. 3. Make sure the "Account Information" tab is selected. At the bottom of this screen there ...
    • Setting up SMTP Authentication in Apple (Mac) Mail for Existing Mailbox

      SMTP Authentication Setup for Apple Mail 1. Open Mail and go to Mail --> Preferences 2. Select the "Accounts" tab and select the Account you wish to configure. 3. Make sure the "Account Information" tab is selected. At the bottom of this screen there ...
    • SMTP Authentication Failure

      The Mail::factory PHP Script does not like to play well with some of our servers, Instruct the client instead to use this one - https://github.com/PHPMailer/PHPMailer When sending emails in cPanel, mailer script must utilize smtp authentication and ...
    • Step by Step for Setting up Mail Clients w/ SMTP AUTH

        Launch Outlook     Select "Tools" from the Menu bar.     Select "Email Accounts" from the Tools menu. The Email Accounts Wizard will appear.     Under the Email heading, select "Add a new email account." Click "Next."     Select server type. In ...