Releases: magicdude4eva/port25-bouncehandler
Releases · magicdude4eva/port25-bouncehandler
Port25 bounce- and FBL processor for MailWizz and Interspire
Port25 bounce- and FBL processor.
- Support for bounce-campaign tracking into MailWizz
- Stopped integration support for Interspire - code remains in project, feel free to contribute/fix
IMPORTANT
The bounce-campaign tracking will only work with MailWizz 1.4.4 (not released yet) or if the following changes are made - (do this at your own risk, I will not help if your installation breaks)
-
Copy "Campaign_bouncesController.php" into $MAILWIZZINSTALL/apps/api/controllers
-
Edit $MAILWIZZINSTALL/apps/api/config/main.php and insert the below after the "// since 1.3.7.3" block:
// since 1.4.4
array('campaign_bounces/index', 'pattern' => 'campaigns/<campaign_uid:([a-z0-9]+)>/bounces', 'verb' => 'GET'),
array('campaign_bounces/create', 'pattern' => 'campaigns/<campaign_uid:([a-z0-9]+)>/bounces', 'verb' => 'POST'),
Your main.php will look like this:
- Ensure that you have followed this: Adding JobId to MailWizz header
Port25 bounce- and FBL processor for MailWizz and Interspire
Port25 bounce- and FBL processor.
- Several bug fixes
- Improved status reporting when unsubscribing from MailWizz/Interspire
- Introduced refresh of Interspire lists
- Introduced FBL processor (tested with all major FBLs - still waiting for a Outlook/Hotmail FBL to come through)
1.0
Initial release of the bounce-handler.