Skip to content

Releases: magicdude4eva/port25-bouncehandler

Port25 bounce- and FBL processor for MailWizz and Interspire

24 Aug 07:18
Compare
Choose a tag to compare

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)

  1. Copy "Campaign_bouncesController.php" into $MAILWIZZINSTALL/apps/api/controllers

  2. 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:
image

  1. Ensure that you have followed this: Adding JobId to MailWizz header

Port25 bounce- and FBL processor for MailWizz and Interspire

08 Jun 11:26
Compare
Choose a tag to compare

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

30 May 15:48
Compare
Choose a tag to compare
1.0

Initial release of the bounce-handler.