Getting Started
Create your HavitoMail account
- Go to havitomail.com/signup
- Enter your name, email address, and a strong password
- Click Create Account — you'll be logged in immediately
- Your account is ready. Now add your domain to create business email addresses
Quick overview of the interface
Domains & Emails
Add domains, set up DNS, create email accounts
Webmail Client
Read, compose, and manage your emails
Settings
Theme, profile, connect apps (IMAP/SMTP)
Admin Panel
Manage all users and mailboxes (admin only)
Domain & DNS Setup
You need to own a domain (e.g., from GoDaddy, Namecheap, or Cloudflare) to create business email. The DNS setup takes about 10 minutes and propagates in 5–30 minutes.
Click "Domains & Emails" in the sidebar
In the mail interface, click the Domains & Emails button in the sidebar (visible to admin accounts). Then click Add Domain.
Enter your domain name
Type your domain (e.g., yourcompany.com). The Mail Host is pre-filled as mail.havitomail.com — do not change this unless using a custom mail server.
Add these DNS records at your registrar
Log in to your domain registrar (GoDaddy, Namecheap, Cloudflare, etc.) → DNS Management → Add these records:
| Type | Host / Name | Value | TTL |
|---|---|---|---|
| MX | @ | 10 mail.havitomail.com | 3600 |
| TXT | @ | v=spf1 mx ip4:152.228.130.69 -all | 3600 |
| TXT | mail._domainkey | v=DKIM1; k=rsa; p=... (copy from DNS wizard) | 3600 |
| TXT | _dmarc | v=DMARC1; p=quarantine; rua=mailto:postmaster@yourdomain.com | 3600 |
Important: The DKIM value is unique per domain — copy it exactly from the DNS Setup Wizard in the app. Do not use the placeholder above.
Verify & activate
After adding DNS records, wait 5–30 minutes for propagation. Then click Verify & Activate in the DNS Setup tab. Once verified, the domain turns green and you can create email accounts.
Create email accounts
Go to the Accounts tab of your domain → click Add Email Account → enter the username (e.g., john) and it will create john@yourcompany.com.
Connecting Email Clients
Use these settings to connect any IMAP/SMTP compatible email client. You can also find your personal settings in Settings → Connect Apps inside the webmail.
Your Connection Settings
📥 IMAP (Incoming Mail)
Server: mail.havitomail.com
Port: 993 (SSL/TLS)
Username: your@email.com
Password: your password
📤 SMTP (Outgoing Mail)
Server: mail.havitomail.com
Port: 465 (SSL) or 587 (TLS)
Username: your@email.com
Password: your password
🔵Microsoft Outlook
- Open Outlook → File → Add Account
- Enter your full email address → click Advanced options → check "Let me set up my account manually" → Connect
- Select IMAP
- Incoming: server = mail.havitomail.com, Port 993, SSL/TLS
- Outgoing: server = mail.havitomail.com, Port 465, SSL/TLS
- Enter your email address and password → Next → Done
🔴Gmail (Add another account)
- Open Gmail → Settings (gear) → See all settings → Accounts and Import
- Under "Check mail from other accounts" → Add a mail account
- Enter your @yourcompany.com address → Next
- Choose "Import emails from my other account (POP3)" or "Add a mail account" → Next
- POP3 server: mail.havitomail.com, Port 995, check "Always use SSL"
- For sending: SMTP server = mail.havitomail.com, Port 465, SSL → Save
🦅Mozilla Thunderbird
- Open Thunderbird → Email → Set up an existing email account
- Enter your Name, email address, and password → Continue
- Thunderbird will auto-detect settings. If not, click "Configure manually"
- IMAP: mail.havitomail.com, Port 993, SSL/TLS
- SMTP: mail.havitomail.com, Port 465, SSL/TLS
- Username: your full email address → Done
🍎Apple Mail (Mac)
- Open Mail → Mail menu → Add Account → Other Mail Account → Continue
- Enter your Name, email address, and password → Sign In
- If auto-setup fails: IMAP server = mail.havitomail.com, Port 993
- SMTP server = mail.havitomail.com, Port 465
- Enter your password → Sign In → Done
Mobile Apps
📱iPhone / iPad (iOS Mail)
- Go to Settings → Mail → Accounts → Add Account → Other → Add Mail Account
- Enter Name, Email (your@yourcompany.com), Password, Description → Next
- Select IMAP tab
- Incoming Mail Server: Host = mail.havitomail.com, Username = your@email.com, Password = your password
- Outgoing Mail Server: Host = mail.havitomail.com, Username = your@email.com, Password = your password
- Tap Next → Save
🤖Android — Gmail App
- Open Gmail app → tap your profile photo → Add another account → Other
- Enter your full email address → Manual setup → Personal (IMAP)
- Enter your password → Next
- Incoming server: mail.havitomail.com, Port 993, Security: SSL/TLS
- Outgoing server: mail.havitomail.com, Port 465, Security: SSL/TLS
- Complete setup → your account is added
🔵Android — Outlook App
- Open Outlook app → tap + Add Account → Add Email Account
- Enter your email address → Continue
- If auto-setup fails: tap "Set up manually" → IMAP
- IMAP: mail.havitomail.com, Port 993, SSL/TLS
- SMTP: mail.havitomail.com, Port 587, STARTTLS
- Enter password → Sign In
Email Aliases & Forwarding
What is an email alias?
An alias is an additional email address that delivers to an existing mailbox. For example, info@yourcompany.com and support@yourcompany.com can both deliver to john@yourcompany.com. Aliases don't need a separate password or mailbox.
How to add an alias
- Go to Domains & Emails → click on your domain
- In the Accounts tab, find the mailbox you want to add an alias to
- Click the @ (aliases) icon → click Add Alias
- Type the alias prefix (e.g.,
info) → it will createinfo@yourdomain.com - Click Add — the alias is active immediately
Catch-all address
A catch-all address receives all emails sent to non-existent addresses on your domain. To set one up, contact our support team as this requires server-level configuration.
Security & Anti-Spam
Email Authentication (SPF, DKIM, DMARC)
SPF (Sender Policy Framework)
Tells receiving servers which IP addresses are allowed to send email for your domain. Prevents spoofing. Example: v=spf1 mx ip4:152.228.130.69 -all
DKIM (DomainKeys Identified Mail)
Adds a cryptographic signature to every outgoing email. Gmail and Outlook verify this signature to confirm the email genuinely came from your server. HavitoMail auto-generates a unique DKIM key per domain.
DMARC (Domain-based Message Authentication)
Tells receiving servers what to do if SPF or DKIM fail. Start with p=none (monitor only), then upgrade to p=quarantine once confirmed working.
Why emails land in spam — and how to fix it
- Ensure all 3 DNS records (SPF, DKIM, DMARC) are correctly set up
- Check that your IP is not on any blacklist at MXToolbox Blacklist Check
- Send test emails to check-auth2@verifier.port25.com — you'll receive an authentication report
- Start slow — don't send bulk email from a new IP. Build reputation gradually
- Avoid spam trigger words in subject lines
- Register your domain at Google Postmaster Tools to monitor reputation
Changing your email password
- Go to Domains & Emails → click your domain
- Find your email account → click the 🔑 key icon
- Enter a new password (minimum 6 characters) → Save
- Update the password in all connected email clients
Troubleshooting
My emails are going to spam
Domain verification is failing
Cannot connect Outlook/iPhone/Gmail
Forgot my email password
Emails are not being received
Cannot send email — authentication error
DKIM record not showing in DNS wizard
Still need help?
Our support team is here to help. Include your domain name and a description of the issue.
Email Support