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

dpo007/WinSendMail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Basic Sendmail replacement written in C#

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages