FAMailer

This little gem allows you a use the internal messaging system of an art website. It's very alpha but it works great for my client.

Usage

You need both the 'a' cookie and the 'b' cookie from the service. You can also set the FA_COOKIE_A and FA_COOKIE_B environment variable.

FAMailer.new({
  fa_cookie_a: "abcde",
  fa_cookie_b: "edcba"
}).send!(recipient, subject, message)