Skip to content

Commit

Permalink
Resolving obsolete property.
Browse files Browse the repository at this point in the history
  • Loading branch information
Psichorex committed Sep 6, 2023
1 parent 5d83e35 commit 9014ae0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public static void SendEmailDeferred(this ShellScope shellScope, EmailParameters
Subject = parameters.Subject,
ReplyTo = parameters.ReplyTo,
Body = parameters.Body,
IsBodyHtml = true,
IsHtmlBody = true,
});
if (!result.Succeeded)
Expand Down

0 comments on commit 9014ae0

Please sign in to comment.