Getting Started
Learn how WaxForward’s email-forwarding pipeline works and how to set up your first domain and alias.
Getting Started
WaxForward’s core value is simplicity. In under five minutes, you can:
- Add and Verify Your Custom Domain
- Configure DNS Records (MX, SPF, DKIM)
- Create Email Aliases and assign them to recipients
- Send & Receive via your existing Gmail/Outlook account
Below is a link to a video overview of the process:
1. How WaxForward Works
The diagram below illustrates the inbox flow:
- Sender → Your Alias
- A client sends an email to
alias@yourdomain.com
.
- A client sends an email to
- WaxForward Ingest
- AWS Lambda receives the message, verifies DKIM/SPF, and stores minimal metadata.
- Forward to Your Mailbox
- WaxForward forwards the inbound email to your destination (e.g.,
you@gmail.com
).
- WaxForward forwards the inbound email to your destination (e.g.,
- You Reply via Gmail/Outlook
- Reply as normal; our SMTP API intercepts outgoing mail, replaces “From:” with
alias@yourdomain.com
, and sends it out.
- Reply as normal; our SMTP API intercepts outgoing mail, replaces “From:” with
- Recipient Sees Your Custom Domain
- Recipients see each email as coming from
alias@yourdomain.com
, not your personal address.
- Recipients see each email as coming from
2. Configure DNS
Before you can send/receive through WaxForward, you must prove domain ownership and set up mail authentication:
- MX Record
- SPF TXT Record
- DKIM CNAME Records (3 total)
See our DNS Provider Guides for detailed, provider-specific steps and screenshots.
3. Create Your First Alias
- Log in to your WaxForward dashboard at WaxForward.
- Navigate to Aliases → Create Alias.
- Enter your desired alias (e.g.,
info@yourdomain.com
). - Assign one or more recipients (e.g.,
you@gmail.com
,team@anotherdomain.com
). - Click “Save.”
Your alias is now live—any email to info@yourdomain.com
will appear in the inbox(es) you selected.
4. Send Outgoing Email
To send email from info@yourdomain.com
:
- Add WaxForward as an SMTP relay in your mail client:
- Configure “From:” to be
info@yourdomain.com
. - Compose and send. WaxForward attaches the correct DKIM signature and SPF pass.
5. Verify & Monitor
- Dashboard → Domain Status shows verification.
- Dashboard → Analytics displays sent volume, bounces, and spam complaints.
Congratulations—you’re now fully set up with WaxForward!