README.md in mailkick-0.4.2 vs README.md in mailkick-0.4.3
- old
+ new
@@ -1,8 +1,8 @@
# Mailkick
-Email subscriptions made easy
+Email unsubscribes for Rails
- Add one-click unsubscribe links to your emails
- Fetch bounces and spam reports from your email service
- Gracefully handles email address changes
@@ -89,16 +89,27 @@
Mailkick.fetch_opt_outs
```
The following services are supported:
+- [AWS SES](#aws-ses)
- [Mailchimp](#mailchimp)
- [Mailgun](#mailgun)
- [Mandrill](#mandrill)
- [Postmark](#postmark)
- [SendGrid](#sendgrid)
Will gladly accept pull requests for others.
+
+#### AWS SES
+
+Add the gem
+
+```ruby
+gem 'aws-sdk-sesv2'
+```
+
+And [configure your AWS credentials](https://github.com/aws/aws-sdk-ruby#configuration). Requires `ses:ListSuppressedDestinations` permission.
#### Mailchimp
Add the gem