Add human name to sample of invites from address

Add a human name in the invites sample configuration's from address
value, since this will cause messages to appear with a friendlier
from name than just a raw E-mail address.

Change-Id: Idf16904bcd56692f3a82e41cb52201ed2223fdfd
This commit is contained in:
Jeremy Stanley 2017-03-06 21:01:47 +00:00
parent 182ef2d2e0
commit 327f444818
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ Regards,
$signature
"""
EMAIL_FROM = "thierry@openstack.org"
EMAIL_FROM = "Thierry Carrez <thierry@openstack.org>"
EMAIL_SIGNATURE = u"Thierry Carrez\nOpenStack Foundation"
EMAIL_HOST = "secure.emailsrvr.com"
EMAIL_PORT = 465