lukencode / FluentEmail

All in one email sender for .NET. Supports popular senders (SendGrid, MailGun, etc) and Razor templates.
https://lukelowrey.com/dotnet-email-guide-2021/
MIT License
3.04k stars 438 forks source link

Fix #229 add support for sendgrid categories #306

Closed erwan-joly closed 2 years ago

erwan-joly commented 2 years ago

Implementation is using tags as those are similar concepts between mailgun and sendgrid. Both have the same goal of tagging emails for statistics

This fix #229