Email Forwarding
EmailEmail Forwarding is a service that automatically redirects email sent to one address to one or more other addresses, without storing mail in the forwarding mailbox. It is commonly used to route domain-based addresses (like [email protected]) to a personal inbox, consolidate multiple aliases into a single account, or hand off incoming mail to a separate email provider while keeping a branded domain address.
How It Works
When an email arrives at the forwarding address, the mail server accepts the message, looks up the forwarding rule, and re-sends it to the target address. The original sender's address is typically preserved in the From header, but the envelope sender is often rewritten to comply with SPF and DMARC policies — a process known as Sender Rewriting Scheme (SRS). Without SRS, forwarded messages can fail authentication and land in spam.
Forwarding rules can be configured per mailbox, per alias, or catch-all at the domain level. Most hosting control panels like cPanel, Plesk, and DirectAdmin expose a simple forwarding UI; more advanced setups use mail-server rules (Postfix, Exim) or a dedicated forwarding service such as ImprovMX or Cloudflare Email Routing.
Why It Matters for Web Hosting
Email forwarding lets small businesses use branded domain addresses without running a full mail server or paying for multiple mailboxes. When comparing hosting plans, check the limit on the number of forwarders, whether catch-all is supported, whether SPF and DMARC-safe forwarding (with SRS) is implemented, and whether incoming spam is filtered before forwarding. Plans that offer email hosting on the same server as the website typically include unlimited forwarding at no extra cost.
Common Use Cases
- Consolidating multiple domain aliases (sales@, support@, info@) into one shared inbox
- Forwarding domain email to a Gmail, Outlook, or Apple Mail account while keeping the branded address
- Routing contact-form submissions to a team distribution list
- Temporary redirection during an email provider migration
- Per-person aliases on a shared family or team domain
- Privacy-focused aliases that protect a primary address from public exposure
Email Forwarding vs Full Email Hosting
Forwarding only relays messages — it does not store mail, provide webmail, or let you send from the forwarding address natively. Full email hosting provides a mailbox with IMAP/POP3 access, outgoing SMTP, storage, spam filtering, and webmail. Many teams use both: full hosting for a few core mailboxes and forwarders for dozens of aliases that feed into them.