We are encountering an issue when attempting to send email via the Microsoft Graph API.
Error details:
Exception: Unable to send email message: Client error:
`POST https://graph.microsoft.com/v1.0/users('Support%40mpr-it.co.uk')/sendMail`
resulted in a `400 Bad Request` response:
{
"error": {
"code": "InvalidInternetMessageHeader",
"message": "The internet message header name 'In-Reply-To' should start with 'x-' or 'X-'."
}
}
The send mail

The message history is https://console.uk1.mspintegrations.com/email2at/advanced/history/17791919023910002t9p
Thank you
Will there be an easier way to update the existing connections rather than changing it in each relevant step in every workflow?
Since there can be a multiple senders, and therefore, multiple Graph connections, it can’t be a single configuration. Maybe, a one-time tool to switch from the old connection to the new connection per email sender?
If that isn’t coming, it’s not the end of the world. Just checking before I spend the time revisiting every existing workflow.
I think it makes sense for the system to automatically choose the Graph API connection based on the from-address like we currently do for SMTP connections. We’ll take a look and figure out an elegant way to do that so you don’t need to modify all of your sending actions.