Skip to content

SmtpAppender uses not recomended SmptClient #300

Description

@DietzeC

We use the SmtpAppender in a number of projects.

When used with modern mail servers, connection issues are becoming increasingly common.

Until now, the SmtpClient class has been used for sending email, but Microsoft no longer recommends its use:

Important
We don't recommend that you use the SmtpClient class for new development because SmtpClient doesn't support many modern protocols. Use MailKit or other libraries instead. For more information, see SmtpClient shouldn't be used.

https://learn.microsoft.com/en-us/dotnet/api/system.net.mail.smtpclient?view=net-10.0#remarks

Is the project planning to make the recommended switch to MailKit in the near future?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions