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

Is this project dead? Any alternatives? #374

Open hisuwh opened 1 year ago

hisuwh commented 1 year ago

Is this project dead? There have been no commits or releases since March 2022. I appreciate maintaining open-source projects is hard and time-consuming but it would be a shame as this is a great project.

If it is dead is anyone aware of any alternatives?

JohnCampionJr commented 1 year ago

Hi, I love FluentEmail and use it across almost every project I work on.

So I've forked it and implementing most of the PRs from this repo, and published here:

https://github.com/jcamp-code/FluentEmail

I would love to take over this official repo but only @lukencode can make that change.

hisuwh commented 1 year ago

@JohnCampionJr is email is on his GitHub profile - not sure if you've reached out to him?

jgwconsulting commented 11 months ago

@JohnCampionJr what a star 🙌

danzuep commented 9 months ago

If you're happy with just using the most popular sender then you can use MailKitSimplified. It comes with the added bonus of having a fluent receiver as well. (I wrote and maintain this project.)

asherber commented 3 months ago

I'd also be happy to help as maintainer, if @lukencode approves.