mirror of
https://github.com/Growstuff/growstuff.git
synced 2026-05-16 12:40:07 -04:00
don't override our environment email settings with plain old sendmail
This commit is contained in:
@@ -82,12 +82,6 @@ module Growstuff
|
||||
g.javascripts false
|
||||
end
|
||||
|
||||
config.action_mailer.delivery_method = :sendmail
|
||||
config.action_mailer.sendmail_settings = {
|
||||
location: '/usr/sbin/sendmail',
|
||||
arguments: '-i -t',
|
||||
openssl_verify_mode: 'none'
|
||||
}
|
||||
|
||||
# Growstuff-specific configuration variables
|
||||
config.currency = 'AUD'
|
||||
|
||||
Reference in New Issue
Block a user