From 66cbd6ea011b1b2435a44707a9d9a8ea1775b3e1 Mon Sep 17 00:00:00 2001 From: "stephane.david" Date: Thu, 13 Mar 2025 09:48:15 +0100 Subject: [PATCH] Remove ExplicitTLS and set none instead --- docker-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker-compose.yml b/docker-compose.yml index b4f836f..93f408c 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -24,5 +24,5 @@ services: WATCHTOWER_TIMEOUT: 30s WATCHTOWER_LOG_FORMAT: pretty WATCHTOWER_NOTIFICATIONS: shoutrrr - WATCHTOWER_NOTIFICATION_URL: smtp://diun@sda.zone:sda101176@mail.serveur:25/?from=diun@sda.zone&to=thedarty@gmail.com&Auth=Plain&Encryption=ExplicitTLS&FromName=WatchTower&Subject=WatchTower+Updates + WATCHTOWER_NOTIFICATION_URL: smtp://diun@sda.zone:sda101176@mail.serveur:25/?from=diun@sda.zone&to=thedarty@gmail.com&Auth=Plain&Encryption=None&FromName=WatchTower&Subject=WatchTower+Updates restart: always \ No newline at end of file