Current Setup:
raviteja369.k@gmail.commail.echo-kit.com (Resend - automated licenses only)Goal: Replace personal Gmail with professional domain-based email addresses for all business communications.
support@echo-kit.com → Customer support, questions, bug reports
billing@echo-kit.com → Payment, invoicing, license issues
hello@echo-kit.com → General inquiries, partnerships
ravi@echo-kit.com → Personal founder email (optional)
no-reply@echo-kit.com → Automated emails (already configured ✅)
| Solution | Cost | Setup Time | Features |
|---|---|---|---|
| Cloudflare Email Routing | $0 | 10 min | Forward to Gmail (recommended) |
| Google Workspace | $6/user/month | 30 min | Full Gmail with custom domain |
| Zoho Mail | $1/user/month | 20 min | Professional email suite |
| Improvmx | Free (1 address) | 5 min | Simple forwarding only |
| Forward Email | Free | 5 min | Privacy-focused forwarding |
Why Cloudflare Email Routing:
@echo-kit.comsupport@echo-kit.com from GmailHow it works:
support@echo-kit.comraviteja369.k@gmail.comfrom: support@echo-kit.comhttps://dash.cloudflare.com
→ Select: echo-kit.com
→ Email → Email Routing
Click: “Get started” or “Enable Email Routing”
MX echo-kit.com 10 route1.mx.cloudflare.net
MX echo-kit.com 20 route2.mx.cloudflare.net
MX echo-kit.com 30 route3.mx.cloudflare.net
TXT echo-kit.com "v=spf1 include:_spf.mx.cloudflare.net ~all"
Add destination email:
raviteja369.k@gmail.comAdd routing rules:
support@echo-kit.com → raviteja369.k@gmail.com
billing@echo-kit.com → raviteja369.k@gmail.com
hello@echo-kit.com → raviteja369.k@gmail.com
ravi@echo-kit.com → raviteja369.k@gmail.com
Configure Gmail to send from custom addresses:
Open Gmail → Settings (⚙️) → “Accounts and Import”
Click: “Add another email address”
Name: EchoKit Support
Email: support@echo-kit.com
☑ Treat as an alias
SMTP Server: smtp.gmail.com
Port: 587
Username: raviteja369.k@gmail.com
Password: [Your Gmail App Password]*
Use TLS: Yes
*Create App Password at: https://myaccount.google.com/apppasswords
support@echo-kit.com
billing@, hello@, ravi@In Gmail Settings:
support@echo-kit.comResult:
support@echo-kit.com by defaultSetup one rule for ALL addresses:
Instead of individual addresses, use catch-all:
*@echo-kit.com → raviteja369.k@gmail.com
Benefits:
*@echo-kit.com forwards to youfeedback@, press@, jobs@ instantlyDownside:
After setting up, update these places:
Support email: support@echo-kit.com
{
"author": "support@echo-kit.com"
}
<a href="mailto:support@echo-kit.com">support@echo-kit.com</a>
Contact: support@echo-kit.com
{
"author": "EchoKit <support@echo-kit.com>"
}
**Support:** support@echo-kit.com
Support email: support@echo-kit.com
After setup, verify:
support@echo-kit.comfrom: support@echo-kit.comAutomated update script:
# Create script to update all email references
cat > update-email-addresses.sh << 'EOF'
#!/bin/bash
# Update personal Gmail to professional addresses
# Update extension manifest
sed -i.bak 's/raviteja369.k@gmail.com/support@echo-kit.com/g' extension/manifest.json
# Update README
sed -i.bak 's/raviteja369.k@gmail.com/support@echo-kit.com/g' README.md
# Update package.json
sed -i.bak 's/raviteja369.k@gmail.com/support@echo-kit.com/g' package.json 2>/dev/null || true
echo "✅ Email addresses updated!"
echo "📝 Next: Update Chrome Web Store and LemonSqueezy manually"
EOF
chmod +x update-email-addresses.sh
./update-email-addresses.sh
Auto-organize emails by destination:
Create filters:
Filter 1 - Support emails:
To: support@echo-kit.com
→ Apply label: "EchoKit/Support"
→ Star it
Filter 2 - Billing emails:
To: billing@echo-kit.com
→ Apply label: "EchoKit/Billing"
→ Important
Filter 3 - General inquiries:
To: hello@echo-kit.com
→ Apply label: "EchoKit/Inquiries"
Setup templates for common replies:
Template: "Thanks for purchasing EchoKit"
---
Hi there,
Thanks for purchasing EchoKit Pro! Your license key should arrive
within 2 minutes at the email you provided during checkout.
If you don't see it:
1. Check your spam/junk folder
2. Search for "EchoKit" in your inbox
3. Reply to this email and we'll resend it
Best regards,
Ravi
EchoKit Team
support@echo-kit.com
Template: "Bug report acknowledgment"
---
Thanks for reporting this issue! I'll investigate and get back to
you within 24-48 hours.
In the meantime, if you have any error messages or screenshots,
please reply with those details.
Best regards,
Ravi
support@echo-kit.com
Prevent email spoofing:
Add this DNS record in Cloudflare:
Type: TXT
Name: _dmarc.echo-kit.com
Content: v=DMARC1; p=quarantine; rua=mailto:dmarc@echo-kit.com
For enhanced deliverability:
Cloudflare Email Routing automatically handles this, but if you use external SMTP, add DKIM records from your email provider.
Already configured by Cloudflare:
v=spf1 include:_spf.mx.cloudflare.net ~all
Monitor email health:
Track response times:
label:EchoKit/Support is:unread older_than:2d
(Shows unanswered support emails older than 2 days)
Symptoms: Email sent to support@echo-kit.com not received
Solutions:
Symptoms: Gmail won’t let you send as support@echo-kit.com
Solutions:
smtp.gmail.com:587)Symptoms: Your emails from @echo-kit.com land in recipient’s spam
Solutions:
@echo-kit.comCost: $0/month
Issues: ❌ Unprofessional, ❌ No branding, ❌ Mixing personal/business
Cost: $0/month
Benefits: ✅ Professional, ✅ Unlimited addresses, ✅ Easy setup
Trade-off: Forward-only (must use Gmail to send)
Cost: $6/user/month ($72/year)
Benefits: ✅ Full Gmail features, ✅ Google Drive, ✅ Calendar
When to upgrade: When you have >3 team members
Day 1 (30 minutes):
Day 2 (15 minutes):
Day 3 (10 minutes):
Week 2 (ongoing):
After 1 month, you should have:
support@echo-kit.com# Open Cloudflare Dashboard
open "https://dash.cloudflare.com"
# Navigate to: echo-kit.com → Email → Email Routing
# Click: "Get Started"
# Run the automated update script
./update-email-addresses.sh
# Then manually update:
# - Chrome Web Store
# - LemonSqueezy
# - Any marketing materials
Estimated Total Time: 30 minutes Cost: $0 forever Maintenance: Zero (fully automated) Result: Professional business email setup ✨