Skip to content

Commit

Permalink
Merge pull request #3183 from archivesspace/fix_email_perform_deliver…
Browse files Browse the repository at this point in the history
…ies_alias

fix email_perform_deliveries config alias
  • Loading branch information
donaldjosephsmith committed Apr 23, 2024
2 parents b429855 + 0c2cb24 commit aaa5401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/config/config-aliases.rb
Expand Up @@ -19,7 +19,7 @@

AppConfig.add_alias(option: :pui_email_delivery_method, maps_to: :email_delivery_method, deprecated: true)
AppConfig.add_alias(option: :pui_email_sendmail_settings, maps_to: :email_sendmail_settings, deprecated: true)
AppConfig.add_alias(option: :pui_email_perform_deliveries, maps_to: :email_smtp_settings, deprecated: true)
AppConfig.add_alias(option: :pui_email_perform_deliveries, maps_to: :email_perform_deliveries, deprecated: true)
AppConfig.add_alias(option: :pui_email_raise_delivery_errors, maps_to: :email_raise_delivery_errors, deprecated: true)
AppConfig.add_alias(option: :pui_email_smtp_settings, maps_to: :email_smtp_settings, deprecated: true)

Expand Down

0 comments on commit aaa5401

Please sign in to comment.