Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a51e01 commit 9e12a6dCopy full SHA for 9e12a6d
src/Symfony/Component/Mailer/Bridge/Mailchimp/Http/MandrillTransport.php
@@ -42,7 +42,7 @@ protected function doSend(SentMessage $message): void
42
'json' => [
43
'key' => $this->key,
44
'to' => $this->stringifyAddresses($envelope->getRecipients()),
45
- 'from_email' => $envelope->getSender()->toString(),
+ 'from_email' => $envelope->getSender()->getAddress(),
46
'raw_message' => $message->toString(),
47
],
48
]);
0 commit comments