View Issue Details

IDProjectCategoryView StatusLast Update
0032554mantisbtemailpublic2023-05-30 15:08
Reporternmunozc.srv Assigned Todregad  
PrioritynormalSeveritytweakReproducibilityhave not tried
Status closedResolutionno change required 
OSDebian 11OS Version(5.10.0-22-cloud 
Product Version2.25.7 
Summary0032554: Recomend configuration Email configuration
Description

Hi Support

I need recomendation to configure SMTP in config.php im use SES AWS and have this configuration but i cant receive email notifications. Are there any missing configurations?

Additional Information

--- Email Configuration ---

$g_enable_email_notification = ON;
$g_phpMailer_method = PHPMAILER_METHOD_SMTP;
$g_smtp_host = 'email-smtp.us-east-1.amazonaws.com'; // Reemplaza con el host SMTP de SES según tu región
$g_smtp_port = 587; // El puerto por defecto de SES es 587
$g_smtp_connection_mode = 'tls'; // Conexión segura mediante TLS
$g_smtp_username = 'SMTP USER'; // Usuario SMTP de SES
$g_smtp_password = 'SMTP PASSWORD'; // Contraseña SMTP de SES
$g_administrator_email = '';
$g_webmaster_email = '';
$g_from_email = 'noreply_mantis@domains.cl'; # the "From:" field in emails
$g_return_path_email = 'text@domains.cl'; # the return address for bounced mail

TagsNo tags attached.

Relationships

duplicate of 0032543 closedatrol Recomend configuration Email configuration 

Activities

dregad

dregad

2023-05-18 05:56

developer   ~0067760

nmunozc.srv,

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