Disable tls
This commit is contained in:
parent
33acc6c4d5
commit
23f087e328
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -16,7 +16,7 @@ api_hostname = config.get('Re2o', 'hostname')
|
|||
api_password = config.get('Re2o', 'password')
|
||||
api_username = config.get('Re2o', 'username')
|
||||
|
||||
api_client = Re2oAPIClient(api_hostname,api_username,api_password)
|
||||
api_client = Re2oAPIClient(api_hostname,api_username,api_password, use_tls=False)
|
||||
|
||||
api_mailserver = config.get('Mail', 'mailserver')
|
||||
api_port = config.get('Mail', 'port')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue