Skip to content

Commit

Permalink
[SDPSUP-8417] Set correct default mailsystem when SMTP not enabled.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksantamaria authored Dec 3, 2024
1 parent c535cb3 commit d5b88b4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions images/php/settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,9 @@
// @see baywatch.module for SMTP_REPLYTO setting.
$config['system.site']['mail'] = getenv('SMTP_FROM') ?: 'admin@dpc.vic.gov.au';
}
else {
$config['system.mail']['interface']['default'] = 'php_mail';
}

/**
* Fast 404 settings.
Expand Down

0 comments on commit d5b88b4

Please sign in to comment.