update the website code files, fix dns check for DKIM
This commit is contained in:
@@ -1 +1,17 @@
|
||||
# Email frontend module
|
||||
"""
|
||||
SMTP Server Web UI Package
|
||||
|
||||
This package provides a web interface for managing the SMTP server.
|
||||
"""
|
||||
|
||||
# First import the blueprint definition
|
||||
from .routes import email_bp
|
||||
|
||||
# Then import all route functions
|
||||
from .dashboard import *
|
||||
from .domains import *
|
||||
from .senders import *
|
||||
from .ip_whitelist import *
|
||||
from .dkim import *
|
||||
from .settings import *
|
||||
from .logs import *
|
||||
|
||||
Reference in New Issue
Block a user