bancomail
New Member
Hello,
we successfully deliver our email campaign with Sendgrid, but we've noticed a mismatch in bounce reporting on MW.
As you probably know, Sendgrid retries to send deferred emails several times. Any failed attempt including the first, is marked as deferred. The process stops when SendGrid receive the last responce which can be 'delivered' or 'blocked'.
As far as we can see, Mailwizz receives the notification that email was deferred and marks contact as bounced in the compaign reports. Problem is that if an initially deffered email is successfully delivered after a few attempts (like in screenshot) , Mailwizz doesn't update the status of that contact and so the campaign still reports the contact as deferred and hence bounced. This distorts the true statistics of the compaign.
In processSendgrid function of DswhController.php (/apps/frontend/controllers/DswhController.php), we noticed that Mailwizz only handles this four types of notification:
1) dropped
2) deferred
3) bounce
4) spamreport
There is no processing of other types of notifications such as: Delivered or Processed.
How we can handle this issue?
Thanks in advance.
we successfully deliver our email campaign with Sendgrid, but we've noticed a mismatch in bounce reporting on MW.
As you probably know, Sendgrid retries to send deferred emails several times. Any failed attempt including the first, is marked as deferred. The process stops when SendGrid receive the last responce which can be 'delivered' or 'blocked'.
As far as we can see, Mailwizz receives the notification that email was deferred and marks contact as bounced in the compaign reports. Problem is that if an initially deffered email is successfully delivered after a few attempts (like in screenshot) , Mailwizz doesn't update the status of that contact and so the campaign still reports the contact as deferred and hence bounced. This distorts the true statistics of the compaign.
In processSendgrid function of DswhController.php (/apps/frontend/controllers/DswhController.php), we noticed that Mailwizz only handles this four types of notification:
1) dropped
2) deferred
3) bounce
4) spamreport
There is no processing of other types of notifications such as: Delivered or Processed.
How we can handle this issue?
Thanks in advance.