0.12dev: Added the possibility to send e-mail through a `sendmail`-compatible executable instead of SMTP.
* Abstracted e-mail sending into an interface `IEmailSender`.
* Transformed the existing SMTP implementation into `SmtpEmailSender`.
* Added `SendmailEmailSender`.