Add ability to override SourceArnn for SES

This commit is contained in:
Jasmine Schladen
2020-10-28 16:34:31 -07:00
parent 31b9e2cd20
commit 5e696f36bf
2 changed files with 21 additions and 7 deletions

View File

@ -285,6 +285,16 @@ Lemur supports sending certificate expiration notifications through SES and SMTP
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_SES_SOURCE_ARN
:noindex:
Specifies an ARN to use as the SourceArn when sending emails via SES.
.. note::
This parameter is only required if you're using a sending authorization with SES.
See: `Using sending authorization with Amazon SES <https://docs.aws.amazon.com/ses/latest/DeveloperGuide/sending-authorization.html>`_
.. data:: LEMUR_EMAIL
:noindex: