diff options
author | Mark Powers <mark@marks.kitchen> | 2020-09-20 01:07:23 +0000 |
---|---|---|
committer | Mark Powers <mark@marks.kitchen> | 2020-09-20 01:07:23 +0000 |
commit | b4441232cb2c54e7ab0173a09640eff3828017cd (patch) | |
tree | 459d422f093c5de07173469689ecc705a1ef7286 /README.md |
Initial commit
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..f826676 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Email Scripts +Some misc scripts I use regarding email + +## email\_helper.py +General purpose email reading/sending + +## kitchen-update-email.py +Check if there is a new post on my website and email those signed up for email notifications + +## reminder.py +Send an email based on args with the subject staring "REMINDER: ". This makes it easy to set up monthly/weekly/etc. reminders via crontab + +## daily-update.py +Sends an update with news and weather about the day + |