trouble with email with one click
问题 I just launched my rails app with heroku (http://fast-reaches-9399.herokuapp.com/). I want people to be able to type stuff in the textarea on the top, and then click the submit button, and then have it email me what is in the textarea. I'm really having trouble with it though. It redirects in the development environment, but doesn't seem to send an email. And I get a 500 error in production. Here's some relevant code... application_controller.rb class ApplicationController < ActionController: