abp icon indicating copy to clipboard operation
abp copied to clipboard

The template needs to be modified to replace the Volo.Abp.Emailing package with Volo.Abp.MailKit.

Open zhaofenglee opened this issue 1 year ago • 0 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Description

[08:46:22 WRN] We don't recommend that you use the SmtpClient class for new development because SmtpClient doesn't support many modern protocols. Use MailKit(https://docs.abp.io/en/abp/latest/MailKit) or other libraries ins tead.For more information, see https://github.com/dotnet/platform-compat/blob/master/docs/DE0005.md [08:46:42 ERR] ---------- RemoteServiceErrorInfo ---------- { "code": null, "message": "对不起,在处理您的请求期间产生了一个服务器内部错误!!", "details": null, "data": {}, "validationErrors": null }

[08:46:42 ERR] Syntax error, command unrecognized. The server response was: System.Net.Mail.SmtpException: Syntax error, command unrecognized. The server response was: at System.Net.Mail.SmtpClient.ConnectCallback(IAsyncResult result) --- End of stack trace from previous location ---

Reproduction Steps

  1. Create a reference program.
  2. Comment out NullEmailSender.
  3. Set up the email.
  4. Send a test email.

Expected behavior

No response

Actual behavior

No response

Regression?

No response

Known Workarounds

No response

Version

8.0.5

User Interface

MVC

Database Provider

EF Core (Default)

Tiered or separate authentication server

None (Default)

Operation System

Windows (Default)

Other information

No response

zhaofenglee avatar Mar 25 '24 01:03 zhaofenglee