bxdavies / MustMail

MustMail is a simple SMTP server which receives emails and then sends them using Microsoft Graph

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MustMail

MustMail is a small SMTP server which receives emails and then sends them using Microsoft Graph.

Environment variables

Smtp__Host="localhost"
Smtp__Port=9025
Graph__TenantId=""
Graph__ClientId=""
Graph__ClientSecret=""
SendFrom="servers@example.com"
LOG_LEVEL="Warning"

About

MustMail is a simple SMTP server which receives emails and then sends them using Microsoft Graph

License:GNU Affero General Public License v3.0


Languages

Language:C# 91.5%Language:Dockerfile 8.5%