Skip to content

Commit

Permalink
Verify OauthSMTP SSL certificates when proxy is used
Browse files Browse the repository at this point in the history
  • Loading branch information
cedric-anne committed Apr 25, 2024
1 parent 385f99d commit 1a6e3f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Mail/SMTP/OauthConfig.php
Expand Up @@ -119,7 +119,6 @@ public function getSmtpOauthProvider(): ?ProviderInterface
$config['proxy_name'],
$config['proxy_port']
);
$provider_options['verify'] = false;
}

$provider = new $provider_class(
Expand Down

0 comments on commit 1a6e3f0

Please sign in to comment.