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

Add support for sending in native mode #39

Open astiskala opened 5 years ago

astiskala commented 5 years ago

Add support for setting the native send header.

Adding "x-mailgun-native-send: true" to the header of your message to turn off sender address rewriting. See https://help.mailgun.com/hc/en-us/articles/360011804533-Sender-Verification-Error for more information