Remove hardcoded default email sender

And make it configurable via `action_mailer_default_from` config.

Closes #243
This commit is contained in:
Artur Beljajev 2019-04-13 17:05:35 +03:00
parent 6a61d7de5b
commit a113d75ec5
5 changed files with 21 additions and 1 deletions

View file

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