List of valid email formats allowed in AEP . | Community
Skip to main content
New Participant
March 19, 2025
Solved

List of valid email formats allowed in AEP .

  • March 19, 2025
  • 1 reply
  • 1034 views

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.

Best answer by abhinavbalooni

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=Email%20address%20is%20a%20standard,details%20of%20an%20email%20address.&text=The%20technical%20address%20of%20the,Assigned%20Numbers%20Authority%20(IANA).&text=Additional%20display%20information%20that%20may,be%20placed%20in%20this%20field.&text=Indicates%20whether%20this%20is%20the,a%20given%20point%20of%20time.&text=A%20description%20of%20the%20current%20status%20.&text=The%20way%20the%20account%20relates,Full%20schema) 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

1 reply

abhinavbalooni
New Participant
March 19, 2025

Hey @jettyro 

 

Similar query has been addressed in another post here: https://experienceleaguecommunities.adobe.com/t5/journey-optimizer-questions/query-to-validate-valid-emails/m-p/692703

 

This should address your questions but if you have any further queries, feel free to put them here.

 

Cheers,

Abhinav

JettyRoAuthor
New Participant
March 19, 2025

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.

abhinavbalooni
abhinavbalooniAccepted solution
New Participant
March 20, 2025