You may receive a validation error when entering or configuring email addresses that contain special characters.

Valid special characters for contact types are defined by Regular Expressions in the Contact type categories Option Set.
Edit Option Set Values
To configure the expression that defines what special characters are valid for email addresses, follow the steps below. Only users with admin permissions can configure this.
- Browse to System Administration > Data > Option Sets.
- Filter the Name column or scroll down to the Contact type categories Option Set and open it.
- Click on the Manage Values nav bar to open the Option Set Values blade.
-
In the email row, edit the regular expression in the Meaning Code column to include the characters you need to pass validation. For example, add the “ú” and “ñ” characters to make the email address shown above valid: ^[a-zA-Z0-9úñ.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$

Note that regular expressions are beyond the scope of this knowledge base, and you should search the internet for more information on them.
- After editing, click Save in the top-right, and then recycle the modeller cache in from the bottom-left. This will update the validation and use your new regular expression.
Summary
Edit the Contact type categories Option Set to allow contact details to pass validation for addresses that contain special characters.