Hello,
we use the SendInBlue API to send some messages.
We mostly rely on the sib_api_v3_sdk.SendSmtpEmail
We just received the email regarding the migration from smtp-relay.sendinblue.com to smtp-relay.brevo.com.
Is there anything to change as well regarding the API?
The current host is https://api.sendinblue.com/v3 if we look here:
https://github.com/sendinblue/APIv3-python-library/blob/master/sib_api_v3_sdk/configuration.py#L43
I suppose that we will have to use https://api.brevo.com/v3/ at some point.
- Do you plan to keep api.sendinblue.com as well?
- Should we change to api.brevo.com? If so, within how many days?
- Should we also change something to the code, or the
sib_api_v3_sdk.SendSmtpEmail function will still work well as long as we use api.brevo.com instead of api.sendinblue.com?
Best regards
Hello,
we use the SendInBlue API to send some messages.
We mostly rely on the
sib_api_v3_sdk.SendSmtpEmailWe just received the email regarding the migration from
smtp-relay.sendinblue.comtosmtp-relay.brevo.com.Is there anything to change as well regarding the API?
The current host is
https://api.sendinblue.com/v3if we look here:https://github.com/sendinblue/APIv3-python-library/blob/master/sib_api_v3_sdk/configuration.py#L43
I suppose that we will have to use
https://api.brevo.com/v3/at some point.sib_api_v3_sdk.SendSmtpEmailfunction will still work well as long as we use api.brevo.com instead of api.sendinblue.com?Best regards