- 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
- Branch
- dev/replyto-fix
- Lint
Lint Skipped - Unit
No Test Coverage - Build Status
Buildable 43412 Build 17345: arc lint + arc unit
Event Timeline
src/config/mail.php | ||
---|---|---|
93 | Can we explicitly set 'from' and 'reply_to' to null to be a bit more explicit (besides the comment)? |