new reseller not receiving welcome email
#1
new reseller not receiving welcome email
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....
Reply
#2
RE: new reseller not receiving welcome email
(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....
Reply
#3
RE: new reseller not receiving welcome email
(01-06-2019, 04:11 AM)itzik53 Wrote: 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....

That file should already contain:

if (!in_array('PHPMailerAutoload', spl_autoload_functions())) {
    require 'PHPMailerAutoload.php';
}

so my questions would be:

- was your class.phpmailer.php file missing these lines for some reason?
- is your server/PHP config set to not allow use of the "require" function?
- is your server/PHP config set to not allow spl_autoload_functions()?

I can't see that this would be a problem for anyone with a vanilla Sentora installation, but I could be wrong Wink

Keith
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
change username from email umarzuki@gmail.com 0 2 ,299 11-25-2022, 05:46 PM
Last Post: umarzuki@gmail.com
Email has stopped coming through rsthomas 3 6 ,779 06-21-2022, 12:05 PM
Last Post: fearworks
About Reseller section mailinh689 1 5 ,406 09-25-2020, 11:43 PM
Last Post: TGates

Forum Jump:


Users browsing this thread: 1 Guest(s)