How do I disable the bounce/complaints check?
We do not have Sendy configured to process bounce or complaint messages from SNS. We have a large mailing list (350K+) of members, and we manage them all in our own database. For sending a newsletter, we simply export the CSV to Sendy, then send.
Bounces and complaints get processed by PHP files on our servers, which updates our main user database (and not Sendy). But every time we send through Sendy, we fail the check. Is there any way to disable the complaint/bounce check pre-send?
This discussion has been closed.
Comments
Hi Steve,
bounce_setup
andcomplaint_setup
columns to1
in theapps
table for all rows.Thanks.
Ben
Awesome. That was easy! Thx.