View Issue Details

IDProjectCategoryView StatusLast Update
0024467mantisbtemailpublic2018-05-31 11:45
ReporterRyu Assigned Toatrol  
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionno change required 
Product Version2.14.0 
Summary0024467: Mail foundation doesn't still work via the SMTP server of Gmail.
Description

Although I seem this feature can complete with no problem on all work of indecent report, user registration and password reset...
I can't receive any maii.

Questions are;
Since I use IIS 10 as web server, should I the SMTP mail function of IIS?
Although I am setting a same email address into the following statement, is it okay?
$g_smtp_username
$g_from_email
$g_return_path_email

Setting parameters are below;
*config_inc.php
// GMAIL
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = "smtp.gmail.com";
$g_smtp_port = 587;
$g_smtp_username = "Same@gmail.com";
$g_smtp_password = "password";
$g_smtp_connection_mode = 'tls';
$g_webmaster_email = '**@gmail.com';
$g_from_email = 'Same@gmail.com';
$g_return_path_email = 'Same@gmail.com';

*php.ini
extension=php_openssl.dll

Kind regards,
Ryu

TagsNo tags attached.

Activities

atrol

atrol

2018-05-21 10:23

developer   ~0059890

Ryu,

This is not a bug or feature request for MantisBT (you are asking for help on how to configure the system). I am therefore resolving this issue as "no change required".

Please use the forums to get support on customizing and using MantisBT (refer to http://www.mantisbt.org/support.php for links and further details).

Reading https://mantisbt.org/forums/viewtopic.php?f=3&t=15398 and/or https://github.com/PHPMailer/PHPMailer/wiki/Troubleshooting might help