You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before running the script, you must create a `config.toml` and `template.txt` file. There are a `config-example.toml` and `template-example.txt` provided which you can copy and edit.
33
+
32
34
*`config.toml`: stores credentials, SMTP settings, and monitored users
33
35
*`template.txt`: the email body (supports {name}, {author}, {content}, {url})
34
36
35
37
## 📁 `config.toml` Configuration
36
38
37
-
Before running the script, you must create a `config.toml` file. There is a `config-example.toml` provided which you can copy and edit.
38
-
39
39
### ⌚ Script Schedule (`[schedule]`)
40
40
41
41
This is used to define the schedule on when the script should run.
0 commit comments