Add optional bulk mailer settings (#35203)

This commit is contained in:
David Roetzel 2025-06-30 16:49:14 +02:00 committed by GitHub
commit c357a7f8d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 90 additions and 7 deletions

View file

@ -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