Possible solutions of your questions

  hosting
<< Previous       sendmail

Question: Good afternoon, prompt please, what error may occur when sending emails from the contact page? (website son.dp.ua)SMTP -> ERROR: Failed to connect to server: Connection timed out (110)SMTP Error: Could not connect to SMTP host. PHPMailer error: SMTP Error: Could not connect to SMTP host.In the previous hoster was working. Vazzano case options for sending letters from JM-ptichka? Here is the settings that is now. $mailto = `[email protected]`; //$mailto = `[email protected]`; $mailfrom = isset($_POST[`email`]) ? $_POST[`email`] : $mailto; //$mailcc = `[email protected]`; $subject = `requesting a pillow (pillow type must be clarified with client)`; $message = `the Data from the order form:`; $success_url = `./otpr.php`; $error_url = \"; $error = \"; $eol = \"\\n\"; $max_filesize = isset($_POST[`filesize`]) ? $_POST[`filesize`] * 1024 : 1024000; $mail = new PHPMailer(); $mail->IsSMTP(); $mail->Host = `smtp.gmail.com`; $mail->Port = 465; $mail->SMTPAuth = true; $mail->Username = `[email protected]`; $mail->Password = `ufbs92svxna57`; $mail->SMTPSecure = false; $mail->Subject = stripslashes($subject); $mail->From = $mailfrom; $mail->FromName = $mailfrom; $mailto_array = explode(\",\", $mailto); $mailcc_array = explode(\",\", $mailcc); $mailbcc_array = explode(\",\", $mailbcc);
Answer:

Hello

check the connection settings, login address and password of the user box to which you podkluchatel


<< Previous