aurweb/aurweb
Lukas Fleischer b855ce9452 Make SMTP port and authentication configurable
Add more options to configure the smtplib implementation for sending
notification emails.

The port can be changed using the new smtp-port option.

Encryption can be configured using smtp-use-ssl and smtp-use-starttls.
Keep in mind that you usually also need to change the port when enabling
either of these options.

Authentication can be configured using smtp-user and smtp-password.
Authentication is disabled if either of these values is empty.

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
2020-02-11 12:19:56 +01:00
..
git Store timestamp and user ID when closing requests 2019-11-23 12:30:46 -05:00
scripts Make SMTP port and authentication configurable 2020-02-11 12:19:56 +01:00
__init__.py Use setuptools to install Python modules 2016-09-29 22:07:06 +02:00
config.py config: allow reading both the defaults file and the modified config 2018-04-22 09:26:10 +02:00
db.py Don't require all Python database modules to be installed 2019-11-23 12:30:08 -05:00
exceptions.py git-serve: check update hook permissions 2019-11-23 11:18:16 -05:00
l10n.py Make the locale directory configurable 2018-08-06 06:03:52 +02:00