-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
When using the template processing of the SendTemplatedEmailAsync() method, I get errors:
InvalidOperationException: Sequence contains no elements
System.Linq.Enumerable.First(IEnumerable source)
await emailSender.SendTemplatedEmailAsync("mykey", context, user);
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
I appears that the system is not finding the templates. I probably have my config wrong or something. My issues has more to do with a need to have a clearer documentation of the configuration needed. The samples seem to have a few different arrangements of configuration elements in the .json files. Also, the libraries should throw meaningful exception messages if possible.
Metadata
Metadata
Assignees
Labels
No labels