Page 1 of 1

The bounced email to multiple people

Posted: 16 Nov 2012, 07:01
by user-a
Hello.
I want to specify multiple people for $g_return_path_email without using the mailing list.
(bbb@sample.com , ccc@sample.com)
could you help me?


Versions: Mantis: 1.2.11

here is the config_inc.php content:

# the "From: " field in emails
$g_from_emai = 'aaa@sample.com';

$g_from_name = 'Mantis Bug Tracker';

# the return address for bounced mail
$g_return_path_email = 'bbb@sample.com';

$g_phpMailer_method = PHPMAILER_METHOD_SMTP;


Thanks in advance. :)