How to show the Display Name of the From Address in a Task Notification received instead of the email address.
This is applicable to K2 environments using SMTP to send out emails. The From Address in this scenario is not mapped to any AD user.
In this example, donotreply@smtp.denallix.com is the From Address.
SELECT * FROM [Identity].[Identity] WHERE [Email] = '{Your From Address}'
eg.
SELECT * FROM [Identity].[Identity] WHERE [Email] = 'donotreply@smtp.denallix.com'