mirror of
https://github.com/davegallant/rfd-notify.git
synced 2025-08-05 16:23:39 +00:00
12 lines
197 B
TOML
12 lines
197 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@rfd-notify.org>"
|