typesafe / mnailgun

A simple .Net wrapper library for the Mailgun API that allows you to send messages, create web hooks, manage mailboxes, etc. with minimal effort.
Other
35 stars 25 forks source link

Support inline attachments #31

Closed astiskala closed 5 years ago

astiskala commented 7 years ago

If you add an "inline" attachment (such as an image), the current implementation will not include the file and this will show as a broken image in the email.

This change adds support for inline attachments.