Skip to content
New issue

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

Error sending emails using smtp GMail #29

Open
surtek opened this issue Aug 15, 2024 · 0 comments
Open

Error sending emails using smtp GMail #29

surtek opened this issue Aug 15, 2024 · 0 comments

Comments

@surtek
Copy link

surtek commented Aug 15, 2024

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.
11

Thank you for your attention in advance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant