BlogEngine/BlogEngine.NET

Add support for Email services like SendGrid

dansiegel opened this issue · 0 comments

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.