mirror of
https://github.com/simple-login/app.git
synced 2025-02-25 00:03:03 +08:00
fix
This commit is contained in:
parent
297857a140
commit
272c5628bb
1 changed files with 1 additions and 1 deletions
|
@ -615,7 +615,7 @@ def forward_email_to_mailbox(
|
|||
return False, "421 SL E14"
|
||||
|
||||
email_log = EmailLog.create(
|
||||
contact_id=contact.id, user_id=user.id, mailbox=mailbox.id, commit=True
|
||||
contact_id=contact.id, user_id=user.id, mailbox_id=mailbox.id, commit=True
|
||||
)
|
||||
|
||||
# Spam check
|
||||
|
|
Loading…
Reference in a new issue