Create a new entry in the appsettings.json file for a Name when generating the erroremail.
"EmailErrorFromName":
Currently you can set the following fields when doing the initial install of jitbit.
"EmailErrorTo":
"EmailErrorFrom":
In our situation, we have an underlying service account that is the workhorse across our installs. Because of this, if there is an error that is reported and sent, I do not have an easy way of knowing which install has the issue.
Adding this field will allow me to know which instance is having an issue, regardless if they are all using the same service account to send the error message.