Файловый менеджер - Редактировать - /home/ediblega/public_html/mailer-sender/smtp-test.php
Ðазад
<?php error_reporting(E_ALL); ini_set('display_errors', 1); use PHPMailer\PHPMailer\PHPMailer; use PHPMailer\PHPMailer\Exception; require 'PHPMailer/PHPMailer.php'; require 'PHPMailer/SMTP.php'; require 'PHPMailer/Exception.php'; $mail = new PHPMailer(true); try { $mail->isSMTP(); $mail->Host = 'mail.ediblegardencreations.com.au'; $mail->SMTPAuth = true; $mail->Username = 'elizabeth@ediblegardencreations.com.au'; $mail->Password = 'Redapple99'; $mail->SMTPSecure = PHPMailer::ENCRYPTION_SMTPS; $mail->Port = 465; echo "SMTP connection successful!"; } catch (Exception $e) { echo "SMTP connection failed: {$mail->ErrorInfo}"; } ?>
| ver. 1.1 |
Github
|
.
| PHP 5.6.40 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка