Add sendmail
[oweals/peertube.git] / config / production.yaml.example
index b6f7d19130495ef8c737ce3c2edcd00169faf701..bd867be53a4e24481309c59872267fe5853d0d3a 100644 (file)
@@ -53,6 +53,10 @@ redis:
 
 # SMTP server to send emails
 smtp:
+  # smtp or sendmail
+  transport: smtp
+  # Path to sendmail command. Required if you use sendmail transport
+  sendmail: null
   hostname: null
   port: 465 # If you use StartTLS: 587
   username: null