【问题标题】:MantisBT: Verification Message was not sent in my gmailMantisBT:验证消息未在我的 gmail 中发送
【发布时间】:2015-04-17 15:51:32
【问题描述】:

网络服务器:本地主机 (WAMP)

注册时显示错误:

系统警告:'stream_socket_enable_crypto() [streams.crypto]: this 流不支持 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 = 'myemail@gmail.com'; //replace it with your gmail address
$g_smtp_password = 'mypassword'; //replace it with your gmail password
$g_administrator_email = 'adminaccount@example.com'; //this will be your administrator email address

我也尝试过改变:

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

我需要添加什么?

【问题讨论】:

    标签: php mantis


    【解决方案1】:

    您需要执行以下操作:

    1. 然后点击 WAMP
    2. Apache >> Apache 模块 >>ssl_module
    3. PHP >> PHP 扩展 >> php_openssl

    工作很棒。谢谢

    https://www.mantisbt.org/forums/viewtopic.php?f=3&t=15398&sid=fed5ee9fd9b578d093f4fb7b80085f82&start=15

    【讨论】:

      猜你喜欢
      • 2020-07-12
      • 2018-07-25
      • 2017-03-03
      • 1970-01-01
      • 1970-01-01
      • 2018-07-17
      • 1970-01-01
      • 1970-01-01
      • 2021-04-05
      相关资源
      最近更新 更多