Short answer: Port 587 is not encrypted by default — but it is the standard port for encrypted SMTP submission via STARTTLS. Whether your message is actually encrypted depends on how your client and server negotiate the connection.

Why this matters: Sending email on port 587 without STARTTLS sends your credentials and message body in plain text. Any network in between can read them.

How encryption works on port 587

  1. The client opens an unencrypted connection to port 587.
  2. The server announces support for STARTTLS.
  3. The client issues STARTTLS and the connection is upgraded to TLS.
  4. Authentication and the email body are now encrypted.

Port 587 vs. 465 vs. 25

PortUseEncryption
587Modern SMTP submissionSTARTTLS (recommended)
465Legacy SMTPSImplicit TLS from start
25Server-to-server relayOften blocked, opportunistic TLS

Make sure your port 587 connection is encrypted

  • Enable STARTTLS (or "TLS / Auto") in your email client.
  • Require authentication (SMTP AUTH).
  • Verify the server certificate is valid.
  • Add SPF, DKIM and DMARC records to your domain.

Use a hardened SMTP — try Mailpro free

Mailpro's SMTP relay enforces TLS, signs every message with DKIM and follows SPF/DMARC best practices out of the box. Discover Mailpro SMTP · Deliverability hub

Related reading:

Previous question

   

Next question

You might also be interested in:

Why Was Your Mailpro Payment Declined?

If a Mailpro charge is declined, sending and renewals can be affected until you fix the underlying issue. The most...

Read more

How to Import Your SMS Phone List

Before launching your first SMS campaign in Mailpro, you need to import your phone list correctly. Follow these steps to...

Read more

Can we export the list of badmails / bounces?

Yes — Mailpro lets you export the full badmail list (hard and soft bounces) as XLSX or CSV in one...

Read more

How can I import my addresses to Mailpro?

Importing contacts into Mailpro takes under 5 minutes. Here's the step-by-step from source file to ready-to-send list. Pro tip: clean your...

Read more

Why are some addresses not imported?

If not every row of your file makes it into Mailpro, that's an automatic safeguard protecting your list quality and...

Read more