BlogEngine / BlogEngine.NET

Multi-User ASP.NET Blogging Application
https://blogengine.io/
960 stars 548 forks source link

Add support for Email services like SendGrid #226

Closed dansiegel closed 4 years ago

dansiegel commented 4 years ago

Description

Currently you have to provide your smtp settings which means exposing your password in plain text in either the database or configuration files which really is not a particularly great solution. Also it means that you're potentially polluting your sent emails with any emails sent by BlogEngine.NET. It would be great to be able to configure BlogEngine.NET to use alternate providers like SendGrid.