Merge pull request #1170 from internetee/add-custom-force-delete-from-config

Add custom `From` header for "force delete" email
This commit is contained in:
Timo Võhmar 2019-05-02 16:11:02 +03:00 committed by GitHub
commit 24cb8f90cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 10 additions and 1 deletions

View file

@ -146,6 +146,7 @@ action_mailer_default_protocol: # default: http
action_mailer_default_host:
action_mailer_default_port: # default: no port (80)
action_mailer_default_from: # no-reply@example.com
action_mailer_force_delete_from: # `From` header for `DomainDeleteMailer#forced` email
# Since the keys for staging are absent from the repo, we need to supply them separate for testing.
test:
@ -155,6 +156,7 @@ test:
auction_api_allowed_ips: ''
action_mailer_default_host: 'registry.test'
action_mailer_default_from: 'no-reply@registry.test'
action_mailer_force_delete_from: 'legal@registry.test'
# Airbrake // Errbit:
airbrake_host: "https://your-errbit-host.ee"