8000 [Mailer] update Brevo SMTP host · Wink-dev/symfony@815960e · GitHub
[go: up one dir, main page]

Skip to content

Commit 815960e

Browse files
authored
[Mailer] update Brevo SMTP host
1 parent ceb0103 commit 815960e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Mailer/Bridge/Sendinblue/Transport/SendinblueSmtpTransport.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ final class SendinblueSmtpTransport extends EsmtpTransport
2222
{
2323
public function __construct(string $username, #[\SensitiveParameter] string $password, EventDispatcherInterface $dispatcher = null, LoggerInterface $logger = null)
2424
{
25-
parent::__construct('smtp-relay.sendinblue.com', 465, true, $dispatcher, $logger);
25+
parent::__construct('smtp-relay.brevo.com', 465, true, $dispatcher, $logger);
2626

2727
$this->setUsername($username);
2828
$this->setPassword($password);

0 commit comments

Comments
 (0)
0