mirror of
https://github.com/simple-login/app.git
synced 2025-11-17 22:59:35 +08:00
add some stats directly to email subject when sending stats
This commit is contained in:
parent
61c1ed10d7
commit
d8d0cd9f07
1 changed files with 1 additions and 1 deletions
2
cron.py
2
cron.py
|
|
@ -74,7 +74,7 @@ def stats():
|
|||
|
||||
send_email(
|
||||
ADMIN_EMAIL,
|
||||
subject=f"SimpleLogin Stats for {today}",
|
||||
subject=f"SimpleLogin Stats for {today}, {nb_user} users, {nb_gen_email} aliases, {nb_forward} forwards",
|
||||
plaintext="",
|
||||
html=f"""
|
||||
Stats for {today} <br>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue