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
commit 60779d31d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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