]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/lib/emailer.ts
Apply the fix to both expanded and not expanded, using convention
[github/Chocobozzz/PeerTube.git] / server / lib / emailer.ts
index 4c74d1ef6b96cde99dea75788028a6f1bb0a0c50..2c0641f3af3df7d377b8a93b856820039e610b0a 100644 (file)
@@ -75,7 +75,7 @@ class Emailer {
         this.transporter = createTransport({
           sendmail: true,
           newline: 'unix',
-          path: CONFIG.SMTP.SENDMAIL,
+          path: CONFIG.SMTP.SENDMAIL
         })
       }
     } else {