summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorLukas Fleischer <lfleischer@archlinux.org>2020-02-07 13:22:29 +0100
committerLukas Fleischer <lfleischer@archlinux.org>2020-02-11 12:19:56 +0100
commitde549fb2d5063394f91e06f366bc5d426f5f0891 (patch)
tree31586a5edc091c17ad424df2a9df9f55359328cd /conf
parent3f2654e79e70caa828f3464386b0a3367cbac758 (diff)
downloadaur-de549fb2d5063394f91e06f366bc5d426f5f0891.tar.gz
aur-de549fb2d5063394f91e06f366bc5d426f5f0891.tar.xz
Support smtplib for sending emails
Support mail delivery without a local MTA. Instead, an SMTP server can now be configured using the smtp-server option in the [notifications] section. In order to use this option, the value of the sendmail option must be empty. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
Diffstat (limited to 'conf')
-rw-r--r--conf/config.defaults3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/config.defaults b/conf/config.defaults
index c519eae6..23d46b06 100644
--- a/conf/config.defaults
+++ b/conf/config.defaults
@@ -47,7 +47,8 @@ window_length = 86400
[notifications]
notify-cmd = /usr/local/bin/aurweb-notify
-sendmail = /usr/bin/sendmail
+sendmail =
+smtp-server = localhost
sender = notify@aur.archlinux.org
reply-to = noreply@aur.archlinux.org