Skip to content

Commit 549c04b

Browse files
authored
Updated README with link to original NLog MailTarget
1 parent ece8fc1 commit 549c04b

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,17 @@
99

1010
Alternative Mail target for [NLog](https://github.com/nlog/nlog) using [MailKit](https://github.com/jstedfast/MailKit).
1111

12-
The NLog MailKit Target is able to replace the original NLog Mail Target and have the same options. See docs for [NLog Mail Target](https://github.com/NLog/NLog/wiki/Mail-Target).
13-
But Mailkit does not yet support `SmtpAuthentication = NTLM`.
12+
The NLog MailKit Target is able to replace the original [NLog Mail Target](https://www.nuget.org/packages/NLog.Targets.Mail) and provides the same options.
13+
14+
See the [NLog Wiki](https://github.com/NLog/NLog/wiki/Mail-target) for available options and examples.
1415

1516
- Can also be combined with [FallbackGroup](https://github.com/NLog/NLog/wiki/FallbackGroup-target) to fallback to alternative SMTP-server on error.
1617
- Can also be combined with [BufferingWrapper](https://github.com/nlog/NLog/wiki/BufferingWrapper-target) to group multiple logevents into a single email.
1718
- Can also be combined with [LimitingWrapper](https://github.com/NLog/NLog/wiki/LimitingWrapper-target) to throttle the number of emails.
1819
- Can also be combined with [FilteringWrapper](https://github.com/NLog/NLog/wiki/FilteringWrapper-target) to avoid repeating identical emails.
1920

21+
If having trouble with output, then check [NLog InternalLogger](https://github.com/NLog/NLog/wiki/Internal-Logging) for clues. See also [Troubleshooting NLog](https://github.com/NLog/NLog/wiki/Logging-Troubleshooting)
22+
2023
This library is integration tested with the [SmtpServer NuGet package](https://www.nuget.org/packages/SmtpServer/)
2124

2225
### How to use

0 commit comments

Comments
 (0)