Ruby/node.js + Amazon SES: Is there an Amazon SES API?
I have seen several gems that make use of Amazon SES. Ho开发者_JS百科wever, 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
The API of Amazon SES is documented here.
Take a look on the gem aws-ses is quite straightforward to use it.
精彩评论