Park and go home
8:00
Lesson 2 ยท Step 1 of 7
What the library actually does
Why. It is not SES and it is not a framework. It is a small sender with file templates.
All steps in this lesson
Mikepattyn.Email is a .NET 10 library. It reads a subject file and an HTML file, fills {{placeholders}}, and sends through MailKit over SMTP.
- Template filessubject + html
- EmailSenderrender
- MailKitSMTP
- Zohosmtppro.zoho.eu
The SMTP password can come from an environment variable or from AWS Secrets Manager. That is the only AWS hook in this package.
Open Mikepattyn.Email