New: Replace SmtpClient with Mailkit

Closes #723
This commit is contained in:
bakerboy448
2021-06-30 23:16:29 -05:00
committed by Qstick
parent 811c84a845
commit eb26b38f2c
3 changed files with 11 additions and 4 deletions
+1
View File
@@ -13,6 +13,7 @@
<PackageReference Include="FluentMigrator.Runner" />
<PackageReference Include="FluentMigrator.Runner.SQLite" />
<PackageReference Include="FluentValidation" />
<PackageReference Include="MailKit" />
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="NLog" />
<PackageReference Include="RestSharp" />