Add script 'reminder_email.sh'.
This commit is contained in:
48
snippets/conf/reminder_email-NAME.conf.sample
Normal file
48
snippets/conf/reminder_email-NAME.conf.sample
Normal 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"
|
Reference in New Issue
Block a user