mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 15:53:22 +08:00
fix
This commit is contained in:
parent
f1e9b2b5d7
commit
13f3deb671
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ ADMIN_EMAIL = os.environ.get("ADMIN_EMAIL")
|
|||
|
||||
# VERP: mail_from set to BOUNCE_PREFIX + email_log.id + BOUNCE_SUFFIX
|
||||
BOUNCE_PREFIX = os.environ.get("BOUNCE_PREFIX") or "bounce+"
|
||||
BOUNCE_SUFFIX = os.environ.get("BOUNCE_SUFFIX") or f"+{EMAIL_DOMAIN}"
|
||||
BOUNCE_SUFFIX = os.environ.get("BOUNCE_SUFFIX") or f"+@{EMAIL_DOMAIN}"
|
||||
BOUNCE_EMAIL = BOUNCE_PREFIX + "{}" + BOUNCE_SUFFIX
|
||||
|
||||
try:
|
||||
|
|
Loading…
Reference in a new issue