We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I use a mantis bt container. However, I cannot send email using smtp gmail.
This is my email conf.
$g_phpMailer_method = PHPMAILER_METHOD_SMTP; $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 = '*********'; //replace it with your gmail password $g_administrator_email = '[email protected]'; //this will be your administrator email address $g_from_email = '[email protected]';
Please, see attachments wiht mantis bt logs.
Thank you for your attention in advance.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi, I use a mantis bt container.
However, I cannot send email using smtp gmail.
This is my email conf.
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$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 = '*********'; //replace it with your gmail password
$g_administrator_email = '[email protected]'; //this will be your administrator email address
$g_from_email = '[email protected]';
Please, see attachments wiht mantis bt logs.
Thank you for your attention in advance.
The text was updated successfully, but these errors were encountered: