Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #36888 [Mailer] Fix mandrill raw http request setting from email/…
…name (JohJohan) This PR was merged into the 4.4 branch. Discussion ---------- [Mailer] Fix mandrill raw http request setting from email/name | Q | A | ------------- | --- | Branch? | 4.4, 5.0, 5.1 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #36879 | License | MIT | Doc PR | None As describe in symfony/symfony#36879 there is a bug in sending raw http request to mandrill it will not set from email/name correct. As you can see i make sure to set `from_email` and `from_name` correct now and changed the unit test to check correct you can see the doc that the format is correct https://mandrillapp.com/api/docs/messages.curl.html#method-send-raw Commits ------- 6128dd0b75 ticket_36879 - Fix mandrill raw http request setting from email/name
- Loading branch information