• Skip to primary navigation
  • Skip to main content
  • Skip to primary sidebar
Actual Wizard

Actual Wizard

Great Content From Actual Wizards

  • Blogging
  • Programming
  • Social Media
  • Marketing
You are here: Home / Marketing

Understanding the Different Parts of an Email Address

November 17, 2020 by Kevin Marszalek

An email address has four parts; the recipient name, the @ symbol, the domain name, and the top-level domain.

Example:

recipient.name@domain-name.domain-extension

Recipient Name

The recipient’s name is associated with a specific person or mailbox.

There are no specific rules to define who can access the email at that user name once it has been received, but it is generally assumed that the owner of that user account is the one granting access to the email it sends or receives.

The recipient’s name could be for a specific person, a department in an organization, or even for a specific automated service.

A standard length limit for a recipient name is 64 characters, and the ASCII characters A-Z, a-z, 0-9, and !#$%&’*+-/=?^_`{|}~ are allowed.

Periods are allowed in the recipient name, but there are some rules: The period can not be the first or last character, and it can not repeat consecutively, but those cases are all valid when the email address is quoted.

Valid Examples:

first.last
FirstLast2020

There are some additional rules for the recipient name, but the best practice is to limit recipient names to the ASCII characters: a-z (lowercase), 0-9, and have no more than one period which can not be at the start or the end of the recipient name.

Best Practice Example:

first.last7

The @ Symbol

This symbol separates the recipient name from the domain name.

It is a special character that is used almost exclusively for this purpose, and although it could be included as part of the recipient name, that should be avoided as it would be very confusing.

The Domain Name

Domain names are the memorable names that are typed into web browsers to go to specific websites.

It’s important to understand that the domain name could include an optional subdomain but always has a domain extension.

The domain’s extension, or top-level domain, is considered a separate part of an email address.

Valid Examples:

domain
google
subdomain.domain
www.microsoft

Top-Level Domain Extension

The top-level domain is the portion of the email address that is furthest to the right of the domain and is separated by a period.

Originally there were only seven top-level domains (.com, .net, .org, .int, .edu, .gov, and .mil), but today there are hundreds of domain extensions.

The new top-level domains sometimes indicate the country of origin, and in other cases, they are just vanity names such as .app, .cars, or .shoes.

Valid Examples:

.com
.edu
.co.uk
.xyz
.online

Filed Under: Marketing

Read More From Actual Wizard

  • How to Get the Last Element of an Array in JavaScript
    There are a number of different ways to get the last element of an array in JavaScript. Below we will explore …
  • How to use document.write() in JavaScript
    How to use document.write() in JavaScript The document.write() function is commonly used when testing simple …
  • How to Open a New Tab with JavaScript
    Opening a new browser window in a new tab can be done easily in JavaScript. Modern web browsers provide a …
  • The Difference Between a Franchisor and a Franchisee Explained
    The franchised business system has two sides that play different roles in the business. The franchisor …

Primary Sidebar

More posts from this section

  • Understanding the Different Parts of an Email Address
  • The Difference Between a Franchisor and a Franchisee Explained
  • The 7 Biggest SEO Secrets That Will Shock You
  • CPM Calculator (Cost Per Mille/Thousand)
  • CPA Calculator (Cost Per Acquisition)
  • How to Find Shopify Stores and Find Their Best Selling Products
  • CTR Calculator (Click Through Rate)
  • EPC Calculator (Earnings Per Click)

Copyright © 2025 ActualWizard.com

  • About
  • Terms of Service
  • Privacy Policy
  • Cookie Policy