0
visility created
3 Answer(s)
-
0
Hi @visility
As I can see, you are directly using .NET's MailMessage. If you want to use the configuration you made on settings page, you should use IEmailSender interface and send the email via its implementation.
-
0
-
0
Hi,
Sorry, it is my mistake. Could you create an issue on https://github.com/aspnetzero/aspnet-zero-core ? We will check it deeply.