mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
nope nope nope
This commit is contained in:
parent
2b1e7b1a49
commit
5943483ef5
1 changed files with 0 additions and 17 deletions
|
@ -52,21 +52,4 @@ Discourse::Application.configure do
|
||||||
config.developer_emails = emails.split(",").map(&:downcase).map(&:strip)
|
config.developer_emails = emails.split(",").map(&:downcase).map(&:strip)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
if GlobalSetting.smtp_address
|
|
||||||
settings = {
|
|
||||||
address: GlobalSetting.smtp_address,
|
|
||||||
port: GlobalSetting.smtp_port,
|
|
||||||
domain: GlobalSetting.smtp_domain,
|
|
||||||
user_name: GlobalSetting.smtp_user_name,
|
|
||||||
password: GlobalSetting.smtp_password,
|
|
||||||
authentication: GlobalSetting.smtp_authentication,
|
|
||||||
enable_starttls_auto: GlobalSetting.smtp_enable_start_tls
|
|
||||||
}
|
|
||||||
|
|
||||||
settings[:openssl_verify_mode] = GlobalSetting.smtp_openssl_verify_mode if GlobalSetting.smtp_openssl_verify_mode
|
|
||||||
|
|
||||||
config.action_mailer.smtp_settings = settings.reject{|_, y| y.nil?}
|
|
||||||
end
|
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue