Email-formatting
This is how you best format email addresses
{
"first_name": "Oliver",
"last_name": "Doe",
"email": "[email protected]",
...
} "email": {% if owner.email != None %}{% set mail_list = regex_search(owner.email, "([A-Za-z0-9]+[.-_])*[A-Za-z0-9]+@[A-Za-z0-9-]+(\.[A-Z|a-z]{2,})+" ) %}{% if probe(mail_list, 0) %}"{{ mail_list.0 }}"{% else %}""{% endif %}{% else %}""{% endif %}Last updated
Was this helpful?