Email Address Validation
    • 1 Minute to read
    • Dark
      Light

    Email Address Validation

    • Dark
      Light

    Article summary

    General Information

    Mapp Engage uses email addresses as the primary identifier for contacts. When you import or add contacts, Mapp Engage checks each email address to ensure it meets specific requirements. Messages sent to invalid addresses are automatically blocked by ISPs, which can harm your reputation as a marketer.

    To maintain compliance, Mapp Engage verifies that each email address adheres to the following criteria:

    1. Valid Characters:

      • The local part (before the @ sign) can include letters, numbers, and certain special characters. The following special characters are allowed in the local part: !#$%&'*+/=?^_{|}~`.

      • The domain part (after the @ sign) can include letters, numbers, and special characters. Additionally, it may contain letters with diacritical marks and the sharp S character (ß), which Mapp Engage encodes and stores using Punycode. However, these special characters are not allowed in the local part.

    2. Dot Usage:

      • Dots are permitted in the local part of the address but must not appear at the beginning or end. Additionally, consecutive dots (e.g., ..) are not allowed.

    3. Length Restrictions:

      • The domain part of the address cannot exceed 63 characters.

      • The entire email address must not exceed 129 characters.

    Mapp Engage uses a regular expression to validate the syntax of each email address. If an address does not conform to this pattern, it will not be stored in the system.

    Address Examples

    Valid

    Address

    Explanation

    jane.sample@example.com

    One or more dots are allowed in the prefix of the address.

    janesample@example.com

    The dot in the prefix of the address is not required.

    jane.sample@exämple.com

    Letters with diacritical marks are allowed in the suffix of the address.

    jane.sample@exampleß.com

    The sharp S character is allowed in the suffix of the address.

    Invalid

    Address

    Explanation

    jöe.sample@example.com

    Letters with diacritical marks are not allowed in the prefix of the address.

    joe.ßchmidt@example.com

    The sharp S character is not allowed in the prefix of the address.

    joe.sample.@example.com

    The prefix cannot end with a dot.

    .joe.sample@example.com

    The prefix cannot begin with a dot.

    joe..sample@example.com

    The prefix cannot contain two dots in a row.


    Was this article helpful?