Email Aliases and Forwarders Explained: When to Use Each
If you run any kind of business, you eventually want more than one email address. You want [email protected] for general questions, [email protected] for buyers, and [email protected] for help requests. The instinct is to create a full email account for each one. That instinct is usually wrong — and it can quietly cost you money every month.
This guide builds the answer from the ground up. First we define the three things people confuse: the mailbox, the alias, and the forwarder. Then we cover how each is used, how to set them up, the one deliverability trap to watch for, and a simple rule for choosing between them.
Key Takeaways
• A mailbox is a real account with storage that you log into. An alias is an extra address that drops into an existing mailbox — no separate login, no extra storage. A forwarder automatically sends incoming mail to another address, often external.
• Use aliases for role-based addresses (info@, sales@, support@) that should all land in one inbox — this is free and avoids paying per mailbox.
• Use forwarders to route mail to an external provider or to another person.
• Use a real mailbox only for people who genuinely need their own inbox and login.
• Forwarding to an external provider can trip spam and SPF checks — understand SRS before relying on it.
What is the difference between a mailbox, an alias, and a forwarder?
These three terms get used interchangeably, which is exactly how people end up overpaying. Let’s separate them cleanly.
What is a mailbox?
A mailbox (also called an email account) is the real thing. It has its own storage quota on the mail server, its own password, and you log into it — through webmail, your phone, or a desktop client. When mail arrives, it physically lands and stays there until you delete it.
Mailboxes are what most hosting plans count and charge for. Every mailbox consumes disk space and is a separate account to manage. This matters: the number of mailboxes you create is usually what drives your email cost.
What is an alias?
An alias is an extra address that points at a mailbox you already have. It has no storage of its own and no separate login. It is simply a second (or third, or tenth) name for an existing inbox.
If your real mailbox is [email protected], you can add [email protected] as an alias to it. Mail sent to info@ arrives in the exact same inbox as you@. There is nothing extra to log into and nothing extra to pay for — an alias is just a delivery rule that says “treat this address as that mailbox.”
What is a forwarder?
A forwarder is an address that automatically passes incoming mail along to another address — and that other address can live anywhere, including an external provider like a personal Gmail or Outlook account.
The key distinction from an alias: an alias delivers into a mailbox *on the same system*, while a forwarder relays the message *onward*, frequently off your server entirely. A forwarder typically keeps no copy locally (unless you configure it to), because its whole job is to hand the mail off.
Here is the part most small businesses get wrong. They want info@, sales@, and support@, so they create three separate mailboxes — three accounts, three logins, three quotas, and three lines on the invoice. But if one person is reading all three, that is pure waste. Aliases solve this for free. Create one real mailbox for that person, then add info@, sales@, and support@ as aliases to it. All three addresses now drop into a single inbox, with one login and zero extra storage cost. Reserve real mailboxes for people who need their own private inbox; use aliases for everything else.
Mailbox vs. alias vs. forwarder: a side-by-side comparison
The table below summarizes the practical differences. Read it once and the rest of this guide will click into place.
| Feature | Mailbox | Alias | Forwarder |
|---|---|---|---|
| Has its own storage | Yes | No | No (relays the mail) |
| Separate login / password | Yes | No | No |
| Where mail lands | In its own inbox | In an existing mailbox | Sent on to another address |
| Can deliver to an external provider | N/A | No (same system) | Yes |
| Typical cost impact | Counts against your plan | Usually free | Usually free |
| Best for | A person who needs an inbox | Extra addresses for one inbox | Routing mail elsewhere |
How are email aliases used in practice?
Aliases shine wherever you want multiple public-facing addresses backed by one inbox.
Role-based addresses
This is the classic case. A small team — or even one person — wants to look organized and professional. With aliases you publish info@, sales@, support@, billing@, and hello@, and every one of them quietly lands in the same mailbox you already check. To the outside world it looks like a structured organization. On your end, it is one inbox.
If the business grows and you hire someone dedicated to sales, you simply repoint the sales@ alias to their mailbox. The public address never changes — only the destination behind it.
Catch-all aliases
A catch-all is a special alias that captures any mail sent to an address that does not exist on your domain. Someone emails [email protected], which you never created? A catch-all routes it to your main inbox instead of bouncing.
Catch-alls are convenient but use them with care: they collect a lot of spam, because spammers blast random addresses at domains. Many people prefer to create specific aliases for the addresses they actually advertise and let everything else bounce.
How are email forwarders used in practice?
Forwarders are about routing mail to where a person actually reads it.
The most common scenario: you have professional addresses on your own domain, but you prefer to read everything in an email app you already live in. A forwarder sends [email protected] straight to your existing personal inbox, so you never log into a separate mailbox at all.
Forwarders also help you route mail to the right person without giving them an account on your domain. A contractor or partner can receive messages sent to an address on your domain, delivered to their own external email — no new mailbox required.
What are the benefits of using aliases and forwarders?
Stepping back, the advantages are consistent:
- Organize without a pile of mailboxes. Many addresses, few accounts to manage.
- Look professional. Multiple branded addresses on your own domain signal a real, structured operation.
- Route mail to the right person. Repoint an alias or forwarder instead of migrating accounts.
- Save on mailbox costs. Since aliases and forwarders usually do not count as paid mailboxes, you stop paying per address.
How do you set up aliases and forwarders?
On most hosting accounts this lives in cPanel, and the workflow is straightforward.
Setting up an alias
- In cPanel, open the Email section and find Aliases (sometimes labeled “Forwarders,” since cPanel treats them similarly).
- Choose Add Alias and enter the new address — for example, info.
- Set the destination to the existing mailbox that should receive the mail.
- Save. Mail to info@ now lands in that mailbox.
Setting up a forwarder
- In the same Email > Forwarders area, choose Add Forwarder.
- Enter the address to forward *from*.
- Set the destination to the external or internal address that should receive the mail.
- Save and send a test message to confirm it arrives.
The interface labels vary slightly between hosting setups, but the concept is identical everywhere: pick a source address, pick a destination, save.
What is the deliverability caution with forwarding?
This is the one technical trap worth understanding before you forward mail to an external provider.
When your server forwards a message to, say, Gmail, your server becomes the “sender” in the eyes of the receiving system — even though the message originated elsewhere. The original sender’s domain published an SPF record listing which servers are allowed to send on its behalf, and your forwarding server is usually *not* on that list. The receiving provider can then treat the forwarded message as suspicious and drop it into spam, or reject it.
The fix that exists for this is SRS (Sender Rewriting Scheme). SRS rewrites the envelope sender so the forwarding passes SPF checks cleanly. Many modern mail systems apply SRS automatically when forwarding, but it is worth knowing the term — if forwarded mail starts landing in spam, SPF and SRS are the first things to investigate.
The practical takeaway: forwarding to an external address is convenient, but aliases that keep mail on your own system are more reliable. When deliverability matters, prefer reading mail in a mailbox (or via an alias) on your own domain rather than chaining forwards across providers.
When should you use an alias vs. a forwarder vs. a real mailbox?
Here is the decision rule, distilled:
- Use an alias when you want an extra address that lands in an inbox you already have, on the same domain. This is your default for info@, sales@, support@, and similar role addresses.
- Use a forwarder when mail needs to leave your system — going to an external provider or to a person without an account on your domain. Just respect the deliverability caution above.
- Use a real mailbox only when someone needs their own private inbox and login — their own storage, their own password, their own space.
Most businesses need far fewer real mailboxes than they think. Map your people first, then your addresses, and let aliases cover the gap.
Set up aliases and forwarders easily with DarazHost
DarazHost email hosting makes all of this simple. From cPanel you can create email aliases and forwarders in a few clicks — set up info@, sales@, and support@ as aliases that drop into a single inbox, forward addresses wherever you need them, and run everything on your own domain without paying per mailbox. You get professional, flexible email with 24/7 support whenever you need a hand getting the routing right. It is the practical way to look organized without overspending on inboxes you do not need.
Frequently asked questions
Does an email alias use up storage?
No. An alias has no storage of its own — it simply delivers mail into an existing mailbox. The storage used belongs to the destination mailbox, not the alias. This is exactly why aliases are a cost-free way to add addresses.
Can I reply *from* an alias address?
Usually yes, but it requires a small setup step. Because the alias delivers into a real mailbox, you configure that mailbox’s email client to send as the alias address. Without this, your replies would go out from the underlying mailbox address instead of the alias.
What is the difference between a forwarder and a catch-all?
A forwarder routes mail from one specific address to another. A catch-all is a special alias that captures mail sent to *any* nonexistent address on your domain and routes it to a chosen inbox. Catch-alls collect a lot of spam, so use them deliberately.
Why does my forwarded mail end up in spam?
Forwarding can break SPF checks because your forwarding server is not on the original sender’s approved list. SRS (Sender Rewriting Scheme) addresses this by rewriting the envelope sender. If forwarded mail lands in spam, SPF and SRS are the first things to check.
How many aliases can I create?
This depends on your hosting plan, but aliases are typically generous or effectively unlimited because they consume no storage. Check your plan’s specifics, but in most cases you can create plenty of role-based aliases without extra cost.