Add optional bulk mailer settings (#35203)
This commit is contained in:
parent
bae258925c
commit
c357a7f8d6
11 changed files with 90 additions and 7 deletions
|
|
@ -6,7 +6,7 @@ module Mastodon
|
|||
|
||||
# Convert smtp settings from environment variables (or defaults in
|
||||
# `config/email.yml`) into the format that `ActionMailer` understands
|
||||
def smtp_settings(config)
|
||||
def convert_smtp_settings(config)
|
||||
enable_starttls = nil
|
||||
enable_starttls_auto = nil
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue