mirror of
https://github.com/yusufipk/dead-man-message.git
synced 2026-09-11 11:06:08 +00:00
update count_sent_mail description
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ counter_file = "./counter_file.txt" # File path for email counter
|
|||||||
DAYS_REMINDER = 25 # Days for the reminder period
|
DAYS_REMINDER = 25 # Days for the reminder period
|
||||||
DAYS_DEADMAN = 30 # Days for the dead man's switch
|
DAYS_DEADMAN = 30 # Days for the dead man's switch
|
||||||
SECONDS_IN_A_DAY = 86400 # Number of seconds in a day
|
SECONDS_IN_A_DAY = 86400 # Number of seconds in a day
|
||||||
count_sent_mail = 7 # Number of reminder emails to send
|
count_sent_mail = 7 # Number of dead man mails to send after activation.
|
||||||
|
|
||||||
family_members = ['[email protected]'] # List of family members' email addresses
|
family_members = ['[email protected]'] # List of family members' email addresses
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user