coreos-home-server/config/service/rss2email/rss2email.env.template
Alex Palaistras 14a53e567d rss2email: Add service for RSS feeds to email
This is a basic implementation on top of the venerable `rss2email`
script, and is intended to be driven by a timer and the
`rss2email-subscribe` service, which manages the subscribed feeds.
2021-09-26 17:30:37 +01:00

10 lines
300 B
Plaintext

# Options for RSS-to-Email.
RSS2EMAIL_FROM=${RSS2EMAIL_FROM}
RSS2EMAIL_TO=${RSS2EMAIL_TO}
# Options for SMTP delivery mechanism.
RSS2EMAIL_SMTP_HOST=${POSTFIX_HOST}
RSS2EMAIL_SMTP_PORT=587
RSS2EMAIL_SMTP_USERNAME=${POSTFIX_LOCAL_SMTP_USERNAME}
RSS2EMAIL_SMTP_PASSWORD=${POSTFIX_LOCAL_SMTP_PASSWORD}