|
Revision 1391
(checked in by miyagawa, 2 years ago)
|
merge from hackathon-mt
|
| Line | |
|---|
| 1 |
# Fetch RSS and send HTML emails for each feed |
|---|
| 2 |
|
|---|
| 3 |
global: |
|---|
| 4 |
# Set timezone to your local one |
|---|
| 5 |
timezone: Asia/Tokyo |
|---|
| 6 |
# this make logger logs important information |
|---|
| 7 |
log: |
|---|
| 8 |
level: info |
|---|
| 9 |
|
|---|
| 10 |
plugins: |
|---|
| 11 |
- module: Subscription::Config |
|---|
| 12 |
config: |
|---|
| 13 |
feed: |
|---|
| 14 |
- http://bulknews.typepad.com/blog/ |
|---|
| 15 |
|
|---|
| 16 |
# Send HTML email to your Gmail account using external SMTP server |
|---|
| 17 |
- module: Publish::Gmail |
|---|
| 18 |
config: |
|---|
| 19 |
mailto: example@gmail.com |
|---|