Open dougwaldron opened 3 months ago
Some email templates include a field for user comments, but if no comments are entered, the email just looks incomplete. For example:
In SendNotificationAsync, if the comment is null or empty, replace with something like "None" or "No comment entered".
SendNotificationAsync
Some email templates include a field for user comments, but if no comments are entered, the email just looks incomplete. For example:
In
SendNotificationAsync
, if the comment is null or empty, replace with something like "None" or "No comment entered".