2f39db94ca1f3e69382fc0ae2a75f6903bd285d8
Introduced a new namespace `DigitalData.MessagingService.Publisher.Abstraction` in `OutgoingEmailCreateDto.cs` and `OutgoingEmailEvent.cs`. Added a new record `OutgoingEmailCreateDto` with properties for recipient, subject, body, HTML flag, and queue timestamp. Converted `OutgoingEmailEvent` from a class to a record. Removed the unnecessary `using System;` directive from `OutgoingEmailEvent.cs`.
DigitalData.MessagingService
Description
Languages
C#
100%