A Ruby/Rails interface to Mailbuild API
I’m pleased to announce the release of the first version of my Mailbuild API interface, which I’m distributing as a Rubygem.
To make it easier to figure out how to use it, I’ve also created a fully functional Rails application which demonstrates all the API calls available.
To use it all you have to do is grab a copy from subversion…
svn co http://mailbuild.rubyforge.org/svn/rails_mailbuild_example/
… make sure you have the mailbuild gem installed …
cd rails_mailbuild_example # OS X/Linux users may have to prefix this with sudo rake gems:install
… and edit config/initializers/mailbuild.rb, adding your own API key, List ID and sub-domain.
# You can get this information from your Mailbuild admin Mailbuild.api_key = '' Mailbuild.list_id = '' Mailbuild.subdomain = ''
Hopefully that’s all there is to it, but if you run into any problems feel free to add a support request or bug report on Rubyforge.
