Welcome to AeroMail Workspace
Secure, fast, custom-domain temporary email service with SQLite backend
Total Addresses
0
Emails Received
0
SQLite Size
0 KB
SMTP Service
Online
How it works & Meta (Facebook/Instagram) Setup
1
Register Custom Domain
Buy a domain (like myservice.com) on Namecheap/Hostinger for your email brand.
2
Configure DNS Records
Add MX Record pointing to your server's IP address to route emails to your server.
3
Enable Security (SPF/DKIM)
Set up SPF, DKIM & DMARC records to tell Meta that your custom emails are authentic.
4
Generate & Sign Up
Create mail addresses on the sidebar, use them on FB/Instagram, and catch OTP codes instantly.
Essential Domain DNS Setup Details
To receive real emails from third-party platforms like Facebook, Google, or Instagram, add these DNS records to your Domain Provider settings:
| Type | Host / Name | Value / Target | Priority / Explanation |
|---|---|---|---|
| MX | @ |
mail.yourdomain.com. |
10 (Mail Server destination) |
| A | mail |
YOUR_VPS_SERVER_IP |
Points mail subdomain to VPS server |
| TXT | @ |
v=spf1 ip4:YOUR_VPS_SERVER_IP ~all |
SPF: Authorizes server IP to send mail |
| TXT | _dmarc |
v=DMARC1; p=none; |
DMARC: Protects against domain spoofing |