I have seen several gems that make use of Amazon SES. However, I can't find any API provided by Amazon to build a service without that gem.

How can I do what the gem does, without using the gem? That is really important for my app because I'm sending keys constantly.

Thanks

link|improve this question

54% accept rate
feedback

2 Answers

The API of Amazon SES is documented here.

link|improve this answer
That's not very helpful. I can+t seem to find an example. – Donald May 11 '11 at 23:13
feedback

Take a look on the gem aws-ses is quite straightforward to use it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.