Provider setup

Zoho SMTP test online — smtp.zoho.com ports and app passwords

Zoho SMTP test online for smtp.zoho.com on port 587 with STARTTLS. App-specific passwords, regional hosts, and how to fix 535 authentication errors.

3 min read Credentials redacted No signup

Connection settings

Host
smtp.zoho.com
Port
587
Security
STARTTLS

Zoho Mail provides SMTP submission for personal, family, and business mailboxes. Use this Zoho SMTP test online guide to verify smtp.zoho.com (or your regional host), port, TLS mode, and credentials before configuring WordPress, a CRM, or a custom app.

Recommended settings

Regional SMTP hosts

Pick the host that matches where your mailbox is hosted:

Region SMTP host
US / global smtp.zoho.com
Europe smtp.zoho.eu
India smtp.zoho.in
Australia smtp.zoho.com.au
Japan smtp.zoho.jp

Using the wrong regional host can cause connection failures or authentication errors that look like bad passwords. Check your Zoho Mail admin console or account settings if unsure.

App-specific passwords (required with 2FA)

If multi-factor authentication is enabled on your Zoho account, your normal login password will not work for SMTP — you need an app-specific password:

  1. Log in to Zoho Mail or the Zoho Account security page.
  2. Open SecurityApp passwords (or Application-specific passwords).
  3. Generate a new password for Mail / SMTP / your client name.
  4. Copy the generated password immediately — Zoho shows it once.
  5. Use your full email address as the SMTP username and the app password as the SMTP password.

Without 2FA, your regular Zoho password may work, but app passwords are still recommended for third-party apps so you can revoke one client without resetting your main login.

Testing with SMTP Tester

  1. Host: smtp.zoho.com (or your regional host), port 587, security STARTTLS.
  2. Username: full Zoho email address.
  3. Password: account password or app-specific password.
  4. From: the same mailbox (or an allowed send-as alias).
  5. To: any recipient for a delivery test.
  6. Click Run and confirm 235 after AUTH in the transcript.

Enable handshake-only first if you only want to verify TLS and credentials without sending mail.

Zoho Mail vs Zoho Workplace / organization mail

If smtp.zoho.com fails with connection errors for a business tenant, try the hostname listed in your admin documentation.

Common errors

535 authentication failed

550 sender rejected

Connection timeout

TLS errors

Zoho SMTP vs Zoho CRM / ZeptoMail

Zoho operates several email products. This guide covers Zoho Mail SMTP submission. ZeptoMail and other transactional products use different SMTP hosts and API keys — do not paste a ZeptoMail token into Zoho Mail SMTP settings or vice versa.

Privacy note

Related guides

Try it on your own server

Run these settings against your SMTP server and watch the live, credential-redacted protocol transcript.

Open SMTP Tester