var conversation = {
      author: author,
      subject: $('[name="email[subject]"]').val(),
      body: $('[name="email[body]"]').val()
    }