Article Details
Id:20716
Product:finPOWER Connect
Type:FIX
Version:4.00.04
Opened:07/09/2023
Closed:03/10/2023
Released:05/12/2023
Job: J032000

Email Address validation; enhanced to include more validation

The Email Address validation function, i.e. finBL.Runtime.Validation.IsValidEmailAddress, has been enhanced to include more validation.

In particular the valid list of characters in the local part of the email address is checked, if the local part is not quoted.

In addition, a final step is to pass the email address through the standard .NET Framework's MailAddress object - which provides comprehensive validation.