This repository has been archived by the owner on Apr 12, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix uncaught exception when sending email
Only attempt to attach the user's profile picture if they actually have one. If the user does not have a profile picture `pictureMemoryStream` is null and the code throws an exception when attempting to add it as an attachment.
- Loading branch information