Files
rfd-notify/examples/config.toml
2020-06-21 02:20:36 -04:00

12 lines
199 B
TOML

expressions = [
"amazon",
"costco",
"rx.?5[6789]0",
"starbucks"
]
[sendgrid]
api_key = "<SENDGRID-API-KEY>"
mail_to = "<YOUR-EMAIL>@gmail.com"
mail_from = "Notify <notify@rfdharvester.net>"