I have code here for the “Redirect To” field in the email templates.
{% if application.name == 'AcmeCorp' %} https://acmecorp.com.au/verify-email-callback {% elsif application.name == 'AcmeCorp-staging' %} https://acmecorp-staging.azurewebsites.net/verify-email-callback {% else %} http://localhost:1340/verify-email-callback {% endif %}
Can I use this same convention but in the “From” field?