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.