Add script 'reminder_email.sh'.

This commit is contained in:
2019-07-04 16:43:54 +02:00
parent d11e1e0eac
commit 01714737a9
2 changed files with 342 additions and 0 deletions

View File

@ -0,0 +1,48 @@
# ---------------------------------------
# - Settings for script reminder_email.sh
# ---------------------------------------
# MESSAGE
#
# The mail body of the reminder E-Mail
#
MESSAGE="
** ------------------------------- **
This is an outogenerated E-Mail
Don't respond
** ------------------------------- **
"
# SUBJECT
#
SUBJECT="[Erinnerung] ..."
# DAY
#
# The weekday, the message should be sended
#
# Note: remember the locale settings on the machine
#
DAY="Donnerstag"
# EMAIL_ADDRESSES
#
EMAIL_ADDRESSES="
"
# EMAIL_FROM
#
# Its recommend, to use an existing e-mail adress or at least
# an existing e-mail domain here. Otherwise
#
EMAIL_FROM="reminder@oopen.de"