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.02k stars 434 forks source link

Latest version of FluentEmail.SendGrid has not been released #353

Open Sjoerdsjoerd opened 1 year ago

Sjoerdsjoerd commented 1 year ago

The last version released is 3.0.2, but master contains a fix for SendGrid categories. Could you please release a new version?

Links for reference: https://github.com/lukencode/FluentEmail/tree/master/src/Senders/FluentEmail.SendGrid https://github.com/lukencode/FluentEmail/tree/v3.0.2/src/Senders/FluentEmail.SendGrid https://www.nuget.org/packages/FluentEmail.SendGrid => 3.0.2

clarity99 commented 1 year ago

I just got bittent by this, with 3.0.2 sendgrid is not working... downgrading to 3.0.0. seems to help though

boika commented 11 months ago

Is there any sense to wait for actual FluentEmail.SendGrid release? Current 3.0.2 version is seemed to be quite old and doesn't work, like mentioned above.

JohnCampionJr commented 10 months ago

I believe I have included this in my fork: https://github.com/jcamp-code/FluentEmail