Use system sendmail if available (rather than SMTP over TCP)
[disorder] / lib / configuration.h
index 51dc835..cc7e1e3 100644 (file)
@@ -272,6 +272,9 @@ struct config {
   /** @brief Default rights for a new user */
   char *default_rights;
 
+  /** @brief Path to sendmail executable */
+  char *sendmail;
+
   /** @brief SMTP server for sending mail */
   char *smtp_server;