FIX - smtps lib geturl for getDomainFromURL

This commit is contained in:
Anthony Berton 2023-05-04 10:57:34 +02:00
parent 095052b3cc
commit db4a0dc28e

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