fix: smtp_proxy_server hostname && add docker image for linux/arm64 (#180)

This commit is contained in:
Dream Hunter
2024-04-30 14:38:06 +08:00
committed by GitHub
parent 0366699fec
commit c015b57d73
2 changed files with 5 additions and 0 deletions

View File

@@ -122,6 +122,7 @@ settings = Settings()
handler = CustomSMTPHandler()
server = Controller(
handler,
hostname="",
port=settings.port,
auth_require_tls=False,
decode_data=True,