magicdude4eva / port25-bouncehandler

Port25 PowerMTA bounce handler for Interspire and MailWizz
MIT License
73 stars 42 forks source link

When processing a bounced user set MailWizz status to "Blacklisted" #4

Closed magicdude4eva closed 7 years ago

magicdude4eva commented 8 years ago

Currently the MailWizz API (https://github.com/twisted1919/mailwizz-php-sdk/blob/master/examples/list_subscribers.php) only supports "Unsubscribe/Subscribe" functionality.

It would be ideal to have bounced subscribers to reflect as "Blacklisted". Will need to discuss with MailWizz API SDK author, as this does not seem to be possible.

It would be ideal if the current MailWizz API SDK allows passing in a "bounced/blacklisted" status - i.e.

$MailWizzEndPoint->unsubscribe($listUID, $subscriberUID, "Bounced");
magicdude4eva commented 8 years ago

Feedback from MailWizz:

This will make the subscriber blacklisted so further emails to that address won't be sent. That's pretty much all you can do in this case since there's no api to manage the campaign logs.

Tried changing the status to "Blacklisted", but the API does not change status.