simon
simon

Reputation: 12902

Is there a term for the string in an email address before the @ character?

When describing a URL, there are well-defined terms for each part of the URL, like protocol, hostname, path and query.

When describing an email address, the part after the @ character is the domain. Is there a universally accepted term for the part before the @ character?

Upvotes: 1

Views: 420

Answers (2)

Nicholas Davidson
Nicholas Davidson

Reputation: 1

I've also heard the term "stem" used, but might be confusing that with some other terminology.

Upvotes: 0

Paul McMillan
Paul McMillan

Reputation: 20117

I'd generally refer to it as the mailbox, or the username. I'm not aware of a single canonical descriptor that is used in daily language, but I don't talk about the parts of email addresses much.

Probably the most correct formal name for it is the "local-part", as referenced in the rfc:

https://www.rfc-editor.org/rfc/rfc5321#section-2.3.11

Upvotes: 4

Related Questions