Skip to content

Commit

Permalink
Updated MailKit target description (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
snakefoot committed Oct 16, 2023
1 parent 69d1318 commit 95f389c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions config/targets.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 95f389c

Please sign in to comment.