Skip to content

dpo007/WinSendMailMS365

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WinSendMailMS365

Basic Sendmail replacement for Windows, written in C#.

Takes raw email fed via Console/StdIn, and sends it via MS365's Graph API using modern authentication methods.

Note: Supports plain-text bodies only.

My intended usage is with IIS, PHP and a setup of Drupal (all on-prem).

Based off my previous WinSendMail SMTP sender.

  • Depends on MimeKitLite, Microsoft Graph, and Azure Identity packages (and their dependencies).
  • Currently targets .Net Framework 4.7.2.
  • Requires creating an Azure AD app registration.

About

Basic Sendmail replacement for Windows that uses MS365 to send email. Written in C#/Visual Studio.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages