Skip to content

Commit

Permalink
added new parameter #797
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermednt committed Aug 8, 2018
1 parent 96dbc79 commit ebdfb90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/config/config_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ assetic:
use_controller: true

swiftmailer:
delivery_address: %mailer_sender_mail%
delivery_address: '%dev_email_destination%'
2 changes: 2 additions & 0 deletions app/config/parameters.yml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ parameters:
contact_form.email: '%mailer_receiver_mail%'
# Logs email address
logs.email: '%mailer_receiver_mail%'
# Development email address (all emails will be sent to this address when in Dev mode)
dev_email_destination: '%mailer_receiver_mail%'

# Compatible with strtotime() but without + and - sign
# You probably don't need to change this
Expand Down
2 changes: 2 additions & 0 deletions app/config/parameters.yml.vagrant
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ parameters:
contact_form.email: '%mailer_receiver_mail%'
# Logs email address
logs.email: '%mailer_receiver_mail%'
# Development email address (all emails will be sent to this address when in Dev mode)
dev_email_destination: '%mailer_receiver_mail%'

recaptcha_public_key: ~
recaptcha_private_key: ~
Expand Down

0 comments on commit ebdfb90

Please sign in to comment.