mirror of
https://github.com/simple-login/app.git
synced 2024-11-10 17:35:27 +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,
|
||||
ALERT_SEND_EMAIL_CYCLE,
|
||||
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(
|
||||
"transactional/cycle-email.txt",
|
||||
name=user.name or "",
|
||||
|
|
Loading…
Reference in a new issue