Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[Mailer] update the Brevo SMTP host#51119
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
xabbuh commentedJul 26, 2023
ping@PEtanguy |
nicolas-grekas commentedJul 26, 2023
Thank you@xabbuh. |
bastien-wink commentedAug 5, 2023
@xabbuh@nicolas-grekas Could this be also part of lower versions of symfony ? According to the email bellow the current SMTP will be terminated this month. I will get in touch with Brevo to know exactly how long they will support the old hostname. |
fabpot commentedAug 5, 2023
My answer would be that if a commercial product doesn’t care about making their user lives easier, I don’t see why we should. Anyway, I suppose we would accept a PR doing the needed changes in 6.3. |
bastien-wink commentedAug 8, 2023
Indeed they don't care about their customers, I've done my best to have a clear answer, all we have is "that might impact the good fonction of your transactional sending". I created a PR for 6.3#51295 |
stof commentedAug 8, 2023
Given that the new Brevo bridge won't be released until November (as it was merged in 6.4 and not in 6.3), I suggest merging that as a bugfix (and maybe even in the 5.4 LTS instead of having a non-working bridge as LTS) |
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 | MITBackporting#51119 into 6.3.Seehttps://developers.brevo.com/docs/changes-in-smtp-relay-addressWe don't know the termination date for the legacy sendinblue SMTP, it's safer to update it.Commits-------c85892c [Mailer] update Brevo SMTP host
fabpot commentedAug 8, 2023
I've merged the PR in 5.4. |
stof commentedAug 8, 2023
@fabpot given that the previous host will stop working on August 30th, it would be great also to do a patch release (for 5.4 and 6.3) soon enough to give projects a bit of time to update this bridge before the deadline is reached so that it keeps working. |
kgonella commentedAug 22, 2023
Hello, do we have a chance that a patch release will be available before August 30th ? |
fabpot commentedAug 22, 2023
We make releases at the end of each month. So, the next release cycle will happen at the end of August. |
derrabus commentedAug 22, 2023 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Until we tag a new release, use a dev snapshot: "require": {"symfony/sendinblue-mailer":"~6.3.4@dev"} or switch to the new package: "require": {"symfony/brevo-mailer":"^6.4@dev"} |
stof commentedAug 22, 2023
@derrabus switching to brevo-mailer also requires switching to framework-bundle 6.4.x-dev, otherwise the wiring won't be done. |


Uh oh!
There was an error while loading.Please reload this page.
seehttps://developers.brevo.com/docs/changes-in-smtp-relay-address