How to change the BCC email ID

Hi, I would like to know how i can adjusting the BCC email ID separately for each database. WHAT I WANT IS upon sending a manual email, the BCC email MUST BE automatically populated without needing to re-enter it.

Any help would be greatly appreciated.

I guess you can extend the methods get and get_default from ir.email.template to set a value for the bcc key.

1 Like

But if the goal is to keep a copy of every email sent, trytond already do that in ir.email.
And if you really want to keep a copy of every email sent in the company, it is probably better to manage that at the MTA level.