From db4a0dc28e3e077785434f5958bcb33e4abff8fb Mon Sep 17 00:00:00 2001 From: Anthony Berton Date: Thu, 4 May 2023 10:57:34 +0200 Subject: [PATCH] FIX - smtps lib geturl for getDomainFromURL --- htdocs/core/class/smtps.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/class/smtps.class.php b/htdocs/core/class/smtps.class.php index 81b90e9ce89..c5694eeae94 100644 --- a/htdocs/core/class/smtps.class.php +++ b/htdocs/core/class/smtps.class.php @@ -458,6 +458,7 @@ class SMTPs // phpcs:enable global $conf; + require_once DOL_DOCUMENT_ROOT.'/core/lib/geturl.lib.php'; // Send the RFC2554 specified EHLO. // This improvment as provided by 'SirSir' to // accomodate both SMTP AND ESMTP capable servers