feat(sms): Twilio SmsNotificationDeliveryAdapter + classifier + options + DI (S3)

This commit is contained in:
Joseph Doherty
2026-06-19 10:14:52 -04:00
parent 609bdb37ef
commit a1d484a5ff
7 changed files with 1069 additions and 7 deletions
@@ -10,6 +10,9 @@
<ItemGroup>
<PackageReference Include="Akka" />
<PackageReference Include="Akka.Cluster.Tools" />
<!-- SMS delivery adapter (Twilio-REST) uses IHttpClientFactory / AddHttpClient.
Version comes from Directory.Packages.props (central package management). -->
<PackageReference Include="Microsoft.Extensions.Http" />
</ItemGroup>
<ItemGroup>