Skip to content

Commit

Permalink
Add mail address config hint for type 'sendmail'
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrebs committed May 6, 2020
1 parent 3142951 commit 3427787
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/autoload/local.php.dist
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ return array(
'mail' => array(
'type' => 'sendmail', // or 'smtp' or 'smtp-tls'
'address' => 'info@bookings.example.com',
// Make sure 'bookings.example.com' matches the hosting domain when using type 'sendmail'

'host' => '?', // for 'smtp' type only, otherwise remove or leave as is
'user' => '?', // for 'smtp' type only, otherwise remove or leave as is
Expand Down

0 comments on commit 3427787

Please sign in to comment.