Skip to content

Commit

Permalink
Merge branch '5.4' into 6.4
Browse files Browse the repository at this point in the history
* 5.4:
  [Router] Discard in-memory cache of routes when writing the file-based cache
  [Security] Verify Hungarian translation
  force HTTP 1.1 for Mailgun API requests
  [String] Revert "Fixed u()->snake(), b()->snake() and s()->snake() methods"
  normalize underscores in snake()
  [Security][Validator] Added missing Portuguese(pt) translations
  Fixes #54550 some pt_BR translations
  Fix MockArraySessionStorage to generate more conform ids
  Bump Symfony version to 5.4.42
  Update VERSION for 5.4.41
  Update CONTRIBUTORS for 5.4.41
  Update CHANGELOG for 5.4.41
  • Loading branch information
derrabus committed Jul 4, 2024
2 parents c4917eb + 387d6d3 commit 3eb7c7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Transport/MailgunApiTransport.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ protected function doSendApi(SentMessage $sentMessage, Email $email, Envelope $e

$endpoint = sprintf('%s/v3/%s/messages', $this->getEndpoint(), urlencode($this->domain));
$response = $this->client->request('POST', 'https://'.$endpoint, [
'http_version' => '1.1',
'auth_basic' => 'api:'.$this->key,
'headers' => $headers,
'body' => $body->bodyToIterable(),
Expand Down

0 comments on commit 3eb7c7b

Please sign in to comment.