55e5d689ada536156771bd1a5b7584197f44125b
Renamed the `IEmailQueue` interface to `IOutgoingEmailQueue` to improve clarity and better reflect its purpose as an outgoing email queue. Updated all references to the interface across the codebase, including: - Replaced `IEmailQueue` with `IOutgoingEmailQueue` in `EmailSenderWorker.cs`. - Renamed the interface in `IOutgoingEmailQueue.cs`. - Updated `SendEmailCommandHandler` in `SendEmailCommand.cs` to use `IOutgoingEmailQueue`. - Modified dependency injection in `DependencyInjection.cs` to register `OutgoingEmailQueue` with `IOutgoingEmailQueue`. - Updated `OutgoingEmailQueue.cs` to implement `IOutgoingEmailQueue`. These changes improve code readability, maintainability, and naming consistency.
DigitalData.EmailProfiler
Description
Languages
C#
100%