social/mail_tracking/controllers
Jairo Llopis 87de5ddb38
[FIX] mail_tracking: process sent events
Up until now, the `sent` event type was never processed, probably because it "made no sense", as an unsent email would never trigger an event.

However, it makes sense to process it because you may have a local relay that transmits mails over to the mail provider. In those circumstances, you should have 2 "sent" events (one from the relay and another one from the provider).

Also marked some useless parts of code for removal.

@Tecnativa TT32365
2021-10-15 11:58:00 +01:00
..
__init__.py [MIG] mail_tracking: Migration to 11.0 2018-12-18 12:31:00 -05:00
main.py [FIX] mail_tracking: process sent events 2021-10-15 11:58:00 +01:00