Skip to content
This repository has been archived by the owner on Aug 30, 2022. It is now read-only.

Latest commit

 

History

History
15 lines (9 loc) · 757 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 757 Bytes

WinSendMail

** Project replaced by WinSendMailMS365 **

Basic Sendmail replacement for Windows, written in C#.

Takes raw email fed via Console/StdIn, and sends it via (authenticated) SMTP.

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

Written because existing "Fake Sendmail" applications for Windows were lacking (mainly in the area of error trapping/logging), and I needed to debug why certain emails were not sending.

For my case, it was quicker to just write it than to keep finding/trying various (old-as-dirt) replacements.

  • Depends on MimeKit and MailKit packages.
  • Currently targets .Net Framework 4.7.2.