SMTP Email Proxy for Cold Email Outreach|All updates
SMTP testing

Free SMTP Email Test

Send a real test email through your SMTP server to verify credentials and configuration.

SMTP server

Authentication

Test message

01 · Definition

What is smtp email test?

An SMTP email test connects to your mail server using the credentials you provide, authenticates over the chosen security protocol, and sends a real test message to a recipient you specify. If the message is accepted for delivery, the server configuration and credentials are confirmed working.

This tool requires your SMTP hostname, port, security mode, username, password, sender address and recipient address — the same settings you configure in any email client or sending application. Run it to confirm new credentials, verify a provider switch, or diagnose a sending failure. Read the in-depth SMTP email test guide for port and security mode selection, app password setup for major providers, and a pre-deployment checklist.

02 · Process

How it works

  1. 1Enter your SMTP credentials.Provide the hostname, port, security mode (None, STARTTLS or SSL), username and password for your SMTP account.
  2. 2Set the sender and recipient.Enter a from address — typically within your sending domain — and a to address where you want the test message delivered.
  3. 3Authenticate and send.The tool connects to your SMTP server, authenticates with your credentials, and submits a test message for delivery.
  4. 4Review the result.A successful result confirms your server is reachable, credentials are valid and the server accepted the message. A failure identifies where the handshake broke down.

03 · Risk

Why it matters

SMTP credential errors are one of the most common causes of email delivery failures that are hard to diagnose quickly. A send failure in an application or marketing platform typically surfaces as a generic error — 'message not sent' — without telling you whether the issue is authentication, network, TLS mismatch or the server rejecting the from address. An SMTP email test isolates credentials and configuration from the application entirely.

For financial services teams managing their own SMTP relay or switching providers, this test is a mandatory pre-deployment check. It confirms the new credentials work before they go into production configuration files, so you are not debugging a failed migration under send-queue pressure.

04 · Use cases

Common ways to use this tool

  • New SMTP provider onboarding. Before updating application configuration to use a new email provider, run an SMTP email test to confirm the new credentials actually work.
  • Credential rotation verification. After rotating SMTP passwords or API keys, run a test to confirm the updated credentials are correct before live sends resume.
  • Delivery failure triage. When an application reports SMTP send failures, use this tool to rule out credential and configuration problems before looking at application logs.
  • ESP migration pre-check. Before switching email service providers in a live campaign system, verify the new SMTP settings with a test send to a recipient you control.
  • Developer environment setup. Confirm SMTP settings in local and staging environments before deploying to production, so any configuration mismatch surfaces early.

05 · Interpretation

What to check in the result

  • Authentication failure (535). The server is rejecting your username and password. Common causes: incorrect password, account requiring an app-specific password rather than the main password, or two-factor authentication blocking non-OAuth connections.
  • Connection refused or timed out. Port is blocked or the wrong port number is configured. Port 587 with STARTTLS is the standard submission port for authenticated senders. Port 465 uses SSL from the start. Port 25 is for server-to-server MTA connections, not authenticated submission.
  • TLS negotiation failed. Security mode mismatch — the server expects STARTTLS but ssl was selected, or vice versa. Try switching the security mode and re-running the test.
  • Sender address rejected. The from address is not permitted by the SMTP account. Many providers restrict which from addresses an account can send from — use an address within your authenticated sending domain.
  • Test message delivered but marked spam. The SMTP credentials work but the message landed in spam. Run an email spam checker on your content to identify the filter triggers.

Frequently asked

Questions about this tool

Copyright © 2026 - Jonah and Associates Pty Ltd