feat(notification-outbox): add Email notification delivery adapter

This commit is contained in:
Joseph Doherty
2026-05-19 01:26:33 -04:00
parent 8d52890245
commit b8dece0e70
3 changed files with 523 additions and 0 deletions
@@ -14,6 +14,10 @@
<ItemGroup>
<ProjectReference Include="../ScadaLink.Commons/ScadaLink.Commons.csproj" />
<!-- Email delivery adapter reuses the NotificationService SMTP machinery
(ISmtpClientWrapper, SmtpPermanentException, SmtpTlsModeParser,
OAuth2TokenService). -->
<ProjectReference Include="../ScadaLink.NotificationService/ScadaLink.NotificationService.csproj" />
</ItemGroup>
<ItemGroup>