Skip to content

Port25 bounce- and FBL processor for MailWizz and Interspire

Latest
Compare
Choose a tag to compare
@magicdude4eva magicdude4eva released this 24 Aug 07:18
· 28 commits to master since this release

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