Skip to content

SMTP configuration

Why this matters

SMTP is the protocol ZaazCRM uses to send emails. Without well-configured SMTP, emails don't go out, land in spam, or the customer receives messages from a generic address.

Create an SMTP configuration

  1. Sidebar → SettingsSMTPCreate.
  2. Fill in:
  3. Internal name.
  4. Server (smtp.yourcompany.com, smtp.sendgrid.net, etc.).
  5. Port (typically 587 with STARTTLS, or 465 with SSL).
  6. User and Password.
  7. Encryption (TLS or SSL).
  8. From email and From name.
  9. Test connection.
  10. Save.

Screenshot: SMTP form

Multiple SMTP accounts

Useful for:

  • Separating transactional from personal.
  • Accounts per language or department.
  • Redundancy — fallback if primary fails.

Mark one as default.

Domain configuration

Your IT administrator must configure SPF, DKIM, DMARC in the domain's DNS. Without this, emails go to spam.

Diagnose problems

ZaazCRM keeps a send log. Common errors:

  • Authentication failed — wrong credentials.
  • Connection refused — wrong server or port.
  • Recipient rejected — email bounces.

Watch out for

  • Passwords are stored encrypted.
  • Some providers cap daily sends (Gmail: ~500). For more volume, use SendGrid, Postmark, Amazon SES.
  • Don't use personal Gmail as SMTP.

Where to next