In the course of registration at the moment of mail sending I receive:
Fatal error: Maximum execution time of 30 seconds exceeded in C:\webservers\home\localhost\www\modx_evo\manager\includes\controls\class.smtp.php on line 1024
Fatal error: Maximum execution time of 30 seconds exceeded in C:\webservers\home\localhost\www\modx_evo\manager\includes\document.parser.class.inc.php on line 597
Can any additional adjustments in a class phpmailer are necessary?
Has set values of such fields of a class:
var $CharSet = "UTF-8";
var $Mailer = "smtp";
var $Host = "smtp.gmail.com";
var $Port = 465;
var $SMTPAuth = true;
var $Username = "rebroff1";
var $Password = "11111111";
PS Sorry for my English is not good.