> ## Documentation Index
> Fetch the complete documentation index at: https://sendroid.app/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Zoho Mail

> Zoho app passwords and IMAP/SMTP settings

## Generate an app password

<Steps>
  <Step title="Sign in to Zoho">
    Go to [Zoho Accounts](https://accounts.zoho.com) and sign in.
  </Step>

  <Step title="Create an app password">
    Open **Security** → **App Passwords**, create a new password, and copy it.
  </Step>
</Steps>

## IMAP / SMTP server settings

| Protocol             | Server          | Port | Encryption |
| -------------------- | --------------- | ---- | ---------- |
| **IMAP**             | `imap.zoho.com` | 993  | SSL/TLS    |
| **SMTP**             | `smtp.zoho.com` | 465  | SSL/TLS    |
| **SMTP (alternate)** | `smtp.zoho.com` | 587  | STARTTLS   |

* **Username**: Full Zoho email address
* **Password**: App password

<Note>
  Free and paid plans use the same servers. For custom domain mail (e.g. `@yourdomain.com`), confirm your domain is verified in Zoho.
</Note>

## Frequently asked questions

<AccordionGroup>
  <Accordion title="Does Zoho Free work with IMAP?">
    Yes — Zoho Mail's free tier supports IMAP/SMTP. Enable IMAP in **Zoho Mail Settings** → **Mail Accounts** → **IMAP Access** before connecting.
  </Accordion>

  <Accordion title="Why is my IMAP login failing?">
    Zoho requires an app-specific password if you have 2FA enabled (recommended). Generate it in **Zoho Accounts** → **Security** → **App Passwords** and use that instead of your login password.
  </Accordion>

  <Accordion title="Does it support custom domains hosted on Zoho?">
    Yes — use your custom-domain email address (e.g. `you@yourcompany.com`) as the username with the standard `imap.zoho.com` / `smtp.zoho.com` hosts. Confirm the domain is verified in Zoho.
  </Accordion>
</AccordionGroup>

<script
  type="application/ld+json"
  dangerouslySetInnerHTML={{
__html: JSON.stringify({
  "@context": "https://schema.org",
  "@type": "FAQPage",
  "@id": "https://sendroid.app/docs/guides/email/zoho#faq",
  mainEntity: [
    { "@type": "Question", name: "Does Zoho Free work with IMAP?", acceptedAnswer: { "@type": "Answer", text: "Yes — Zoho Mail's free tier supports IMAP/SMTP. Enable IMAP in Zoho Mail Settings → Mail Accounts → IMAP Access before connecting." } },
    { "@type": "Question", name: "Why is my IMAP login failing?", acceptedAnswer: { "@type": "Answer", text: "Zoho requires an app-specific password if you have 2FA enabled. Generate it in Zoho Accounts → Security → App Passwords and use that instead of your login password." } },
    { "@type": "Question", name: "Does it support custom domains hosted on Zoho?", acceptedAnswer: { "@type": "Answer", text: "Yes — use your custom-domain email address as the username with the standard imap.zoho.com / smtp.zoho.com hosts. Confirm the domain is verified in Zoho." } },
  ],
}),
}}
/>
