8000 bug #51295 [Mailer] update Brevo SMTP host (bastien-wink) · symfony/symfony@3579d24 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3579d24

Browse files
committed
bug #51295 [Mailer] update Brevo SMTP host (bastien-wink)
This PR was submitted for the 6.3 branch but it was merged into the 5.4 branch instead. Discussion ---------- [Mailer] update Brevo SMTP host | Q | A | ------------- | --- | Branch? | 6.3 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #51118 | License | MIT Backporting #51119 into 6.3. See https://developers.brevo.com/docs/changes-in-smtp-relay-address We don't know the termination date for the legacy sendinblue SMTP, it's safer to update it. Commits ------- c85892c [Mailer] update Brevo SMTP host
2 parents 5204e80 + c85892c commit 3579d24

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, 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