Emailjonexamplecom
Emailjonexamplecom is not a valid email address. In documentation and software testing, it is sometimes shown as an example of an improperly formatted string that lacks the essential at-sign and domain delimiters. The string contains no '@' symbol and no dot separating a host from a domain, and it merges components without proper separators. Because of these omissions, mail servers cannot route messages to or from this address.
Email addresses are defined by a local-part, an '@' symbol, and a domain. A typical valid format is
Validation and handling: Web forms should perform both client-side and server-side validation. Validations often use libraries
Documentation and testing practices: When illustrating invalid input, it is better to show clearly malformed samples
See also: email address validation, RFC 5322, DNS MX records, disposable emails.