Added email support

This commit is contained in:
Khwezi Mngoma
2026-05-04 21:14:22 +02:00
parent 97eec30f20
commit 47534ce671
6 changed files with 172 additions and 2 deletions
+12 -1
View File
@@ -11,7 +11,7 @@
<!-- Nuget Package Details -->
<PropertyGroup>
<PackageId>LiteCharms.Features</PackageId>
<Version>1.0.9</Version>
<Version>1.0.11</Version>
<Authors>Khwezi Mngoma</Authors>
<Company>Lite Charms (PTY) Ltd</Company>
<Description>Feature components for Lite Charms applications.</Description>
@@ -27,6 +27,16 @@
<None Include="..\LICENSE" Pack="true" PackagePath="\" />
<None Include="..\icon.png" Pack="true" PackagePath="\" />
</ItemGroup>
<!-- Email -->
<ItemGroup>
<PackageReference Include="MailKit" Version="4.16.0" />
<PackageReference Include="MimeKit" Version="4.16.0" />
<!-- Global Usings-->
<Using Include="MimeKit"/>
<Using Include="MailKit.Net.Smtp"/>
</ItemGroup>
<!-- CQRS -->
<ItemGroup>
@@ -43,6 +53,7 @@
<Using Include="System.Text" />
<Using Include="System.Security.Cryptography" />
<Using Include="Microsoft.EntityFrameworkCore" />
<Using Include="Microsoft.Extensions.Options" />
</ItemGroup>
<ItemGroup>