Whether you need to send a few hundred emails or a few million, we’re ready to help you deliver your message. Are you ready to get started?
This is a small change, but very important for some of you. Our Send email API now accepts a new field: reply_to
, which will construct the Reply-To
header in your email. In case you need it, this new field is an array so you can put multiple emails into the Reply-To
header if you feel like it.
"reply_to": [
{
"email": "jean.luc@example.com",
"name": "Captain"
},
{
"email": william@example.com",
"name": "First officer"
}
]
We have also updated all our officially supported SDKs to include this new feature.