Skip to content

Commit

Permalink
Replace MailHog with MailPit skilld-labs#449
Browse files Browse the repository at this point in the history
  • Loading branch information
Sergey-Orlov committed Dec 15, 2023
1 parent ac0da42 commit 4e6e01c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.override.yml.default
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ services:

mailhog:
<<: *service-defaults
image: skilldlabs/mailhog
image: axllent/mailpit
container_name: "${COMPOSE_PROJECT_NAME}_mail"
labels:
- 'sdc.port=8025'
Expand Down
3 changes: 3 additions & 0 deletions settings/settings.local.php
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@
// Global
$settings['file_private_path'] = '../private-files';

// Sendmail command for symfony_mailer.
$settings['mailer_sendmail_commands'][] = ini_get('sendmail_path');
$config['symfony_mailer.mailer_transport.sendmail']['configuration']['query']['command'] = ini_get('sendmail_path') ;

0 comments on commit 4e6e01c

Please sign in to comment.