Issue:
The DX SaaS Dashboard report does not support this email format. [email protected] when added and try save the report get this error. "Receipts do not have valid email id"
Remove the email and works.
Release : SAAS
From Engr:
Apparent it's not ', as I tested out and found remove '-' doesn't help.
So I checked the code and found we are checking against this regex:
^[a-z0-9._%+\-][email protected][a-z0-9.\-]+\.[a-z]{2,4}$
In conclusion, it is the capital.
I tried changing all to lower case, then it worked.