# Simba (27.01.2016 / 11:01)Error. part of the content does not show
Please replace string
if (mail($res['mail'], $subject, $mail, $adds)) {
to
require 'PHPMailerAutoload.php';
$mail = new PHPMailer;
$mail->isSMTP();
# Simba (27.01.2016 / 11:01)Error. part of the content does not show
Please replace string
if (mail($res['mail'], $subject, $mail, $adds)) {
to
require 'PHPMailerAutoload.php';
$mail = new PHPMailer;
$mail->isSMTP();