Skip to content

Instantly share code, notes, and snippets.

@1999AZZAR
Created December 22, 2024 15:11
Show Gist options
  • Save 1999AZZAR/68d3ced7089ecfed1504643e16056d00 to your computer and use it in GitHub Desktop.
Save 1999AZZAR/68d3ced7089ecfed1504643e16056d00 to your computer and use it in GitHub Desktop.
How to use 1 Email Address as Unlimited Email Aliases

Using 1 Email Address as Unlimited Email Aliases

Many email providers, such as Gmail, allow you to create unlimited aliases from a single email address using dots (.) and plus (+) symbols. This guide will show you how to take advantage of these features for organizing your emails, signing up for services, or even tracking spam.


Why Use Email Aliases?

  1. Organize Incoming Emails: Use aliases to automatically filter and label emails.
  2. Track Services: Know which service is leaking your email by customizing your aliases.
  3. Spam Protection: Quickly create unique aliases for websites you don’t fully trust.

1. Dot (.) Aliases

How It Works:

If your email is myemail@gmail.com, Gmail ignores dots in the local part of the email (before the @). This means:

  • my.email@gmail.com
  • m.y.email@gmail.com
  • myemail@gmail.com

All of these will be delivered to the same inbox as myemail@gmail.com.

Practical Usage:

  • Use variations like my.email@gmail.com when signing up for different services.
  • Gmail will still treat all emails with dots as if they came to the original myemail@gmail.com.

2. Plus (+) Aliases

How It Works:

You can add a + followed by any string after your email name (before the @). For example:

  • myemail+shopping@gmail.com
  • myemail+newsletter@gmail.com
  • myemail+work@gmail.com

All emails sent to these addresses will still arrive in the myemail@gmail.com inbox.

Practical Usage:

  • Use myemail+shopping@gmail.com for shopping websites.
  • Use myemail+work@gmail.com for work-related registrations.
  • Easily filter emails by their alias in Gmail.

3. Combining Dot (.) and Plus (+) Aliases

You can combine dots and the plus symbol for even more flexibility:

  • m.y.e.mail+shopping@gmail.com
  • my.email+newsletter@gmail.com
  • m.y.email+spamtracker@gmail.com

These variations still deliver emails to myemail@gmail.com.


4. Setting Up Filters in Gmail

Automatically Label and Organize Emails:

  1. Go to Gmail Settings > Filters and Blocked Addresses.
  2. Click Create a new filter.
  3. In the To field, enter the alias you want to filter (e.g., myemail+shopping@gmail.com).
  4. Click Create filter.
  5. Choose actions like Apply a label, Skip the inbox, or Forward.

5. Example Use Cases

  1. Shopping Websites: Use myemail+shopping@gmail.com to register on shopping sites. If you get spam, you'll know where it originated.

  2. Work and Personal Separation:

    • Work emails: myemail+work@gmail.com
    • Personal emails: myemail@gmail.com
  3. Newsletter Tracking: Use myemail+newsletter@gmail.com to subscribe to newsletters and filter them into a specific folder.

  4. Test Accounts: Use different aliases for testing sign-up processes: myemail+test1@gmail.com, myemail+test2@gmail.com, etc.


6. Other Providers Supporting + Aliases

While the dot trick is Gmail-specific, many providers (e.g., Outlook, ProtonMail) also support the plus (+) alias feature.


Tips for Using Aliases

  • Avoid using aliases for sensitive accounts (e.g., banking).
  • Regularly check and clean up filters in your email to maintain organization.
  • Keep a list of aliases for easy reference.

Enjoy managing your inbox like a pro!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment