This shows you the differences between two versions of the page.
nebolmailer [2020/02/17 23:07] – created - external edit 127.0.0.1 | nebolmailer [2022/11/01 19:03] (current) – nebol | ||
---|---|---|---|
Line 1: | Line 1: | ||
NebolMailer | NebolMailer | ||
- | TODO: add documentation | + | NebolMailer provides a consistent wrapper around the sending of emails. |
+ | |||
+ | There are currently three methods of sending email: | ||
+ | |||
+ | === MessageMailer === | ||
+ | |||
+ | Using the built-in C# MailMessage functionality from Microsoft | ||
+ | |||
+ | === PostieMailer === | ||
+ | |||
+ | Using the Postie mail-sending application. You need to provide postie.exe in the /postie/ folder | ||
+ | Unfortunately the infradig.com website seems to have shut down, but the application can still be located elsewhere. | ||
+ | |||
+ | === ThunderbirdMailer === | ||
+ | |||
+ | Using Thunderbird to send the email. Thunderbird will use the default SMTP account to send the email. |