This commit is contained in:
Son NK 2020-08-21 12:03:23 +02:00
parent dc8c2f403e
commit 06c48244e4
1 changed files with 2 additions and 1 deletions

View File

@ -88,7 +88,8 @@ from app.email_utils import (
parseaddr_unicode,
send_email_with_rate_control,
get_email_domain_part,
copy, to_bytes,
copy,
to_bytes,
)
from app.extensions import db
from app.greylisting import greylisting_needed