/MustMail

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

Primary LanguageC#GNU Affero General Public License v3.0AGPL-3.0

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"