28f7a3607acc98a160827e029ffc437905f6bd25
The `EmailMappingProfile` class was updated to modify the mapping configuration between `SendEmailCommand` and `EmailContext`. A `.ForMember` configuration was added to explicitly ignore the `Sender` property in the destination (`EmailContext`) during the mapping process. This ensures that `Sender` is not mapped from the source object and must be set separately.
DigitalData.MessagingService
Description
Languages
C#
100%