Compose Email
Send from CEO@tm3global.com, info@, support@, billing@, and more
Inbox
Incoming emails for CEO@tm3global.com
Sent Emails
Your complete sovereign outbox
| Date | From | To | Subject | Status |
|---|---|---|---|---|
| Loading... | ||||
Auto-Notifications
Automatic emails sent to you every time something important happens
Email yourself when Stripe or PayPal fires
Email yourself when a B2B invoice is fired
Morning summary: balances, transactions, revenue
Critical system events and warnings
| Time | Type | To | Subject | Status |
|---|---|---|---|---|
| Click Refresh to load | ||||
SMTP Email Setup
Configure your Namecheap email credentials to send from @tm3global.com
๐ค Outgoing (SMTP)
๐ฅ Incoming (IMAP)
These must be added in Replit โ Secrets (the lock icon on the left panel). Never put passwords in code.
Open Replit Secrets
Click the ๐ lock icon in the left sidebar, then click "New Secret"
Add SMTP_HOST
Key: SMTP_HOST โ Value: mail.privateemail.com
Add SMTP_PORT
Key: SMTP_PORT โ Value: 587
Add SMTP_USER
Key: SMTP_USER โ Value: CEO@tm3global.com
Add SMTP_PASSWORD
Key: SMTP_PASSWORD โ Value: Your Namecheap email password for CEO@tm3global.com
Test the Connection
Click "Send Test" in the top bar. You should receive a confirmation email at your address.
Domain Setup Explained
How tm3global.com, Namecheap, cPanel, and Replit work together
Adding tm3global.com as a custom domain on Replit does NOT break your Namecheap hosting or your email โ as long as you only changed the A record / CNAME for the website, not the MX records for email.
Your email (CEO@tm3global.com) runs on completely separate DNS records (MX records) and is unaffected by pointing the website to Replit.
Replit โ Your Live Platform
This is your main sovereign platform. It runs 24/7 at tm3qsc.replit.app and tm3global.com (via DNS). All 188 endpoints, FlameBank, AI, payments โ everything lives here.
Namecheap Private Email โ Your Email Inbox
CEO@tm3global.com, info@, support@, billing@ โ these are hosted on Namecheap's email servers. These are independent from the website. Set up your email password at Namecheap โ Email โ CEO@tm3global.com, then add it to Replit Secrets.
Namecheap cPanel โ Old Hosting (Optional)
Your cPanel hosting at Namecheap was for static HTML files before. You don't need it anymore โ Replit is your host now and it's far more powerful. You can cancel the hosting plan and keep only the domain + email plan to save money.
Laptop & Phone Access
Open tm3global.com or tm3qsc.replit.app in any browser โ on your laptop, iPhone, or any device. Log in with your credentials. Everything syncs through PostgreSQL so your data is the same everywhere.
In Namecheap โ Domain List โ Advanced DNS. Make sure these are set correctly:
| Type | Host | Value | Purpose |
|---|---|---|---|
| CNAME | www | tm3qsc.replit.app | Website โ Replit |
| A | @ | Replit IP (from custom domain settings) | Root domain โ Replit |
| MX | @ | mx1.privateemail.com (priority 10) | Email โ Namecheap |
| MX | @ | mx2.privateemail.com (priority 20) | Email backup |
| TXT | @ | SPF record from Namecheap email | Anti-spam |
iPhone (Safari)
Open tm3global.com in Safari โ tap Share button โ "Add to Home Screen" โ name it "TM3QSC". It installs like a native app.
Android (Chrome)
Open tm3global.com in Chrome โ tap the 3-dot menu โ "Add to Home Screen" or "Install App". Works exactly like a native app.
Laptop (Local Dev)
To run locally: clone the Replit project, install Python deps, set environment variables, run python3 main.py. Data syncs to the same PostgreSQL so it's always current.