Skip to content

Instantly share code, notes, and snippets.

@ericpardee
Created May 24, 2021 05:50
Show Gist options
  • Save ericpardee/96eec77e33c36f844259a49639372097 to your computer and use it in GitHub Desktop.
Save ericpardee/96eec77e33c36f844259a49639372097 to your computer and use it in GitHub Desktop.
---
#
# Required parameters
#
email: craigslist-renew@example.com
password: CooperNetties
notify: craigslist-renew@example.com
#
# Optional parameters
#
# specify sender email address
from: craigslist-renew@example.com
# 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