public
Description: An example Rails application showing how to use the Mailbuild gem
Homepage: http://cameronyule.com/code
Clone URL: git://github.com/cameronyule/mailbuild-example.git
name age message
file MIT-LICENSE Loading commit data...
file README
file Rakefile
directory app/
directory config/
directory db/
directory doc/
directory public/
directory script/
directory test/
== Mailbuild

There is a sample Rails application demonstrating all Mailbuild API calls.


== Install

1. rake gems:install # prefix with sudo on OS X/Linux

2. Edit config/initializers/mailbuild.rb, adding your own API key, List ID and sub-domain.


== Debugging

Run Ruby with the debug switch (ruby -d) to see SOAP wiredumps.

This lets you see the XML being sent/received.


== License

The Mailbuild sample application is released under the MIT license. See MIT-LICENSE file.


== Contact

For bugs or support requests, http://rubyforge.org/projects/mailbuild/

Anything else, drop me an email at cameron@cameronyule.com