Page MenuHomePhorge

Fix From/Reply-To headers (T622657)
ClosedPublic

Authored by machniak on Jun 19 2023, 12:12 PM.
Tags
None
Referenced Files
F12224718: D4382.diff
Sat, May 18, 3:53 AM
F12223992: D4382.id12572.diff
Sat, May 18, 2:10 AM
Unknown Object (File)
Thu, May 16, 2:30 PM
Unknown Object (File)
Sun, May 12, 4:47 AM
Unknown Object (File)
Mon, May 6, 8:52 AM
Unknown Object (File)
Sun, May 5, 12:20 AM
Unknown Object (File)
Fri, May 3, 7:45 PM
Unknown Object (File)
Apr 18 2024, 9:43 AM
Subscribers
Restricted Project

Details

Reviewers
mollekopf
Group Reviewers
Restricted Project
Commits
rK320203e36a0a: Fix From/Reply-To headers (T622657)
Summary
  • 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
Test Plan

./phpunit

Diff Detail

Repository
rK kolab
Branch
dev/replyto-fix
Lint
Lint Skipped
Unit
No Test Coverage
Build Status
Buildable 43580
Build 17426: arc lint + arc unit

Event Timeline

machniak created this revision.
mollekopf added inline comments.
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)?

This revision now requires changes to proceed.Jul 17 2023, 10:06 AM
  • Merge branch 'master' into dev/replyto-fix
  • Be more specific in the config file
This revision is now accepted and ready to land.Jul 24 2023, 2:33 PM
This revision was automatically updated to reflect the committed changes.