From e1be950fb13b824270e3bed3e47ef5e9c2ae25b8 Mon Sep 17 00:00:00 2001 From: Igor Scheller Date: Sat, 20 Apr 2019 20:02:22 +0200 Subject: config: Improved mail encryption documentation --- config/config.default.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/config.default.php b/config/config.default.php index d1692590..86320a4a 100644 --- a/config/config.default.php +++ b/config/config.default.php @@ -39,12 +39,12 @@ return [ 'from' => [ // From address of all emails 'address' => env('MAIL_FROM_ADDRESS', 'noreply@engelsystem.de'), - 'name' => env('MAIL_FROM_NAME', env('APP_NAME', 'Engelsystem')) + 'name' => env('MAIL_FROM_NAME', env('APP_NAME', 'Engelsystem')), ], 'host' => env('MAIL_HOST', 'localhost'), 'port' => env('MAIL_PORT', 587), - // Transport encryption like tls + // Transport encryption like tls (for starttls) or ssl 'encryption' => env('MAIL_ENCRYPTION', null), 'username' => env('MAIL_USERNAME'), 'password' => env('MAIL_PASSWORD'), -- cgit v1.2.3-54-g00ecf