Merge pull request #24684 from BB2A-Anthony/FIX---smtps-geturl

FIX - smtps lib geturl for getDomainFromURL
This commit is contained in:
Laurent Destailleur
2023-05-05 01:48:47 +02:00
committed by GitHub

View File

@@ -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