đź’»
Cheatsheets
  • Most Useful Command Line Tools: 50 Cool Tools to Improve Your Workflow, Boost Productivity, and More
  • 7_tips_to_reverse_engineer_javascript
  • Configuring a Repl
  • How to create your command-line program (CLI) with NodeJS and Commander.js | by Duc N. | JavaScript
  • replit Node.JS 24/7 Project Hoster
  • cheatsheets
  • Alacritty, Tmux, and Vim
  • amethyst
  • Android
  • Installing Arch Linux
  • Arch Linux
  • aria2
  • bin
  • bspwm
  • Chocolately Notes
  • command_line_pipes
  • CSS Grid
  • curl
  • The curl guide to HTTP requests
  • Docker
  • Easymotion
  • Emmet
  • Favorite figlet fonts
  • FFMPEG
  • figlet
  • File Serve
  • File Transfer
  • fish shell
  • Front End Dev Links
  • How to use Git.io to shorten GitHub URLs and create vanity URLs
  • Git
  • Downloading a Tarball from GitHub
  • Make Infinite Gmail Addresses For One Inbox
  • How To Use GPG on the Command Line
  • guide_to_fish_completions
  • Homebrew
  • How to clean Arch Linux
  • HTML5 Boilerplate
  • Install
  • All the keyboard shortcuts you’ll ever need for Safari on iPad
  • iosevka
  • iPhone
  • ish (iOS)
  • Javascript Notes
  • jq
  • Jupyter Notebooks
  • Lettering
  • lf-wiki
  • lf
  • Command Line
  • Adding a swapfile after a clean installation without swap partition
  • mac_bluetooth_issues
  • Mac Terminal
  • maim
  • markdown-sample
  • Markdown Notes
  • Images in README.md Markdown Files
  • Organizing information with tables
  • md_cheatsheet
  • NiftyWindows Help
  • nix
  • Justin Restivo - A Portable Text Editor: Nix <3 Neovim
  • NPM
  • neovim configuration
  • Pastery
  • Powershell
  • Table of Basic PowerShell Commands | Scripting Blog
  • Powershell Modules
  • Puppeteer
  • Python
  • rclone-colab
  • replit
  • Hi there, I'm Raju Ghorai - a.k.a. [coderj001]
  • Scriptable
  • Servor
  • Replacing Postlight’s Mercury scraping service with your self-hosted copy
  • Shell Scripts
  • skhd
  • Spicetify
  • SSH
  • SurfingKeys
  • tar
  • Terminal Web Browser Docker
  • Text Generators
  • tmux shortcuts & cheatsheet
  • unicode
  • VIM
  • VIM Diff
  • vi Complete Key Binding List
  • 8 Essential Vim Editor Navigation Fundamentals
  • Vim Shortcut Keys
  • Vite
  • VNC
  • web-servers
  • Web Server
  • Windows Command Line
  • Writeguard
  • WSL Cheatsheet
  • youtube-dl
  • zsh Plugins
  • zspotify
Powered by GitBook
On this page
  • Use @googlemail.com instead of @gmail.com
  • Add dots to the username
  • Add a plus at the end
  • Why would I want to do this?

Was this helpful?

Make Infinite Gmail Addresses For One Inbox

PreviousDownloading a Tarball from GitHubNextHow To Use GPG on the Command Line

Last updated 3 years ago

Was this helpful?

December 14, 2018


This is an old post! This post was written over 2 years ago, so its content may not be completely up-to-date.

Main Image

How an email address is split into two parts; the username and domain Google’s Gmail allows people to get a free email account—but it seems that a lot of people aren’t aware that this gives you access to almost unlimited unique email addresses that will all point to the same inbox, just by making a couple of simple tweaks to it. Here’s how you can make use of this yourself:

Use @googlemail.com instead of @gmail.com

One useful trick is to note that both the gmail.com and googlemail.com domains work interchangeably. ✅ example@gmail.com → example@googlemail.com

Add dots to the username

The username part of an email address (anything before the @) can have a dot/period placed in any part of it. ✅ example@gmail.com → ex.ample@gmail.com ✅ example@gmail.com → exam.ple@gmail.com ✅ example@gmail.com → ex.a.m.ple@gmail.com ❌ example@gmail.com → ex..ample@gmail.com (cannot have two consecutive dots) ❌ example@gmail.com → example@g.mail.com (cannot put dots in the domain)

Add a plus at the end

The end of the username can have a plus (+) appended to it, followed by anything you want - making practically infinite combinations available. ✅ example@gmail.com → example+1234@gmail.com ✅ example@gmail.com → example+hello.world@gmail.com Note: This trick also works with email addresses made through Gsuite!

Any combination of these tricks can be used in conjunction with one another to create a truly unique email address that you know you won’t have used elsewhere before. ✅ example@gmail.com → e.x.a.m.p.l.e+123456@googlemail.com

Why would I want to do this?

There are a handful of reasons these features of Gmail can come in useful: • You want to sign up for a site or service a second time • You’re developing a web application and need to test email sending a bunch • You want to sign up to a website or service, but with a unique email address — this way if you get unsolicited emails from someone you’ll know exactly who sold your data One important thing to note is that, while you can receive emails to these addresses, you can’t send mail from them. This is important to note if you ever need to send mail to a service you’ve signed up for - such as to unsubscribe from an automated mailing list.

Orignial URL