email bounce API endpoint
Would it be possible to add an endpoint for handling email bounces?
At the moment I could use the /newsletter/subscribers/<id>, however using the ID isn't as trivial as using the email address, because first I have to get a full list of subscribers. Also soft bounces wouldn't be handled properly.
A basic API endpoint would make things a lot little easier, but an Amazon SES specific endpoint would be even nicer

1 comment
-
Viktor V commented
Alternatively setting up the plugin to read bounce emails from an S3 bucket rather than a POP3 mailbox could do the job.