thisisnabi/Blogger

Implement email service

Closed this issue · 2 comments

Hi @thisisnabi ,
Before anything, I want to thank you for your great repository.❤️ It's brilliant and I am learning a lot from it. 👍

I noticed the email service is not implemented and I would to like to develop this feature.
There are two main subjects that need to be discussed :

  • The email address that we are going to send from
  • The implementation itself (I was thinking about FluentEmail package but we could also do it from scratch)

What are your thoughts ?

Thanks for your Issue. I will implement it with SmtpClient, simple and built-in Class.

Great! and about the email address, I could add a json field in appsettings.Development.json and leave it empty.
It can be set later once the email address of the project is ready.

What do you think ? @thisisnabi