From b6dc1918b4aa8670a303edff99fcedeb3391250c Mon Sep 17 00:00:00 2001 From: OCA-git-bot Date: Sun, 29 Mar 2020 06:12:46 +0000 Subject: [PATCH] [UPD] README.rst --- mail_tracking/README.rst | 16 ++++++++-------- mail_tracking/static/description/index.html | 16 ++++++++-------- 2 files changed, 16 insertions(+), 16 deletions(-) diff --git a/mail_tracking/README.rst b/mail_tracking/README.rst index 18487ecad..373ca4515 100644 --- a/mail_tracking/README.rst +++ b/mail_tracking/README.rst @@ -58,28 +58,28 @@ status icon will appear just right to name of notified partner. These are all available status icons: -.. |sent| image:: ../static/src/img/sent.png +.. |sent| image:: https://raw.githubusercontent.com/OCA/social/11.0/mail_tracking/static/src/img/sent.png :width: 10px -.. |delivered| image:: ../static/src/img/delivered.png +.. |delivered| image:: https://raw.githubusercontent.com/OCA/social/11.0/mail_tracking/static/src/img/delivered.png :width: 15px -.. |opened| image:: ../static/src/img/opened.png +.. |opened| image:: https://raw.githubusercontent.com/OCA/social/11.0/mail_tracking/static/src/img/opened.png :width: 15px -.. |error| image:: ../static/src/img/error.png +.. |error| image:: https://raw.githubusercontent.com/OCA/social/11.0/mail_tracking/static/src/img/error.png :width: 10px -.. |waiting| image:: ../static/src/img/waiting.png +.. |waiting| image:: https://raw.githubusercontent.com/OCA/social/11.0/mail_tracking/static/src/img/waiting.png :width: 10px -.. |unknown| image:: ../static/src/img/unknown.png +.. |unknown| image:: https://raw.githubusercontent.com/OCA/social/11.0/mail_tracking/static/src/img/unknown.png :width: 10px -.. |cc| image:: ../static/src/img/cc.png +.. |cc| image:: https://raw.githubusercontent.com/OCA/social/11.0/mail_tracking/static/src/img/cc.png :width: 10px -.. |noemail| image:: ../static/src/img/no_email.png +.. |noemail| image:: https://raw.githubusercontent.com/OCA/social/11.0/mail_tracking/static/src/img/no_email.png :width: 10px |unknown| **Unknown**: No email tracking info available. Maybe this notified partner has 'Receive Inbox Notifications by Email' == 'Never' diff --git a/mail_tracking/static/description/index.html b/mail_tracking/static/description/index.html index 8c04b9196..0d0fe778e 100644 --- a/mail_tracking/static/description/index.html +++ b/mail_tracking/static/description/index.html @@ -405,14 +405,14 @@ For example, --load=web,mail_trac form, then an email tracking is created for each email notification. Then a status icon will appear just right to name of notified partner.

These are all available status icons:

-

unknown Unknown: No email tracking info available. Maybe this notified partner has ‘Receive Inbox Notifications by Email’ == ‘Never’

-

waiting Waiting: Waiting to be sent

-

error Error: Error while sending

-

sent Sent: Sent to SMTP server configured

-

delivered Delivered: Delivered to final MX server

-

opened Opened: Opened by partner

-

cc Cc: It’s a Carbon-Copy recipient. Can’t know the status so is ‘Unknown’

-

noemail No Email: The partner doesn’t have a defined email

+

unknown Unknown: No email tracking info available. Maybe this notified partner has ‘Receive Inbox Notifications by Email’ == ‘Never’

+

waiting Waiting: Waiting to be sent

+

error Error: Error while sending

+

sent Sent: Sent to SMTP server configured

+

delivered Delivered: Delivered to final MX server

+

opened Opened: Opened by partner

+

cc Cc: It’s a Carbon-Copy recipient. Can’t know the status so is ‘Unknown’

+

noemail No Email: The partner doesn’t have a defined email

When the message generates and ‘error’ status, it will apear on discuss ‘Failed’ channel. Any view that uses ‘mail_thread’ widget can show the failed messages too.