welcome sir, have a nice day
🔒

Secure Mail Console

Please enter the password to access the console

Incorrect password

🛡️ Email Deliverability Guide

Follow these steps to prevent your emails from going to spam folders.

If you send emails using a custom domain (e.g., you@company.com) via Gmail, you must add these DNS records to your domain registrar (GoDaddy, Namecheap, Cloudflare, etc.) to prove your emails are authorized.

SPF (Sender Policy Framework)

A TXT record that authorizes Google to send emails for your domain.

Host: @
Value: v=spf1 include:_spf.google.com ~all
DKIM (DomainKeys Identified Mail)

Cryptographically signs outgoing emails. Generate this key in your Google Workspace admin console.

Host: google._domainkey
Value: [Your generated DKIM key string from Google Workspace Console]
DMARC (Domain-based Message Authentication)

Tells receiving mailboxes what to do if SPF or DKIM fails.

Host: _dmarc
Value: v=DMARC1; p=quarantine; pct=100;