Sending emails is intermittent

This plugin allows you to report an issue in MantisBT by sending an email to a particular mail account

Moderators: Developer, Contributor

Post Reply
ggomez
Posts: 1
Joined: 27 Jan 2016, 14:55

Sending emails is intermittent

Post by ggomez »

Hello.

Please can you helpme with this issue, the email is intermittent,I did the test with http: // localhost / mantis / admin / test # email.php email; it´s sometimes succesfully, the others show "Testing Mail - PROBLEMS SENDING MAIL TO: service.desk@pcssltda.com. Please check your php/mail server settings.
Email Address: service.desk@pcssltda.com", But i dont change anything in the file "config_inic.php

I created the file log, but this does not show me anything is empty, The mantis_email_table is full and so truncate apply the mail is still gluing, http://localhost/mantis/admin/email_queue.php [^] does not send the mail; Also setting "Allow less secure apps: ON" doesn´t work still intermittent


My system have the next configuration:
XAMPP 1.8.3
php 5.5.11
MANTIS 1.2.17



My configuratios is:

$g_enable_email_notification = ON;
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = 'smtp.gmail.com';
$g_smtp_username = service.desk@pcssltda.com';
$g_smtp_password = 'xxxxxxx';
$g_webmaster_email = 'service.desk@pcssltda.com';
$g_from_email = 'service.desk@pcssltda.com';
$g_return_path_email = 'service.desk@pcssltda.com';
$g_smtp_connection_mode = 'ssl';
$g_smtp_port = 465;
$g_administrator_email = 'service.desk@pcssltda.com';
$g_from_name = 'SERVICE DESK';
$g_log_level = LOG_EMAIL | LOG_EMAIL_RECIPIENT | LOG_FILTERING;
$g_log_destination = "C:/xampp/htdocs/LOGS/" ;

The company is willing to hire support to address this requirement, we are waiting for their timely response
SL-Gundam
Posts: 722
Joined: 06 Jul 2011, 14:17

Re: Sending emails is intermittent

Post by SL-Gundam »

I'm sorry this forum is for the EmailReporting plugin. I suggest you go here: viewforum.php?f=3
Post Reply