What are the email secure and non secure ports?

If you're having issues sending emails try to change your outgoing port to 587. If you prefer to use SSL for Email, simply change your outgoing port to 465 - SMTP (SSL) and your incoming port to 995 - POP3 (SSL).

SMTP is outgoing and POP3/IMAP is incoming.

25 - SMTP
587 - SMTP
465 - SMTP (SSL)
110 - POP3
995 - POP3 (SSL)
143 - IMAP
993 - IMAP (SSL)

  • email ports, email ssl, mail ports, mail ssl, email, ports, mail, ssl, secure, imap, smtp, pop3
  • 230 Users Found This Useful
Was this answer helpful?

Related Articles

How to flush your DNS cache

Your home computer creates a cache for all DNS settings. It does this to save time each time you...

What is the root login for my new VPS server?

The root login is the same password our system sent you in your welcome email. You just change...

What is the path to PERL?

The path to PERL in PERL script is:#!/usr/local/bin/perl

Do you troubleshoot scripts and apps?

Hello,Sorry, but troubleshooting sripts and apps needs to be done by the scipt maker or a...

How to use PHP-CLI

You would call '/usr/local/bin/php' if you need the php-cli binary, and '/usr/bin/php' if you...