mirror of
https://github.com/davegallant/rfd-notify.git
synced 2025-08-05 16:23:39 +00:00
Add initial (#1)
This commit is contained in:
11
examples/config.toml
Normal file
11
examples/config.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
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>"
|
Reference in New Issue
Block a user