Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/NLog.MailKit/MailTarget.cs
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ public class MailTarget : TargetWithLayoutHeaderAndFooter
private static readonly Encoding DefaultEncoding = System.Text.Encoding.UTF8;
private const SecureSocketOptions DefaultSecureSocketOption = SecureSocketOptions.StartTlsWhenAvailable;

private const string RequiredPropertyIsEmptyFormat = "After the processing of the MailTarget's '{0}' property it appears to be empty. The email message will not be sent.";
private const string RequiredPropertyIsEmptyFormat = "MailTarget '{0}'-property appears to be empty. The email message cannot be sent.";

/// <summary>
/// Initializes a new instance of the <see cref="MailTarget" /> class.
Expand Down
Loading