Metadata-Version: 2.4
Name: odoo-addon-mail_cc_bcc
Version: 16.0.1.0.0
Summary: This module adds support for carbon copy (Cc) and blind carbon copy (Bcc) recipients without relying on partner records. It extends the mail.compose.message wizard to allow users to specify Cc and Bcc recipients when sending emails and ensures that these recipients are properly handled when preparing and sending emails.
Home-page: https://gitlab.com/somitcoop/erp-research/odoo-helpdesk
Author: Som It Cooperatiu SCCL, Som Connexió SCCL, Odoo Community Association (OCA)",
Author-email: support@odoo-community.org
License: AGPL-3
Classifier: Programming Language :: Python
Classifier: Framework :: Odoo
Classifier: Framework :: Odoo :: 16.0
Classifier: License :: OSI Approved :: GNU Affero General Public License v3
Requires-Python: >=3.10
Requires-Dist: odoo<16.1dev,>=16.0a
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: requires-dist
Dynamic: requires-python
Dynamic: summary

#################################
 Mail Carbon Copy and Blind Copy
#################################

..
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! This file is generated by oca-gen-addon-readme !!
   !! changes will be overwritten.                   !!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !! source digest: sha256:generated
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
   :alt: Beta
   :target: https://odoo-community.org/page/development-status

.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
   :alt: License: AGPL-3
   :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html

.. |badge3| image:: https://img.shields.io/badge/gitlab-somitcoop%2Fodoo--helpdesk-lightgray.png?logo=gitlab
   :alt: somitcoop/odoo-helpdesk
   :target: https://gitlab.com/somitcoop/erp-research/odoo-helpdesk/-/tree/16.0/mail_cc_bcc

|badge1| |badge2| |badge3|

This module extends Odoo's mail functionality to add support for Carbon
Copy (Cc) and Blind Carbon Copy (Bcc) recipients when sending emails.

Key features:

-  Send emails to Cc and Bcc recipients without requiring partner
   records
-  Add Cc and Bcc fields to mail composer wizard
-  Support Cc and Bcc in mail templates
-  Properly handle Cc and Bcc recipients when sending emails
-  Store Cc and Bcc information in mail messages for audit purposes
-  Works with mass mailing functionality

**Table of contents**

.. contents::
   :local:

***************
 Configuration
***************

No configuration is needed. The module is ready to use after
installation.

If you want to use Bcc in email templates:

#. Go to *Settings > Technical > Email > Templates*
#. Select or create an email template
#. Set the **Bcc** field with the desired email addresses
   (comma-separated)

*******
 Usage
*******

To use Cc and Bcc when composing emails:

#. Open any record with the chatter (e.g., a sales order, helpdesk
   ticket, etc.)

#. Click on **Send message** or use any action that opens the mail
   composer

#. You will see three email fields:

   -  **To**: Primary recipients
   -  **Cc**: Carbon copy recipients (visible to all recipients)
   -  **Bcc**: Blind carbon copy recipients (hidden from other
      recipients)

#. Enter email addresses in any of these fields (comma-separated for
   multiple addresses)

#. Compose your message and click **Send**

The Cc and Bcc recipients will receive the email, and the Cc information
will be stored in the message for reference.

**Note**: When using mass mailing, the Cc and Bcc fields will be applied
to all emails sent in the batch.

***********
 Changelog
***********

16.0.1.0.0 (2026-02-05)
=======================

-  [ADD] Initial implementation of Cc and Bcc support for email composer
-  [ADD] Cc and Bcc fields in mail.message model
-  [ADD] Bcc field in mail.template model
-  [ADD] Extended mail.compose.message wizard with To, Cc, and Bcc
   fields
-  [ADD] Override of mail.mail._send method to properly handle Bcc
   recipients
-  [ADD] Support for mass mailing with Cc and Bcc fields

*************
 Bug Tracker
*************

Bugs are tracked on `GitLab Issues
<https://gitlab.com/somitcoop/erp-research/odoo-helpdesk/issues>`_. In
case of trouble, please check there if your issue has already been
reported. If you spotted it first, help us to smash it by providing a
detailed and welcomed `feedback
<https://gitlab.com/somitcoop/erp-research/odoo-helpdesk/issues/new>`_.

Do not contact contributors directly about support or help with
technical issues.

*********
 Credits
*********

Authors
=======

-  Som It Cooperatiu SCCL
-  Som Connexió SCCL
-  Odoo Community Association (OCA)

Contributors
============

-  `Som It Cooperatiu SCCL <https://gitlab.com/somitcoop>`_:

   -  Juan Manuel Regalado <juanmanuel.regalado@somitcoop.coop>

-  `Som Connexió SCCL <https://somconnexio.coop>`_

Maintainers
===========

This module is maintained by Som It Cooperatiu SCCL and Som Connexió
SCCL.

.. image:: https://odoo-community.org/logo.png
   :alt: Odoo Community Association
   :target: https://odoo-community.org

This module is part of the OCA initiative. OCA, or the Odoo Community
Association, is a nonprofit organization whose mission is to support the
collaborative development of Odoo features and promote its widespread
use.

To contribute to this module, please visit https://odoo-community.org.
