mirror of
https://github.com/discourse/discourse.git
synced 2025-05-30 15:28:37 +08:00
Update Rubocop to 0.60
This commit is contained in:
@ -20,10 +20,11 @@ MAILTO = YOUR_EMAIL
|
||||
### You shouldn't need to change anything below here
|
||||
$delivery_options = {
|
||||
user_name: @DISCOURSE_SMTP_USER_NAME || nil,
|
||||
password: @DISCOURSE_SMTP_PASSWORD || nil,
|
||||
address: DISCOURSE_SMTP_ADDRESS,
|
||||
port: @DISCOURSE_SMTP_PORT || nil,
|
||||
openssl_verify_mode: @DISCOURSE_SMTP_OPENSSL_VERIFY_MODE || nil }
|
||||
password: @DISCOURSE_SMTP_PASSWORD || nil,
|
||||
address: DISCOURSE_SMTP_ADDRESS,
|
||||
port: @DISCOURSE_SMTP_PORT || nil,
|
||||
openssl_verify_mode: @DISCOURSE_SMTP_OPENSSL_VERIFY_MODE || nil
|
||||
}
|
||||
|
||||
class EmailTestMailer < ActionMailer::Base
|
||||
def email_test(mailfrom, mailto)
|
||||
|
Reference in New Issue
Block a user