Coming across an issue where there are a few inconsistencies I have noticed with adding a from address to the email templates.
This applies to all email templates.
EMAIL = example@example.com (storing this in a variable as Auth0 limits how many links are in this post)
If I use an email like EMAIL (I am using this as an example only, not posting the actual email i have used here), I am able to send the email come through, logs are all saying API operation is a success.
However, when I add the following like so as the description text describes I get errors:
{{ application.name }}
OR
{{ application.name }}
The former throws the error on save Error!
The value {{ application.name }} is not valid for the From field. Possible values: an email address (EMAIL’) or a prefix and an email address between <> (‘Your App ’)
The latter allows me to save, however, for some email addresses, in the logs, the API operation Send an email template as a test
tells me that the email has sent, however my email does not receive anything.
I tried with another email address, and I get the error in the logs Failed Sending Notification
with the error: Error sending email:
with no further details.
Would be grateful for any assistance, thank you!