fuzionnz / nz.co.fuzion.transactional

Track delivery, open, click, and bounce for transactional email.
Other
12 stars 16 forks source link

Account for deprecation of groupName param #48

Closed stesi561 closed 3 years ago

stesi561 commented 4 years ago

Before:

If groupName needs to be set for emails to have bounce processing and tracking added. Mailings are grouped together based on the "Group Name"

After: Either valueName or groupName needs to be set emails to have bounce processing and tracking added. Mailings are grouped together based on the "Value Name" - note this means that mailings are broken down by template as opposed to grouping of message templates. For example offline and online receipts will be tracked separately.

On upgrade we're not breaking down previous emails by value name.

Outstanding: If we merge this we will also need to account for treatment in reports.

jitendrapurohit commented 3 years ago

closing in favor of https://github.com/fuzionnz/nz.co.fuzion.transactional/pull/54