Skip to content

IMAP / SMTP Setup

Connect any email provider that supports IMAP and SMTP. This works with most email services including:

  • Custom domain email (hosting providers)
  • Zoho Mail
  • ProtonMail Bridge
  • Yahoo Mail
  • Fastmail
  • Self-hosted email servers

Prerequisites

  • IMAP server address and port
  • SMTP server address and port
  • Email username and password (or app password)
  • Admin access to your Tiketti organization

Finding Your Server Settings

Common IMAP/SMTP settings:

ProviderIMAP ServerIMAP PortSMTP ServerSMTP Port
Genericimap.provider.com993 (SSL)smtp.provider.com587 (TLS)
Zohoimap.zoho.com993smtp.zoho.com587
Yahooimap.mail.yahoo.com993smtp.mail.yahoo.com587
Fastmailimap.fastmail.com993smtp.fastmail.com587

Connection Steps

  1. Navigate to mailbox settings

    Go to Settings → Mailboxes in your Tiketti dashboard.

  2. Add a new mailbox

    Click Add Mailbox and select IMAP / SMTP.

  3. Enter IMAP settings

    Fill in the incoming mail settings:

    • IMAP Server: e.g., imap.yourprovider.com
    • Port: Usually 993 for SSL
    • Security: SSL/TLS (recommended)
    • Username: Your email address
    • Password: Your password or app password
  4. Enter SMTP settings

    Fill in the outgoing mail settings:

    • SMTP Server: e.g., smtp.yourprovider.com
    • Port: Usually 587 for TLS or 465 for SSL
    • Security: STARTTLS or SSL/TLS
    • Username: Your email address
    • Password: Same as IMAP (usually)
  5. Configure mailbox options

    Set additional options:

    • Display name: How the mailbox appears in Tiketti
    • From name: Display name for outgoing emails
    • Sync folder: Usually “INBOX”
  6. Test the connection

    Click Test Connection to verify both IMAP and SMTP work.

App Passwords

Many providers require app passwords for third-party access:

Creating an App Password

  1. Go to your email provider’s security settings
  2. Look for “App passwords” or “Third-party app access”
  3. Generate a new password for “Tiketti” or “Mail client”
  4. Use this password instead of your regular password

Providers Requiring App Passwords

Port and Security Settings

IMAP Ports

PortSecurityNotes
993SSL/TLSRecommended, encrypted from start
143STARTTLSUpgrades to encrypted after connect

SMTP Ports

PortSecurityNotes
587STARTTLSRecommended for client submission
465SSL/TLSLegacy but widely supported
25NoneUsually blocked, not recommended

Troubleshooting

”Authentication Failed”

  • Double-check username (usually full email address)
  • Use an app password if your provider requires it
  • Verify 2FA isn’t blocking access

”Connection Refused”

  • Check the server address for typos
  • Verify the port number is correct
  • Ensure your firewall allows the connection

”Certificate Error”

  • Make sure you’re using the correct security setting (SSL vs STARTTLS)
  • Some self-signed certificates may need special handling

Emails Not Syncing

  • Verify IMAP credentials work (test with a desktop email client)
  • Check the sync folder name matches exactly
  • Ensure the mailbox has messages in the specified folder

Can’t Send Emails

  • SMTP credentials may be different from IMAP
  • Check if your provider requires a specific “From” address
  • Some hosts block outgoing email on shared hosting

Self-Hosted Email Servers

For self-hosted mail servers (Postfix, Dovecot, etc.):

  • Ensure ports are open and not blocked by firewalls
  • Use valid SSL certificates (Let’s Encrypt works well)
  • Configure proper SPF, DKIM, and DMARC records for deliverability

Next Steps