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
ActionMailer::Base.delivery_method = :sendmail and config.action_mailer.perform_deliveries = true
ActionMailer::Base.delivery_method = :sendmail
config.action_mailer.perform_deliveries = true
were the two necessary steps that got me over this issue