Skip to content

Changes in SMTP relay address #51118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
didovych opened this issue Jul 26, 2023 · 0 comments · Fixed by #51119
Closed

Changes in SMTP relay address #51118

didovych opened this issue Jul 26, 2023 · 0 comments · Fixed by #51119
Labels

Comments

@didovych
Copy link

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

@xabbuh xabbuh added the Mailer label Jul 26, 2023
nicolas-grekas added a commit that referenced this issue Jul 26, 2023
This PR was merged into the 6.4 branch.

Discussion
----------

[Mailer] update the Brevo SMTP host

| Q             | A
| ------------- | ---
| Branch?       | 6.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | no
| Tickets       | Fix #51118
| License       | MIT
| Doc PR        |

see https://developers.brevo.com/docs/changes-in-smtp-relay-address

Commits
-------

5662858 update the Brevo SMTP host
fabpot added a commit that referenced this issue Aug 8, 2023
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants