-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
28 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,7 @@ Example config: | |
|
||
``` | ||
Config file generated by Record on Calendar | ||
version: 1.2.0 | ||
Only change values after colons! Leave a space after the colons! | ||
iCal link for calendar | ||
|
@@ -34,7 +35,30 @@ ftphost: | |
username: | ||
password: | ||
File generated by | ||
version: 1.0.0 | ||
Don't change this line! | ||
``` | ||
Send email notification after last recording on a day | ||
- Email client settings | ||
Leave host empty to disable sending | ||
smtpHost: | ||
smtpPort: 0 | ||
smtpUser: | ||
smtpPassword: | ||
- Email settings | ||
Example for email recipients: ["[email protected]", "[email protected]"] | ||
smtpEmailRecipients: [""] | ||
smtpEmailSenderName: Record On Calendar | ||
smtpEmailSubject: Today's recorded events | ||
smtpEmailContent: | ||
Replace me! This is the content of your email. It ends where the file ends. | ||
Recorded events today: | ||
[today list] | ||
Next 5 events to record in the future: | ||
[future list] | ||
Successfully recorded [stat - success count] events so far. Failed [stat - failed count] times. | ||
Email sent at [time] | ||
``` |