mirror of
https://github.com/dreamhunter2333/cloudflare_temp_email.git
synced 2026-05-31 21:20:07 +08:00
fix: smtp_proxy_server hostname && add docker image for linux/arm64 (#180)
This commit is contained in:
@@ -122,6 +122,7 @@ settings = Settings()
|
||||
handler = CustomSMTPHandler()
|
||||
server = Controller(
|
||||
handler,
|
||||
hostname="",
|
||||
port=settings.port,
|
||||
auth_require_tls=False,
|
||||
decode_data=True,
|
||||
|
||||
Reference in New Issue
Block a user