pull/126/merge
Mati Missura 2017-04-29 20:32:18 +00:00 committed by GitHub
commit 5eaf7c98b6
1 changed files with 1 additions and 0 deletions

View File

@ -462,6 +462,7 @@ function psm_build_mail($from_name = null, $from_email = null) {
if($smtp_user != '' && $smtp_pass != '') {
$phpmailer->SMTPAuth = true;
$phpmailer->SMTPSecure = "tls";
$phpmailer->Username = $smtp_user;
$phpmailer->Password = $smtp_pass;
}