AshleyMedway / MailJet.NET

.NET Client for MailJet
MIT License
8 stars 11 forks source link

Send via Template #9

Open dapug opened 8 years ago

dapug commented 8 years ago

Are you planning to support sending by template with vars, etc?

http://dev.mailjet.com/guides/?shell#transactional-templating

My perception might be skewed because of previous Mandrill experience, but I thought the whole value of MailJet was the ability to send Templated transactional emails. This way the HTML is structured by MailJet and compatible with most clients. I didn't see a way to do this in this library. Did I miss something obvious?

AshleyMedway commented 8 years ago

Hi there,

The project came about after needing to migrate some existing code in a project of mine which only required sending pre-existing .NET MailMessage.

However you are right this in an important feature of MailJet and something that will be added to the V2 package.

mightypanda commented 8 years ago

Hello, Thumbs up if you can prioritize more the template sending API, it seems quite straightforward from their docs and brings a great value!