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
Now we plan to use sendinblue to send these emails. We first want to use official libraries of sendinblue such as https://github.com/sendinblue/APIv3-nodejs-library. Then, I did not find how to add such a X-SMTPAPI header. Could anyone help?
The text was updated successfully, but these errors were encountered:
When a user signs up on our website, we send them a verification email. We would like to ensure the delivery time of this email.
We have been using sendgrid to send these emails. By following this notice, we add
X-SMTPAPI
header to the emails as followsNow we plan to use sendinblue to send these emails. We first want to use official libraries of sendinblue such as https://github.com/sendinblue/APIv3-nodejs-library. Then, I did not find how to add such a
X-SMTPAPI
header. Could anyone help?The text was updated successfully, but these errors were encountered: