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

Missing functionality to add tag/tracking/deliverytime parameters? #19

Open petarvu opened 8 years ago

petarvu commented 8 years ago

Hi

It seems that mnailgun wrapper is missing functionality to add tag/tracking/deliverytime params. It would certainly be nice to have these.

Btw great wrapper!

ProNotion commented 8 years ago

Without the ability to tag messages this is a bit of a show stopper for me and might have to look at an alternate library if it's not a relatively quick/easy task to fork this project and add those features.

ProNotion commented 8 years ago

It was actually REALLY easy so I have submitted a pull request and hope it gets added to a new Nuget release!

typesafe commented 8 years ago

Hi,

@pvujic, sorry for the non-responsiveness... I've been pretty busy and lost track of this issue.

@ProNotion, great! I'll try to get the nuget package done this weekend!

typesafe commented 7 years ago

@ProNotion, your PR has been merged and the changes are available on nuget (2.0.0). Sorry for the delay...