Let's have pkgdb send email as pkgdb

This commit is contained in:
Pierre-Yves Chibon 2014-05-15 08:22:12 +02:00
parent 1dccbe021f
commit a8f610b17d

View file

@ -66,7 +66,7 @@ PKGDB2_EMAIL_NOTIFICATION = True
## Template to build the email address pkgdb sends its notifications to
PKGDB2_EMAIL_TO = '{pkg_name}-owner@fedoraproject.org'
## The From address email notifications are sent with
PKGDB2_EMAIL_FROM = 'nobody@fedoraproject.org'
PKGDB2_EMAIL_FROM = 'pkgdb@fedoraproject.org'
## The SMTP server to use to send email notifications
PKGDB2_EMAIL_SMTP_SERVER = 'localhost'
PKGDB2_EMAIL_CC = 'scm-commits@lists.fedoraproject.org'