Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Avoid SmtpClient use #1

Open
renepacios opened this issue Nov 16, 2022 · 0 comments
Open

Avoid SmtpClient use #1

renepacios opened this issue Nov 16, 2022 · 0 comments
Assignees

Comments

@renepacios
Copy link
Owner

Microsoft has officially marked obsolete .NET SmtpClient class and not recommended it on some platforms.
ToDo:
Reemplace core to use MailKit

refs:
Official (https://learn.microsoft.com/en-us/dotnet/api/system.net.mail.smtpclient?view=net-7.0)
MailKit (https://github.com/jstedfast/MailKit)

@renepacios renepacios self-assigned this Nov 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant