Revamp action_mailer config

`registrant_url` setting in `application.yml` is misnamed. In fact,
it has nothing to do with Registrant Portal. The intention is to
provide default URL options for `action_mailer`, therefore
`registrant_url` is removed, and new settings are introduced instead:

- `action_mailer_default_protocol`
- `action_mailer_default_host`
- `action_mailer_default_port`
This commit is contained in:
Artur Beljajev 2019-04-06 19:24:13 +03:00
parent 6fa1ce9128
commit 70cf7f0e75
3 changed files with 9 additions and 4 deletions

View file

@ -11,4 +11,5 @@ Figaro.require_keys(%w[
legal_documents_dir
bank_statement_import_dir
time_zone
action_mailer_default_host
])