85x14 / griddler-ses

MIT License
13 stars 29 forks source link

It seems SNS can only receive email less than 150k? #9

Open gogo52cn opened 7 years ago

gogo52cn commented 7 years ago

It seems SNS can only receive email less than 150k?

so this gem won't work with email larger than 150k, will it?

danwetherald commented 6 years ago

You need to configure S3

http://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-permissions.html

jdarnok commented 5 years ago

@dan003400 Can you be kind enough to provide some steps to successfully set this up? I think I got it right, but I get NoMethodError (undefined method[]' for nil:NilClass): from griddler-amazon_ses (2.0.2) lib/griddler/amazon_ses/adapter.rb:55:in recipients' So it seems that notification body looks different now.