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:
parent
182ef2d2e0
commit
327f444818
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user