Skip to content

Instantly share code, notes, and snippets.

@peterberkenbosch
Created January 23, 2015 11:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save peterberkenbosch/1d50c6e41690f2dba407 to your computer and use it in GitHub Desktop.
Save peterberkenbosch/1d50c6e41690f2dba407 to your computer and use it in GitHub Desktop.
disable mail in Spree
Spree.config do |config|
config.send_core_emails = false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment