Просмотр поста

.
huyho
# Simba (27.01.2016 / 11:01)
Please replace string

if (mail($res['mail'], $subject, $mail, $adds)) {
to

require 'PHPMailerAutoload.php';

$mail = new PHPMailer;
$mail->isSMTP();
Error. part of the content does not show