I\'m in the development environment and I want to send out test emails via my console. I got the console going nice, but its not sending.
I go to Spree\'s Mail Metho
Spree commerce use ActionMailer to send emails. If you want send emails in development mode, you should enable delivery_method in config/enviranments/development.rb file.
delivery_method
config/enviranments/development.rb
Just set this variable config.action_mailer.delivery_method = :smtp
config.action_mailer.delivery_method = :smtp