Metadata-Version: 2.1
Name: odoo-addon-mass_mailing_disable_tracking
Version: 16.0.1.0.0.2
Summary: Allow to disable open and link click tracking in mass mailing messages
Home-page: https://github.com/OCA/social
Author: hugues de keyzer, 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

.. image:: https://odoo-community.org/readme-banner-image
   :target: https://odoo-community.org/get-involved?utm_source=readme
   :alt: Odoo Community Association

=============================
Mass Mailing Disable Tracking
=============================

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

.. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png
    :target: https://odoo-community.org/page/development-status
    :alt: Beta
.. |badge2| image:: https://img.shields.io/badge/license-AGPL--3-blue.png
    :target: http://www.gnu.org/licenses/agpl-3.0-standalone.html
    :alt: License: AGPL-3
.. |badge3| image:: https://img.shields.io/badge/github-OCA%2Fsocial-lightgray.png?logo=github
    :target: https://github.com/OCA/social/tree/16.0/mass_mailing_disable_tracking
    :alt: OCA/social
.. |badge4| image:: https://img.shields.io/badge/weblate-Translate%20me-F47D42.png
    :target: https://translation.odoo-community.org/projects/social-16-0/social-16-0-mass_mailing_disable_tracking
    :alt: Translate me on Weblate
.. |badge5| image:: https://img.shields.io/badge/runboat-Try%20me-875A7B.png
    :target: https://runboat.odoo-community.org/builds?repo=OCA/social&target_branch=16.0
    :alt: Try me on Runboat

|badge1| |badge2| |badge3| |badge4| |badge5|

This module allows to disable open and link click tracking in mass mailing messages.

Odoo Mass Mailing (aka Email Marketing) includes 2 ways of tracking (spying on, invade the privacy of) the recipients:

1. Tracking the “opening” of the email message by including a 1-pixel transparent GIF image at the bottom of the message, using a URL to the Odoo instance that uniquely identifies that message sent to that recipient.
   As soon as the recipient displays the remote images of the message, their email client downloads the tracking image and the Odoo instance knows that that particular recipient opened that particular message.
2. Tracking the “clicks” on the links included in the message by converting all links of the message to a tracking URL to the Odoo instance.
   As soon as the recipient clicks one of those links, their browser will make a request to the Odoo instance, which will record that click on that particular link for that particular recipient before redirecting the browser to the original link address.

This module allows to disable both of these mechanisms by preventing the original email message to be modified by Odoo to include these tracking mechanisms.

Another issue that link click tracking causes is that recipients are unable to inspect the links: they cannot know on which website they will land before clicking on them.
This, and the fact that they are tracked, can cause some recipients to not click the links, making the mass mailing actually less effective.

Statistics can be useful, but respecting your recipients’ privacy is important.

**Table of contents**

.. contents::
   :local:

Usage
=====

By default, just by installing this module, open and link click tracking is disabled for new mass mailings.

It is still possible to enable each one separately by going to **Settings** > **Email Marketing** and checking the corresponding checkboxes.

.. note:: This module is incompatible with the ``mail_tracking`` module.

Bug Tracker
===========

Bugs are tracked on `GitHub Issues <https://github.com/OCA/social/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://github.com/OCA/social/issues/new?body=module:%20mass_mailing_disable_tracking%0Aversion:%2016.0%0A%0A**Steps%20to%20reproduce**%0A-%20...%0A%0A**Current%20behavior**%0A%0A**Expected%20behavior**>`_.

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

Credits
=======

Authors
~~~~~~~

* hugues de keyzer

Contributors
~~~~~~~~~~~~

* hugues de keyzer

Maintainers
~~~~~~~~~~~

This module is maintained by the OCA.

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

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.

.. |maintainer-huguesdk| image:: https://github.com/huguesdk.png?size=40px
    :target: https://github.com/huguesdk
    :alt: huguesdk

Current `maintainer <https://odoo-community.org/page/maintainer-role>`__:

|maintainer-huguesdk| 

This module is part of the `OCA/social <https://github.com/OCA/social/tree/16.0/mass_mailing_disable_tracking>`_ project on GitHub.

You are welcome to contribute. To learn how please visit https://odoo-community.org/page/Contribute.
