mnailgun
mnailgun copied to clipboard
A simple .Net wrapper library for the Mailgun API that allows you to send messages, create web hooks, manage mailboxes, etc. with minimal effort.
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) from 11.0.2 to 13.0.2. Release notes Sourced from Newtonsoft.Json's releases. 13.0.2 New feature - Add support for DateOnly and TimeOnly New feature - Add UnixDateTimeConverter.AllowPreEpoch property New feature...
I try send mail with unrest library and I have this problem this, I used the next code ``` HttpRequestWithBody request = null; request = Unirest.post("********************************" + "messages") .basicAuth("api", "**********************************")...
Would this package work for european customers of Mailgun? We have to use a different URL, and at a glance, it looks like you've hardcoded in the URL in this...
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
Enables sending in test mode. You can send messages in test mode by setting o:testmode parameter to true. When you do this, Mailgun will accept the message but will not...
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...
Add Headers for References and InResponseTo They were previously ignored, which prevented Office 365 correctly Threading return messages sent. Adding Headers should be done too... But I just need these...
hi, We use mnailgun library our systems, but others have send email using our api key last week. Status We logs every process, but this event our logs not registered....