Is there any list or documentation that speaks about the valid email formats that are allowed in AEP.
or atleast RegEx that we can use to validate emails especially for AEP.
Views
Replies
Total Likes
Hey @JettyRo
Similar query has been addressed in another post here: https://experienceleaguecommunities.adobe.com/t5/journey-optimizer-questions/query-to-validate-valid...
This should address your questions but if you have any further queries, feel free to put them here.
Cheers,
Abhinav
Views
Replies
Total Likes
Hi Abhinav, thanks for responding.
So other than creating a own Regex for email validation, there is no other way??
I hav checked the query that you have tagged.
Views
Replies
Total Likes
hi @JettyRo ,
Yes, that's correct, the regex would need to be created at your end. There is no specific function to check for email format within AEP. You can use the email address data type (https://experienceleague.adobe.com/en/docs/experience-platform/xdm/data-types/email-address#:~:text=...) for a few in-built checks but there is no specific function/method to check for email address format.
Hope the above helps.
Cheers,
Abhinav
Views
Replies
Total Likes