dobtco / procure-io

*NOT CURRENTLY MAINTAINED* Procurement software for the 21st century.
Other
40 stars 16 forks source link

Turn on ActionMailer? #155

Closed daguar closed 11 years ago

daguar commented 11 years ago

Right now, ActionMailer is turned off in production. Should this be the case?

In config/environments/production.rb (56-57)

# TEMPORARILY DISABLE ACTIONMAILER
config.action_mailer.perform_deliveries = false

I assume you want this on for production?

ajb commented 11 years ago

on