mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-26 20:56:48 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user