Have you ever filled in an email address and got an error, as soon as you started typing?
This is a bad validation pattern that validates on user input instead of when users leave the field. We should not show the user an error, when (s)he is still completing the task.
Take this action
Validate email fields when users leave the input field. In error state, validate the input on change.