daihoang
daihoang
Comments
-
Hi all,
I fixed up a few things in the code to get it to work:
In /includes/db.php:
Line 79: if($bounce_soft >= $bounce_limit)
Should be: if($bounce_soft >= $webhooks_bounce_limit)
The global $var was…