Creating Email Aliases
Last Updated: March 2026
3 min read
Overview
An email alias is an additional address that delivers mail to an existing mailbox. For example, you could create an alias support@yourdomain.com that delivers to john@yourdomain.com. The recipient receives all messages at both addresses in a single inbox, without needing a separate account.
Aliases vs. Forwarding vs. Separate Mailboxes
| Feature | Alias | Forwarding | Separate Mailbox |
|---|---|---|---|
| Requires its own login | No | No | Yes |
| Delivers to existing inbox | Yes | Yes (to any address) | N/A |
| Can send as the address | Usually yes | Requires “Send As” config | Yes |
| Own storage | No (shared) | No | Yes |
| Cost | Usually free | Usually free | Per-mailbox fee |
Use aliases when you want multiple addresses to reach the same person. Use separate mailboxes when different people need independent access.
Creating an Alias in cPanel
- Log in to cPanel and navigate to Email > Email Accounts.
- Select the mailbox that should receive the alias mail.
- Go to Email > Forwarders (cPanel handles aliases as forwarders to local addresses).
- Click Add Forwarder.
- Enter the alias address (e.g.,
info) and set the destination to the existing mailbox address (e.g.,john@yourdomain.com). - Click Add Forwarder to save.
Creating an Alias in Google Workspace
- Sign in to the Google Admin console (admin.google.com).
- Go to Directory > Users and select the user.
- Click User information > Alternate email addresses (email aliases).
- Click Add alternate email and enter the alias.
- Click Save. The user can now receive emails at the alias address and choose to send from it in Gmail settings.
Creating an Alias in Microsoft 365
- Sign in to the Microsoft 365 Admin Center (admin.microsoft.com).
- Go to Users > Active users and select the user.
- Click Manage email aliases.
- Enter the new alias and click Add > Save changes.
- The user receives mail at both their primary address and the alias.
Sending Email from an Alias
Depending on your email provider and client, you may be able to select which address appears in the “From” field when composing a message:
- Gmail (Google Workspace): Go to Settings > Accounts > Send mail as > Add another email address.
- Outlook (Microsoft 365): The alias can be selected as the “From” address directly in Outlook.
- Other clients: Configure a sending identity using the alias address and the same SMTP credentials.
Common Use Cases
- Department addresses — sales@, support@, billing@ all route to specific team members.
- Role-based addresses — admin@, postmaster@, abuse@ (recommended by best practices and some compliance requirements).
- Name variations — firstname.lastname@ and firstname@ both delivering to the same person.
- Temporary project addresses — project-name@ that routes to a team lead’s inbox.
Tips
- There is usually a limit on how many aliases a single mailbox can have. Check your plan’s documentation.
- Aliases share the primary mailbox’s storage quota.
- Be consistent with which aliases you publish to avoid confusion.
Tags:
email
aliases
setup