Closed jonashendrickx closed 2 months ago
Attention: Patch coverage is 0%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 35.15%. Comparing base (
8697acd
) to head (7c2eb6a
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
src/Common/Services/Mail/Smtp/SmtpMailProvider.cs | 0.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Description
We do not need to override the sender in the SMTP configuration, as this is being done globally in the
AggregateMailProvider
.Shape
Screenshots
Checklist
I did the following to ensure that my changes were tested thoroughly:
I did the following to ensure that my changes do not introduce security vulnerabilities: