Created
May 24, 2021 05:50
-
-
Save ericpardee/96eec77e33c36f844259a49639372097 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
# | |
# Required parameters | |
# | |
email: [email protected] | |
password: CooperNetties | |
notify: [email protected] | |
# | |
# Optional parameters | |
# | |
# specify sender email address | |
from: [email protected] | |
# specify smtp server settings (defaults to using sendmail command if omitted) | |
smtp: | |
server: email-smtp.us-west-2.amazonaws.com:587 | |
username: AWSSESKEY | |
password: AWSSESSECRET | |
# set to 1 to suppress notification emails on renewal | |
no_success_mail: 1 | |
# set to 1 to renew all posts available for renewal | |
# By default, only the first expired post gets renewed on each run | |
renew_all: 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment