Rails 4: Net::ReadTimeout when calling ActionMailer

When I run my mailer in development mode, I get the following error: Net::ReadTimeout in SchoolApplicationsController#create Here is the controller method that is getting the timeout def create ...