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
Headers options are currently not merged. Specifying
headers: {
'Reply-To': body.email
}
will send a plain text e-mail since the content-type is overruled. Doing a deep merge should fix this issue as it still allows overruling default headers.
The text was updated successfully, but these errors were encountered:
Headers options are currently not merged. Specifying
will send a plain text e-mail since the
content-type
is overruled. Doing a deep merge should fix this issue as it still allows overruling default headers.The text was updated successfully, but these errors were encountered: