View Issue Details

IDProjectCategoryView StatusLast Update
0032543mantisbtGeneralpublic2023-05-30 15:08
Reporternmunozc.srv Assigned Toatrol  
PrioritynormalSeveritycrashReproducibilityhave not tried
Status closedResolutionno change required 
Product Version0.10.1 
Summary0032543: Recomend configuration Email configuration
Description

Hi support,

I am having problems with the Email configuration. I am using AWS SES services, what would be a good optimal configuration? The mantis service is on Debian linux O.S.

TagsNo tags attached.

Relationships

has duplicate 0032554 closeddregad Recomend configuration Email configuration 

Activities

SL-Gundam

SL-Gundam

2023-05-16 18:49

reporter   ~0067753

Does this concern the EmailReporting plugin or the SMTP configuration?

nmunozc.srv

nmunozc.srv

2023-05-17 10:42

reporter   ~0067754

its STMP configuration, This is configuration in config.php , is there anything missing ?

$g_phpMailer_method = PHPMAILER_METHOD_SMTP; #For SMTP Method
$g_smtp_host = ‘email-smtp.us-east-1.amazonaws.com’; #Your SES SMTP Host
$g_smtp_connection_mode = ‘tls’; #It is mandatory for SES and Gmail SMTP
$g_smtp_port = 587; #For some Reason only this port was working in SES
$g_smtp_username = ‘SMTP Username’; # Your SES SMTP Username
$g_smtp_password = ‘SMTP Password’; # Your SES SMTP Password
$g_administrator_email = ‘email@sample.com’; #Email displayed at footer (Must be an approved sender list in SES)
$g_webmaster_email = ‘email@sample.com’; #Verified SES Sender Email
$g_from_email = ‘email@sample.com’; # From Address (Verified SES Sender Email)
$g_return_path_email = ‘email@sample.com’; # the return address for bounced mail

atrol

atrol

2023-05-17 17:16

developer   ~0067757

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