This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

new reseller not receiving welcome email
#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
Thanks given by:


Messages In This Thread
RE: new reseller not receiving welcome email - by fearworks - 01-06-2019, 05:31 AM

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

Forum Jump:


Users browsing this thread: 1 Guest(s)