phplist3 icon indicating copy to clipboard operation
phplist3 copied to clipboard

AWS bounces importing using AWS SNS notifications

Open miraclebg opened this issue 7 years ago • 4 comments

In case someone is interested in using this - or to adapt it to phplist core i've built a script which checks and marks bounces / blacklists users - parsing AWS SNS notifications which SES sends when mail delivery failed.

I needed to do this as the standard bounces checking mechanism did not seem to work with SES - i've never received a single bounced email.

Here it is: https://github.com/miraclebg/phplist3/commit/e2f2f262a3f21b2de055c0c9a8556b8845600388

:)

miraclebg avatar Feb 07 '17 12:02 miraclebg

Interesting. Can you add a little description of what it does and how to use it? And then create a Pull Request, so it can be merged into the main code.

Thanks

michield avatar Feb 12 '17 12:02 michield

Hi @miraclebg, can you confirm you still have this script working? I too find it very interesting as an implementation to PHPLIST, after hours of work trying to normalise an control bounces I am about to give up and this seems like a very effective solution if sending via SES. Thanks for sharing.

luison avatar Oct 07 '18 08:10 luison

With a little work this could become a part of phpList 3. Any takers?

samtuke avatar Oct 07 '18 13:10 samtuke

Although I haven't checked / used it in a while - it should still be operational! Unfortunately I don't have the time right now to verify this - feel free to give a hand ;)

miraclebg avatar Oct 07 '18 14:10 miraclebg