We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b6796be + 5f722fe commit 65490b2Copy full SHA for 65490b2
DotNETBuild/Utils/Email_/EmailTool.cs
@@ -29,7 +29,7 @@ public void SendEmail(IEnumerable<string> toList,
29
string? displaySenderName = null,
30
IEnumerable<FileInfo>? attachmentFileList = null)
31
{
32
- EmailHelper.SendEmail(AppConfigurator.Of<EmailConfiguration>(),toList, subject, body, displaySenderName, attachmentFileList);
+ EmailHelper.SendEmail(AppConfigurator.Of<EmailConfiguration>(), toList, subject, body, displaySenderName, attachmentFileList);
33
}
34
35
0 commit comments