EasyCloudify
Solutions
  • Cloud PlatformImprove team productivity and integrate popular workflow applications.
  • Cloud Servers (VPS)NVMe SSD servers deployed in under 60 seconds.
  • Object StorageS3-compatible storage with built-in global CDN.
  • Managed DatabasesManaged PostgreSQL, MySQL, MongoDB, Valkey, Kafka & OpenSearch.
  • Managed WordPressManaged WordPress hosting, so you can focus on your business.
  • MarketplaceFind an app that suits you, then spin it up in 60 seconds or less.
  • Mail HostingPrivacy First Email Hosting for your business.
  • SEO & AI Visibility AuditAudit your site for SEO and AI answer engine visibility.
  • SecurityRock-solid application security for your peace of mind.
  • Register DomainsRegister your domain with us and get started.
Company
  • About
  • Legal
Resources
  • Blog
  • Guides
  • Status
Get Started
  • Contact Sales
  • Pricing
  • Dashboard
EasyCloudifyEasyCloudify
PricingContact
Log inStart deploying
EasyCloudify logoEasyCloudify

Fully managed cloud infrastructure — deploy in minutes, not days.

Newsletter

The latest news, articles, and resources — delivered weekly.

Product

  • Cloud Platform
  • Marketplace
  • Managed WordPress
  • Mail Hosting
  • Security

Support

  • Open a Ticket
  • Documentation
  • Contact Sales
  • System Status

Company

  • About
  • Global Infrastructure
  • Blog
  • Pricing

Legal

  • Terms of Service
  • Privacy Policy
  • Acceptable Use
  • All Legal Docs

  • Cloud Platform
  • Marketplace
  • Managed WordPress
  • Mail Hosting
  • Security

  • Open a Ticket
  • Documentation
  • Contact Sales
  • System Status

8 The Green, Suite A, Dover DE 19901, USA
+1 (302) 534-3122

© 2026 EasyCloudify LLC. All rights reserved.

Rated on Trustpilot
Terms of ServicePrivacy PolicyAcceptable Use
EasyCloudifyDocs
⌘K
App Emails — Transactional Email Setup and Statistics on EasyCloudifyEmail Hosting — Manage Mailboxes, Aliases, and Forwardings on EasyCloudifySet Up Desktop Email Clients — Thunderbird, Apple Mail, Outlook & MoreSet Up Mobile Email Clients — iPhone, iPad & AndroidWebmail Access — Read Your EasyCloudify Email in Any BrowserEmail Aliases, Identities, Plus & Subdomain AddressingEmail Forwarding & Auto-Reply (Out-of-Office)Migrate Email to EasyCloudify with IMAPSyncEmail Folders & Auto-Deletion — Trash, Spam & Plus Addressing
HomeDocsEmailEmail Aliases, Identities, Plus & Subdomain Addressing
5 min read·Updated 2026-05-19

Email Aliases, Identities, Plus & Subdomain Addressing

TL;DR — One EasyCloudify mailbox can receive on unlimited addresses thanks to aliases, plus addressing, and subdomain addressing. Identities let you reply from any of those addresses. Wildcards let one mailbox send for the whole domain.

EasyCloudify mailboxes are designed so a single mailbox can power dozens of public-facing addresses (info@, sales@, support@, hello@…) without paying for extra accounts and without juggling multiple logins.

This guide explains four overlapping features. You can use any combination of them.

FeatureWhat it doesSet up at
AliasesReceive mail for additional addresses on the same domain/cloudpanel/mailboxes → Aliases
IdentitiesSend mail as additional addresses/cloudpanel/mailboxes → Identities
Plus addressingAuto-generate [email protected] addresses on the flyNothing — works automatically
Subdomain addressingReceive at [email protected]Nothing — works automatically
Wildcard sendingSend as any address on a domain you ownSet on the mailbox

Aliases

An alias is an extra incoming address that delivers to an existing mailbox.

Example: Your mailbox is [email protected]. You add the alias [email protected] — mail sent to [email protected] is delivered to your [email protected] inbox.

Create an Alias

  1. Go to /cloudpanel/mailboxes and select your domain
  2. Open the Aliases tab
  3. Click Create Alias
  4. Fill in:
    • Local part — the alias prefix (e.g. info)
    • Destinations — one or more mailbox addresses to deliver to
  5. Click Save

Multi-Destination Aliases

An alias can deliver to multiple mailboxes at once. For example, [email protected] could fan out to [email protected] and [email protected]. List all destinations separated by a comma in the form.

Replying From an Alias

To reply as the alias (so recipients see info@ instead of me@), add it as an identity — see the next section.


Identities

An identity is an additional outgoing From address attached to your mailbox. Identities let you send mail as an alias, an alternative name, or even from another domain you own.

Create an Identity

  1. In /cloudpanel/mailboxes, open the Identities tab
  2. Click Create Identity
  3. Fill in:
    • Local part — e.g. info for [email protected]
    • Name — display name shown on outgoing messages
    • Password (optional) — set one if you want this identity to authenticate via SMTP on its own (rare; usually you authenticate as the parent mailbox)
  4. Click Save

Use an Identity in Your Email Client

  • Webmail — pick the identity from the From dropdown when composing
  • Thunderbird — Account Settings → Manage Identities → Add
  • Apple Mail — Mail → Settings → Accounts → your account → Email Address → Edit Email Addresses
  • Outlook — File → Account Settings → your account → Change → More Settings → Reply email address

Once added, your client shows a From-address picker on every new message.

Aliases vs. Identities

  • Alias = receive on an extra address
  • Identity = send from an extra address
  • Most people want both for the same address — e.g. info@ should receive and be a valid From address. Set up both for the same local part.

Plus Addressing

Plus addressing lets you generate unlimited single-use addresses on the fly without any setup. Anything between a + and the @ in your address is ignored for routing but kept visible.

Examples — all deliver to [email protected]:

  • [email protected]
  • [email protected]
  • [email protected]
  • [email protected]

Why Use It

  • Track who shared your address. Sign up for service X with you+serviceX@… — if spam later arrives at that exact address, you know X leaked it.
  • Filter automatically. Most clients can filter messages whose To address contains +newsletter into a Newsletters folder.
  • Auto-create folders. Plus-addressed messages can be automatically dropped into a matching IMAP folder (see Email Folders & Auto-Deletion).

Notes

  • Some signup forms reject + in the local part. Use a regular alias instead in that case.
  • Plus addressing is case-insensitive — you+News@ and you+news@ are equivalent.

Subdomain Addressing

Mail addressed to [email protected] is delivered to [email protected], regardless of what anything is.

Examples — all deliver to [email protected]:

  • [email protected]
  • [email protected]
  • [email protected]

Why Use It

  • Hand out per-context addresses without creating per-context aliases
  • Easier filtering and tracking than plus addressing for senders that strip +
  • Useful for testing — set up a temporary [email protected] address with zero configuration

Notes

  • Subdomain addressing is enabled automatically. No DNS changes are needed.
  • Sending as a subdomain address requires creating a matching identity — sending defaults to your real address otherwise.

Wildcard Sending

A mailbox can be granted wildcard sending permission so it is allowed to send mail as any address on a domain you own. Useful for transactional senders or for a small team that needs to send from many addresses without managing many identities.

Enable Wildcard Sending

  1. Open the mailbox in /cloudpanel/mailboxes
  2. Choose Edit Mailbox
  3. Toggle May Send From Any Address (Wildcard)
  4. Click Save

⚠️ Use sparingly. Wildcard permission means anyone with the mailbox password can send as any address on your domain — including ceo@, accounts@, etc. Only enable on mailboxes used by trusted automated processes or experienced users.


Catch-All Address

A catch-all forwards mail addressed to any unrecognised local part on a domain to a chosen destination. Useful for capturing typos and for personal domains where you want everything to land in one inbox.

Set Up a Catch-All

  1. In /cloudpanel/mailboxes, open the Forwardings tab
  2. Click Create Forwarding
  3. For Local part enter * (asterisk)
  4. For Destination enter the mailbox to receive the catch-all mail
  5. Click Save

⚠️ A catch-all increases spam: every made-up address on your domain becomes a valid target. Set up aliases for known addresses first and only use catch-all when you genuinely want everything.


Related Guides

  • Email Hosting — Mailboxes, Aliases & Forwardings
  • Email Forwarding & Auto-Reply
  • Webmail Access
  • Set Up Desktop Email Clients
PreviousWebmail Access — Read Your EasyCloudify Email in Any BrowserNextEmail Forwarding & Auto-Reply (Out-of-Office)
On this page
  • Aliases
  • Create an Alias
  • Multi-Destination Aliases
  • Replying From an Alias
  • Identities
  • Create an Identity
  • Use an Identity in Your Email Client
  • Aliases vs. Identities
  • Plus Addressing
  • Why Use It
  • Notes
  • Subdomain Addressing
  • Why Use It
  • Notes
  • Wildcard Sending
  • Enable Wildcard Sending
  • Catch-All Address
  • Set Up a Catch-All
  • Related Guides

Was this helpful?

AI Tools