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

Added reply-to header to formbuilder. #8

Closed grimurd closed 10 years ago

grimurd commented 10 years ago

Needed the Reply-To header in one of my projects and noticed the ReplyToList wasn't working so I added it myself.

typesafe commented 10 years ago

Excellent! I'll merge/push your changes and update the nuget package tonight or tomorrow.

Thanks!

grimurd commented 10 years ago

Any knews on merging this? Since i'm using nuget package restore on my production server it would be nice if i didn't have to include my fork in my repo :)

typesafe commented 10 years ago

I just uploaded version 0.7.0 of the nuget package.

Sorry for the delay! Mailgun's test server was experiencing problems and then I totally lost track of this...