swoosh
swoosh copied to clipboard
Support AmazonSES v2 API in the SES adapter.
Is your feature request related to a problem? Please describe.
SES has a v2 API available that has some new features. In particular, SES has some subscription management features that are only available in the v2 API. Here is the AWS page on subscription management. With the new stricter requirements for senders being imposed by Google and Yahoo, it's going to be pretty important for SES users to access these subscription management features.
Is your feature request related to a specific adapter? Please specify.
This is related to the Amazon SES adapter
Describe the solution you'd like
Either reimplement the SES adapter using the new API or provide a new adapter that is using the new API and provides access to the new list management options.
Describe alternatives you've considered
There isn't really an alternative that's not moving away from using swoosh, or building a new adapter myself.
Additional context