Remove failing mails_from default

As example.com is not a verified domain, Mandrill rejects the email
giving "reject_reason": "unsigned". Also, the mails_from setting is
already defined as a MailMethod preference.
This commit is contained in:
Pau Perez
2018-03-22 13:02:57 +01:00
parent fa9d61c7fd
commit 3c36d2d1a6

View File

@@ -4,8 +4,6 @@ Spree::AppConfiguration.class_eval do
# we can allow to be modified in the UI by adding appropriate form
# elements to existing or new configuration pages.
preference :mails_from, :string, default: 'no-reply@example.com'
# Embedded Shopfronts
preference :enable_embedded_shopfronts, :boolean, default: false
preference :embedded_shopfronts_whitelist, :text, default: nil