The bounced email to multiple people

Get help from other users here.

Moderators: Developer, Contributor

Post Reply
user-a

The bounced email to multiple people

Post 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. :)
Post Reply