mirror of
https://github.com/simple-login/app.git
synced 2025-02-23 23:34:05 +08:00
update cycle email subject
This commit is contained in:
parent
b937e14ee3
commit
a6df989a8f
1 changed files with 1 additions and 1 deletions
|
@ -400,7 +400,7 @@ def handle_email_sent_to_ourself(alias, mailbox, msg: Message, user):
|
||||||
user,
|
user,
|
||||||
ALERT_SEND_EMAIL_CYCLE,
|
ALERT_SEND_EMAIL_CYCLE,
|
||||||
mailbox.email,
|
mailbox.email,
|
||||||
f"Warning: email sent from {mailbox.email} to {alias.email} forms a cycle",
|
f"Email sent to {alias.email} from its own mailbox {mailbox.email}",
|
||||||
render(
|
render(
|
||||||
"transactional/cycle-email.txt",
|
"transactional/cycle-email.txt",
|
||||||
name=user.name or "",
|
name=user.name or "",
|
||||||
|
|
Loading…
Reference in a new issue