mirror of
https://github.com/internetee/registry.git
synced 2025-08-04 08:52:04 +02:00
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:
commit
24cb8f90cc
3 changed files with 10 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue