You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-29 22:37:58 +02:00
Fix a bunch of typos
This commit is contained in:
@@ -142,7 +142,7 @@ def get_server(protocol, authenticated=False):
|
||||
else:
|
||||
hostname, port = extract_host_port(app.config['SMTP_ADDRESS'], 25)
|
||||
try:
|
||||
# test if hostname is already resolved to an ip adddress
|
||||
# test if hostname is already resolved to an ip address
|
||||
ipaddress.ip_address(hostname)
|
||||
except:
|
||||
# hostname is not an ip address - so we need to resolve it
|
||||
|
||||
Reference in New Issue
Block a user