From 95f389cf4f5b26802f3a9b1e452f7c94fbd63ee2 Mon Sep 17 00:00:00 2001 From: Rolf Kristensen Date: Mon, 16 Oct 2023 14:29:39 +0200 Subject: [PATCH] Updated MailKit target description (#250) --- config/targets.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/config/targets.json b/config/targets.json index 32898e1d1..90b83681c 100644 --- a/config/targets.json +++ b/config/targets.json @@ -101,9 +101,9 @@ }, { "name": "Mail", - "aliases": ["E-mail", "SMTP", "SMTP-client"], + "aliases": ["Mail", "E-mail", "SMTP", "SMTP-client"], "page": "Mail-target", - "description": "Sends log messages by email using SMTP protocol or pickup folder.", + "description": "Sends log messages with SmtpClient using SMTP protocol or pickup folder.", "platforms": [ "net35", "net40", @@ -113,11 +113,11 @@ "category": "Integrations" }, { - "name": "Mail", + "name": "MailKit", + "aliases": ["Mail", "MailKit"], "page": "Mail-target", "package": "NLog.MailKit", - "description": "Mail Target using MailKit. Only SMTP supported.", - "platform-notes": "For .NET 4.5: NLog.MailKit ver. 3.4.0 nuget package required", + "description": "Sends log messages with MailKit using SMTP protocol or pickup folder.", "platforms": [ "net45", "netstandard1.3",