mandrill - Embedded images show as attachment -
i'm sending mail via mandrill smtp server. embedded images shows attachments. when using smtp host displayed inline expected.
this how raw email sent via mandrill looks like,
--_av-wpsilwanbd9ltkj6pvyncq content-type: application/octet-stream content-transfer-encoding: base64 content-disposition: attachment; filename="header.jpg"
and same email sent via other smtp server,
------=_part_2_149158871.1452888744955 content-type: application/octet-stream; name=header.jpg content-transfer-encoding: base64 content-disposition: inline; filename=header.jpg content-id: <1.1452888744955@10.0.1.2>
any ideas i'm doing wrong? or not possible mandrill? mails sent java application using javax.
Comments
Post a Comment