Closed
Description
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