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

How add attachment? #17

Closed Radzhab closed 8 years ago

Radzhab commented 8 years ago

How add attachment ? client.SendMail(new System.Net.Mail.MailMessage("gino@samples.mailgun.org", "gino.heyman@gmail.com") { Subject = "Hello from mailgun", Body = "this is a test message from mailgun." });

shoaibshakeel381 commented 8 years ago

you need to add attachment in your MailMessage object.