Hi Filip,
we were wondering, why our newsletter only reachs 7% of our users for quite some time now. Today I came across the field dbtech_vbmail_bounceflag in the vbuser table and wondered, why that field was empty for most users:
Q1: Could this be the reason, that we can´t reach most of our users anymore? The timeframe since this occurs would fit with the installation date of vbMail and the bounce handling.
Q2: Would updating that field with 0 unflag all users?
(And before I break something:
- is this the correct query to update the field with 0 ?)
we were wondering, why our newsletter only reachs 7% of our users for quite some time now. Today I came across the field dbtech_vbmail_bounceflag in the vbuser table and wondered, why that field was empty for most users:
Q1: Could this be the reason, that we can´t reach most of our users anymore? The timeframe since this occurs would fit with the installation date of vbMail and the bounce handling.
Q2: Would updating that field with 0 unflag all users?
(And before I break something:
PHP:
UPDATE `vbuser` SET `dbtech_vbmail_bounceflag` = `0`