Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3579d24

Browse filesBrowse 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
Copy full SHA for 3579d24

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Mailer/Bridge/Sendinblue/Transport/SendinblueSmtpTransport.php
+1-1Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.