mirror of
https://github.com/simple-login/app.git
synced 2025-02-25 00:03:03 +08:00
add doc
This commit is contained in:
parent
fb465ba03e
commit
5231483026
1 changed files with 4 additions and 0 deletions
|
@ -1153,6 +1153,10 @@ def handle_unknown_mailbox(
|
|||
|
||||
|
||||
def handle_bounce(contact: Contact, alias: Alias, msg: Message, user: User):
|
||||
"""
|
||||
Handle bounce that is sent to the reverse-alias
|
||||
Happens when an email cannot be to a mailbox
|
||||
"""
|
||||
disable_alias_link = f"{URL}/dashboard/unsubscribe/{alias.id}"
|
||||
|
||||
# Store the bounced email
|
||||
|
|
Loading…
Reference in a new issue