Merge branch 'net8' of github.com:abpframework/abp into net8

pull/17776/head
maliming 2 years ago
commit 5208a51f70
No known key found for this signature in database
GPG Key ID: A646B9CB645ECEA4

@ -73,7 +73,7 @@ public class SmtpEmailSender : EmailSenderBase, ISmtpEmailSender, ITransientDepe
using (var smtpClient = await BuildClientAsync())
{
Logger.LogWarning("We don't recommend that you use the SmtpClient class for new development because SmtpClient doesn't support many modern protocols. " +
"Use MailKit(https://github.com/jstedfast/MailKit) or other libraries instead." +
"Use MailKit(https://docs.abp.io/en/abp/latest/MailKit) or other libraries instead." +
"For more information, see https://github.com/dotnet/platform-compat/blob/master/docs/DE0005.md");
await smtpClient.SendMailAsync(mail);

Loading…
Cancel
Save