We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30ead37 commit 2813e94Copy full SHA for 2813e94
1 file changed
interface/web/login/password_reset.php
@@ -85,6 +85,7 @@
85
if(isset($_SERVER['SERVER_PORT']) && $_SERVER['SERVER_PORT'] != '443') $server_domain .= ':' . $_SERVER['SERVER_PORT'];
86
87
$app->uses('getconf,ispcmail');
88
+ $server_config_array = $app->getconf->get_global_config();
89
$mail_config = $server_config_array['mail'];
90
if($mail_config['smtp_enabled'] == 'y') {
91
$mail_config['use_smtp'] = true;
0 commit comments