What i should do to make the email as a bcc without make the others know that i have added my email as a bcc

Hi everyone here;

in the module “account_dunning_email” I have added my email as a BCC in the class “account.dunning” But when I have tested I have found that the email that I have added as a BCC still appear as a cci to the email of the customer , ,
I want to know is this normal to happen otherwise i Have added it as a bcc

bcc = ["user@gmail.com"]

and what i should do to make the email as a bcc without make the others know that i have added my email as a bcc.

Thanks in advance !

If it is the case than it is bug that must be reported on https://bugs.tryton.org/

But for me it has been fixed long time ago with Issue 7041: Bcc should not be in the message header - Tryton issue tracker

1 Like

Thanks M.@ced , I have fixed it by Leave the msg['BCC'] off –

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.