OUR BLOG

Thoughts on development, design and the world we live in.



Amazon SES in 20 minutes

By Curtis Jennings Schofield in Uncategorized. Posted on March 17th

1) Sign into AWS account

2) Get your Account Security key, and secret key

3) add to bundle : gem ‘aws-ses’, :require => ‘aws/ses’

4) you are going to need to know that you are sandboxed - this means you can only send to - and send from emails that you verify.

here is a quick bit of code that you can drop in your rails ./script dir to verify emails and test the basics of the gem

- Begin file -

- End File -
Examples

Post a Comment

Your email is never shared. Required fields are marked *

*
*