Impacts:
only on emails
Things to check:
- a new database migration has to be launched (table creation)
- the /etc/opush/dsn.ini file is used to enable or not the receipts
- the /etc/opush/delivery_receipt.mustache & /etc/opush/read_receipt.mustache files are used to configure the main body of the two receipts
- the two receipts (delivery & read) are only sent for messages in Inbox
- those two receipts should be sent only one time
- those two receipts should not be sent when the message is a report (delivery or read)
- a delivery receipt should be sent when a new message is synchronized (manually or automatically)
- a read receipt should be sent when a message has been read by the user, then synchronized
|