Use MD5 instead of 256 SHA2 for generating sanitized email for shorter hash length
Use MD5 instead of 256 SHA2 for generating sanitized email. The 256 bit SHA2 hash creates a 64 character string which is too long and not a valid email.
Closes #3455489