PHPMailer не будет работать. Я сделал то, что сказал github, но все еще не работает
#php #email Вопрос: <?php use PHPMailerPHPMailerException; use PHPMailerPHPMailerPHPMailer; use PHPMailerPHPMailerSMTP; require_once "E:/wamp64/vendor/autoload.php"; $mail = new PHPMailer(); $mail->isSMTP(); $mail->Host = 'smtp.mailtrap.io'; $mail->SMTPAuth = true; $mail->Port = 2525; $mail->Username = '1d0cc54f7f6a43'; $mail->Password…