Skip to content
Snippets Groups Projects

Wrong case for headers after using MailManagerInterface::mail() issue fixed

2 unresolved threads

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
85 85 if ($email->getPhase() >= EmailInterface::PHASE_POST_RENDER) {
86 86 $message['body'] = $email->getHtmlBody();
87 87 }
88 $existingHeaders = array_change_key_case($message['headers'], CASE_LOWER);
  • added 1 commit

    • a6ecdea3 - Issue #3388584: Wrong case for reply-to header after using MailManagerInterface::mail().

    Compare with previous version

  • 92 92 continue;
    93 93 }
    94 94
    95 // Copy the header.
  • added 1 commit

    Compare with previous version

  • Ashish Dwivedi added 58 commits

    added 58 commits

    Compare with previous version

  • Adam Shepherd changed target branch from 1.x to 2.x

    changed target branch from 1.x to 2.x

  • Adam Shepherd added 15 commits

    added 15 commits

    Compare with previous version

  • Adam Shepherd added 1 commit

    added 1 commit

    Compare with previous version

  • Adam Shepherd added 2 commits

    added 2 commits

    • 79021322 - 1 commit from branch project:2.x
    • 00c29ec0 - Merge branch '2.x' into '3388584-wrong-case-for'

    Compare with previous version

  • Adam Shepherd added 1 commit

    added 1 commit

    Compare with previous version

  • merged

  • Please register or sign in to reply
    Loading