Skip to main content
Solved

Sending mail with attachment

  • April 21, 2023
  • 1 reply
  • 112 views

Forum|alt.badge.img+1
  • Conversationalist
  • 1 reply

HI I am trying to sending mail with attachment throw API but getting  some error so please help me
 


 

Best answer by evano

Hi Viral,

This request is failing as it’s formatted as JSON rather than multipart/form-data.  Please see the screenshot below for what this might look like in Postman:
 

a screenshot of Postman with a request to Front’s API highlighting the usage of multipart/form-data and that attachments must be binary data

 

1 reply

Forum|alt.badge.img+5
  • Fronteer
  • 47 replies
  • Answer
  • April 21, 2023

Hi Viral,

This request is failing as it’s formatted as JSON rather than multipart/form-data.  Please see the screenshot below for what this might look like in Postman:
 

a screenshot of Postman with a request to Front’s API highlighting the usage of multipart/form-data and that attachments must be binary data