I\'m sure this has been asked a million times before but I can\'t find anything that works for me so I\'m asking again!
I just need a way of sending emails using Act
I have the following in config/environments/development.rb
config/environments/development.rb
config.action_mailer.raise_delivery_errors = true config.action_mailer.perform_deliveries = true
The actual mail-configuration, config.actionmailer.* i have placed in config\application.rb.
config.actionmailer.*
config\application.rb
Hope this helps :)