Wrong case for headers after using MailManagerInterface::mail() issue fixed
2 unresolved threads
Merge request reports
Activity
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); changed this line in version 2 of the diff
added 1 commit
92 92 continue; 93 93 } 94 94 95 // Copy the header. changed this line in version 3 of the diff
added 58 commits
-
68455b60...089cbc1b - 34 commits from branch
project:1.x
- 089cbc1b...d059f150 - 14 earlier commits
- 5a47715a - Issue #3501140 by adamps: Tidy up of MultiTransport
- 36ed4b7b - Issue #3382624 by adamps: embed attachments adjustment for 2.x
- 080e3e1e - Issue #3502238 by adamps: Transition to 2.x
- 59e1cf1c - Issue #3502402 by adamps: Fixes for 2.x release
- 65c1eab4 - Issue #3502866 by adamps: Rename test email to verify email
- a8dc3608 - Issue #3432091 by koustav_mondal, sorlov, adamps: Dummy address causes Config validation error
- fb1cf0d2 - Issue #3503342 by adamps: Fixes to policy embedding
- 21e28609 - Wrong case for headers after using MailManagerInterface::mail() issue fixed
- 067b1c0d - Issue #3388584: Wrong case for reply-to header after using MailManagerInterface::mail().
- fe68dca2 - Issue #3388584: Added comment.
Toggle commit list-
68455b60...089cbc1b - 34 commits from branch
added 15 commits
Toggle commit list
Please register or sign in to reply