Microsoft Store
 

E-mail address


 

An e-mail address identifies a location to which e-mail can be delivered. A modern Internet e-mail address (using SMTP) is a string of the form jsmith@example.com. It should be read as "jsmith at example dot com". The part before the @ sign is the local-part of the address, often the username of the recipient, and the part after the @ sign is a domain name which can be looked up in the Domain Name System to find the mail exchange servers accepting e-mail for that address.

Related Topics:
E-mail - Internet - SMTP - '''dot''' com - Username - Domain name - Domain Name System - Mail exchange server

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

The domain name is often that of the of the e-mail service, such as Microsoft's Hotmail or Google's Gmail it could also be the domain name of the company that the recipient represents or even the domain of the recipient's personal site.

Related Topics:
Hotmail - Gmail - Personal site

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

Earlier forms of e-mail address included the somewhat verbose notation required by X.400, and the UUCP "bang path" notation, in which the address was given in the form of a sequence of computers through which the message should be relayed. This latter was in wide use for several years, but was superseded by the generally more convenient SMTP form.

Related Topics:
X.400 - UUCP

~ ~ ~ ~ ~ ~ ~ ~ ~ ~

Addresses found in the headers of e-mail should not be considered authoritative, because SMTP has no mechanism for authentication. Forged e-mail addresses are often seen in spam and in phishing and similar scams, leading to several initiatives, such as Sender ID, which aim to make such forgeries easier to spot. The most reliable method of authentication, however, is to require that messages be digitally signed.

Related Topics:
Authentication - Spam - Phishing - Sender ID - Digitally signed

~ ~ ~ ~ ~ ~ ~ ~ ~ ~