Follow

Use Venafi Custom Fields for multiple email addresses

Applies To: 

Custom Fields in Aperture creation with validation for multiple email addresses

Solution:

You can create a string Custom Field value then use regex to validate multiple email addresses with the following value 

 

^(,?[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?)+$

 

This will expect that your email addresses are added in the field separated by a comma. It can be edited if you want a different delimiter or to add a space.

Currently it expects the value to appear as follows.

email1@email.com,email2@email.com,email3@email.com 

 

 

Was this article helpful?
1 out of 1 found this helpful

Comments