config LEMUR_MAIL to LEMUR_EMAIL (#772)

I referenced https://github.com/Netflix/lemur/blob/master/lemur/plugins/lemur_email/plugin.py and it appears this configuration option should be "LEMUR_EMAIL"
This commit is contained in:
Rick Breidenstein 2017-04-28 18:01:21 -04:00 committed by kevgliss
parent 6a77d511e8
commit 0bbe2b0331
1 changed files with 2 additions and 2 deletions

View File

@ -202,14 +202,14 @@ Lemur supports sending certification expiration notifications through SES and SM
you can send any mail. See: `Verifying Email Address in Amazon SES <http://docs.aws.amazon.com/ses/latest/DeveloperGuide/verify-email-addresses.html>`_
.. data:: LEMUR_MAIL
.. data:: LEMUR_EMAIL
:noindex:
Lemur sender's email
::
LEMUR_MAIL = 'lemur.example.com'
LEMUR_EMAIL = 'lemur.example.com'
.. data:: LEMUR_SECURITY_TEAM_EMAIL