Email Aliases Overview
This guide explains What aliases are, how they work, and plan limits. so you can complete the TrekMail task with confidence.
Article details
Type, difficulty, plans, and last updated info.
▼
Article details
Type, difficulty, plans, and last updated info.
- Type
- Guide
- Difficulty
- Beginner
- Plans
- Starter · Pro · Agency
- Last updated
- Apr 29, 2026
An alias is an extra email address for your mailbox. Mail sent to an alias lands in the same inbox as your primary address — no separate login or password needed.
For example, if your mailbox is john@company.com, you can add aliases like info@company.com, sales@company.com, or even john@company.net (if you own both domains). All messages arrive in the same place.
Why use aliases
- Professional presence — Use
info@,sales@,support@without creating separate mailboxes for each. This gives your business a polished look without the overhead of managing multiple inboxes. - Multiple domains — Receive mail at
name@company.comandname@company.netin one inbox. Ideal for businesses operating under multiple brands or domain extensions. - Department addresses — Create
billing@,press@,hello@and route them all to the right person without dedicated mailboxes. - Send from any alias — Reply as
sales@company.comeven though you log in asjohn@company.com. Recipients see the alias, not your personal address. - No extra cost — Aliases are included in your plan. No per-address fees, no additional storage charges.
- Instant setup — Aliases work immediately after creation. No DNS changes, no server restarts, no waiting.
Real-world examples
Freelancer with multiple clients:
You have one mailbox jane@janedesign.com. You add aliases for each client project — project-alpha@janedesign.com, project-beta@janedesign.com. All emails arrive in one place, and you can see which project an email was meant for via the Delivered-To header.
Small business with departments:
Your team uses 5 mailboxes. Instead of creating separate info@, sales@, support@, billing@, and press@ mailboxes, you add them as aliases to the appropriate team member's mailbox. The office manager gets info@ and billing@, the sales lead gets sales@, etc.
Agency managing client domains:
You manage clientA.com and clientB.com from one TrekMail account. A single mailbox ops@agency.com can have aliases contact@clientA.com and hello@clientB.com — all funneled into one inbox for efficient management.
Domain migration:
You moved from oldcompany.com to newcompany.com but still receive email on the old domain. Add name@oldcompany.com as an alias to name@newcompany.com so nothing gets lost during the transition.
How aliases differ from mailboxes
| Alias | Mailbox | |
|---|---|---|
| Login | No — uses the parent mailbox login | Yes — has its own username and password |
| Storage | Shared with parent mailbox | Has its own storage quota |
| Inbox | Shares the parent mailbox inbox | Separate inbox |
| Send as | Optional — can be enabled per alias | Always available |
| Filters | Parent mailbox filters apply to all aliases | Independent filters |
| Forwarding | Inherits parent mailbox forwarding rules | Independent forwarding |
| Auto-reply | Inherits parent mailbox auto-reply | Independent auto-reply |
| Cost | Included in plan limits | Counts toward mailbox-per-domain limit |
| IMAP access | No separate IMAP login | Full IMAP/POP3 access |
When to use an alias: You want another address that goes to the same person's inbox. Common for role-based addresses (info@, sales@), brand domains, and temporary project addresses.
When to create a separate mailbox: You need a completely independent inbox with its own login, password, storage, filters, and forwarding rules. Common for individual team members and shared inboxes that multiple people access.
Who this is for
| Plan | Aliases per mailbox | Notes |
|---|---|---|
| Nano | Not available | Upgrade to Starter to use aliases |
| Starter | Up to 30 | Covers most small business needs |
| Pro | Up to 50 | For teams with multiple brands or departments |
| Agency | Up to 100 | For agencies managing many client domains |
Where to find it
- Go to Mailboxes.
- Click Settings next to the mailbox.
- You'll land on the Aliases tab — the first of five tabs:
| Tab | What it does |
|---|---|
| Aliases | Add extra addresses that deliver into this mailbox |
| Forwarding | Forward all incoming mail to another address |
| Filters | Automatically sort, forward, or discard specific emails |
| Auto-Reply | Send vacation or out-of-office replies |
| Sieve | Write custom server-side email scripts (advanced) |
You can also see how many aliases each mailbox has directly in the mailbox list — a badge like "+3 aliases" appears next to the address. Click it to jump to the Aliases tab.
Cross-domain aliases
If your account has multiple domains, you can create aliases on any of them. For example, if you own company.com and company.net, a mailbox at john@company.com can have an alias john@company.net.
This is useful for:
- Brand consolidation — One inbox receives mail from all your brand domains.
- Domain migrations — Keep receiving mail on old domains while you transition.
- Regional domains —
info@company.co.ukandinfo@company.deboth go to the same inbox.
Both domains must be active and verified in your TrekMail account.
How aliases interact with other features
Forwarding: If the parent mailbox has forwarding enabled, emails that arrive via an alias are forwarded too. The alias itself does not have its own forwarding rules — it inherits whatever the mailbox does.
Filters: Mail filters on the parent mailbox apply to all incoming mail, including messages addressed to aliases. You can create filters that match on the To header to sort alias mail into specific folders (e.g., move everything sent to sales@ into a "Sales" folder).
Catch-all: If a domain has catch-all enabled and you also have an alias on that domain, the alias takes priority. Mail to the alias goes to the alias target; mail to unknown addresses goes to the catch-all destination.
Auto-reply: The parent mailbox's vacation auto-reply applies to all incoming mail, including mail to aliases. There is no per-alias auto-reply in the current version.
What happens when you downgrade
If you downgrade to a plan with a lower alias limit, your existing aliases keep working — mail continues to be delivered and you can still send from them. You just can't create new aliases until you're back within the limit.
No aliases are deleted or disabled automatically when you change plans. This applies to all downgrade scenarios: Pro to Starter, Agency to Pro, or any plan to Nano.
API and MCP access
Aliases are fully manageable via the REST API and MCP tools:
- API:
GET/POST/PATCH/DELETE /api/v1/mailboxes/{id}/aliases— create, list, update, and delete aliases programmatically. TheGET /api/v1/accountendpoint includesmax_aliases_per_mailboxin the limits section. - MCP: Four tools —
list_aliases,create_alias,update_alias,delete_alias— for managing aliases through AI agents like Claude, ChatGPT, or automation platforms. - Search: Both web and API search include alias addresses. Searching for "info@" will find the mailbox that has
info@domain.comas an alias.
Related articles
Jump to nearby guides that continue the workflow.