Coresender LogoMobile menu icon
Blog/Product

Release Notes 2020.7 – Introducing Reply-To support

Reply-To added to the API

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 example
"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.

Back to articles listBack to articles list

Try Coresender today

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?

Try for free