You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Description
We use Sendinblue as a mail provider for our Laravel application. Recently, we received an email to change the SMTP Server address:
https://developers.brevo.com/docs/changes-in-smtp-relay-address
As far as I understand we need to use the https://github.com/symfony/brevo-mailer package. However, as far as I can tell, this package is still using the old host address
smtp-relay.sendinblue.com
:https://github.com/symfony/brevo-mailer/blob/6.4/Transport/BrevoSmtpTransport.php#L26
Do you have plans to update it? If yes, when can we expect this change to be released?
Thank you!
Example
No response
The text was updated successfully, but these errors were encountered: