MantisBT: Сообщение проверки не было отправлено в моем Gmail

Веб-сервер: Localhost (WAMP)

Ошибка отображения при регистрации:

ПРЕДУПРЕЖДЕНИЕ СИСТЕМЫ: ‘stream_socket_enable_crypto () [streams.crypto]: это
поток не поддерживает SSL / crypto ‘в
Строка ‘C: \ wamp \ www \ bugtracker \ library \ phpmailer \ class.smtp.php’ 249

Коды в CONFIG_INC.php

<?php
$g_hostname = 'localhost';
$g_db_type = 'mysql';
$g_database_name = 'bugtracker';
$g_db_username = 'root';
$g_db_password = '';

$g_allow_signup    = ON;  //allows the users to sign up for a new account
$g_enable_email_notification = ON; //enables the email messages
$g_phpMailer_method = PHPMAILER_METHOD_SMTP; // this is most important
$g_smtp_host = 'smtp.gmail.com';
$g_smtp_connection_mode = 'tls';
$g_smtp_port = 587;
$g_smtp_username = '[email protected]'; //replace it with your gmail address
$g_smtp_password = 'mypassword'; //replace it with your gmail password
$g_administrator_email = '[email protected]'; //this will be your administrator email address

Я также попытался изменить:

$g_smtp_connection_mode = 'ssl';
$g_smtp_port = 465;

Что мне нужно добавить?

0

Решение

Вам нужно сделать следующее:

  1. Затем нажмите WAMP
  2. Apache >> Модули Apache >> модуль ssl_module
  3. PHP >> Php-расширения >> php_openssl

Работа отлично. Спасибо

https://www.mantisbt.org/forums/viewtopic.php?f=3&т = 15398&ИСС = fed5ee9fd9b578d093f4fb7b80085f82&начать = 15

0

Другие решения

Других решений пока нет …

По вопросам рекламы [email protected]