<!-- Provide a general summary of the issue in the Title above. Before opening the issue, please check that there isn't another issue addressing the same problem already created --> ## Module mail_composer_cc_bcc ## Describe the bug Delivery failure with reason: module 'odoo.tools.mail' has no attribute 'email_anonymize' ## To Reproduce **Affected versions**: 16.0 Steps to reproduce the behavior: 1. use full email composer to send an email 2. add recipient in CC and optionally BCC 3. send the email 4. check related record in mail.mail or mail.message to see error **Expected behavior** Successful message delivery. **Additional context** Checked odoo tool mail.py and could not find email_anonymize method.