Adam Stiskala

Results 6 issues of Adam Stiskala

Hi There, Firstly, thanks for the great library. I know it is noted that the AddWorkingDays extension method is not designed to be used with large datasets. Is there any...

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...

Hi There, I have been seeing timeouts in some cases when a message has many attachments. The timeouts surface themselves as a NullReferenceException as such: `System.NullReferenceException: Object reference not set...