- Fixes duplicate/wrong Reply-To and From header
- Don't use Laravel global settings, they don't play well with our tenants.
- We anyway can't check for Laravel global headers in our tests
Details
Details
- Reviewers
mollekopf - Group Reviewers
Restricted Project - Commits
- rK320203e36a0a: Fix From/Reply-To headers (T622657)
./phpunit
Diff Detail
Diff Detail
- Repository
- rK kolab
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
src/config/mail.php | ||
---|---|---|
95–101 | Can we explicitly set 'from' and 'reply_to' to null to be a bit more explicit (besides the comment)? |