(01-05-2019, 06:48 PM)itzik53 Wrote: Hi
i have sentora 1.0.3
everything works well, except new reseller not receiving welcome email and Zgod report not sent, also Certificate requst..
no emails from the Sentora..
roundcube works perfect..
please HELP....
OK
found the problem...
adding
if (!spl_autoload_functions() OR (!in_array('PHPMailerAutoload', spl_autoload_functions()))) {
require_once('PHPMailerAutoload.php');
}
to file /etc/sentora/panel/etc/lib/PHPMailer/class.phpmailer.php
That fixed the problem....