Is there a technical term for the two halves of an email address? [closed]
Solution 1:
Yes, although it is not commonly mentioned, even in Computer Science:
The part before the @ sign is the local-part of the address, often the username of the recipient (jsmith), and the part after the @ sign is a domain name to which the email message will be sent (example.org).
from the wikipedia article.