Commit Graph

18 Commits (1c696352d5346c535465b3e1066949337d7e8e16)

Author SHA1 Message Date
mymage e5cdf39f48 Translated using Weblate (Italian)
Currently translated at 26.3% (5 of 19 strings)

Translation: social-11.0/social-11.0-mail_tracking_mass_mailing
Translate-URL: https://translation.odoo-community.org/projects/social-11-0/social-11-0-mail_tracking_mass_mailing/it/
2023-12-07 16:36:29 +00:00
OCA-git-bot 695dee953a [UPD] README.rst 2023-09-03 16:56:56 +00:00
mymage 9dc7f0b0e5 Translated using Weblate (Italian)
Currently translated at 26.3% (5 of 19 strings)

Translation: social-11.0/social-11.0-mail_tracking_mass_mailing
Translate-URL: https://translation.odoo-community.org/projects/social-11-0/social-11-0-mail_tracking_mass_mailing/it/
2023-06-15 08:10:58 +00:00
OCA-git-bot e6d457f8fa mail_tracking_mass_mailing 11.0.1.0.1 2019-11-05 12:34:13 +00:00
david e419a90352 [FIX] avoid bounce on 'error' event
Catching this event as a bounce leads quite often to false bounces, like
in the cases the error is due to our own instance SMTP errors. Errors
like a too large message should no bounce a thread's recipients as the
problem isn't in the recipients side but ours.

We leave anyway some true positives aside (like in the case of malformed
email addresses). We should be able to detect and fix those anyway.
2019-11-05 10:18:51 +01:00
OCA-git-bot 9ba757a85b [UPD] README.rst 2019-07-29 03:40:27 +00:00
Pedro M. Baeza aa14e1a54f
[IMP] mail_tracking_mass_mailing: Limit menus to relevant group
Odoo now doesn't protect main "Email marketing" root menu, so we have to put a group for 
the menu we add in this module under that root menu.
2018-11-13 16:29:16 +01:00
OCA Git Bot 7c0937c787 [UPD] README.rst 2018-08-24 05:29:55 +02:00
oca-travis ec2cb0a0a7 [UPD] Update mail_tracking_mass_mailing.pot 2018-08-10 05:20:38 +00:00
Pedro M. Baeza ebb076d3e1 [MIG] mail_tracking_mass_mailing: Migration to 11.0
* Standard procedure
* Adapt tests
* New README by fragments
2018-08-09 19:36:37 +02:00
oca-travis 95d0cad727 [UPD] Update mail_tracking_mass_mailing.pot 2018-08-09 19:23:13 +02:00
Jairo Llopis 56ab90c947 [FIX] mail_tracking_mass_mailing: Integration tests (#258)
Testing this addon failed if i.e. `mass_mailing_list_dynamic` was installed before.

Moving tests to post-install mode fixes integration tests.
2018-08-09 19:23:13 +02:00
OCA Transbot 2840417e9e OCA Transbot updated translations from Transifex 2018-08-09 19:23:13 +02:00
David Vidal 0aa9a96223 [10.0] mail_tracking_mass_mailing: Migration to 10.0 2018-08-09 19:23:00 +02:00
OCA Transbot 250120564e OCA Transbot updated translations from Transifex 2018-08-09 19:23:00 +02:00
cubells d0f543d19b mail_tracking_mass_mailing module 2018-08-09 19:23:00 +02:00
OCA Transbot 7c0b8c0680 OCA Transbot updated translations from Transifex 2018-08-09 19:23:00 +02:00
Antonio Espinosa fd6680f7ce mail_tracking_mass_mailing (#78)
[ADD] mail_tracking_mass_mailing

==============================
Mail tracking for mass mailing
==============================

Links mail statistics objects with mail tracking objects.

Installation
============

This addon will be automatically installed when 'mail_tracking' and
'mass_mailing' are both installed

Usage
=====

From mail statistic object, you can see:
- Email tracking state
- Email related tracking object
- Email related tracking events

From mass mailing contact, you can see:
- Email score, in order to clean up your lists from bad score emails

As a bonus feature, you have a new checkbox 'Avoid resend' in mass mailing,
in order to not send twice the same email to the same recipient. This is very
useful when you want to resend the mass mailing after changing selection
recipients. Notice that recipient selection could be a domain over a model, so
result ids could change over the time. With this flag you can send
the same email several times but only once to each recipient.
2018-08-09 19:23:00 +02:00