format backend code
This commit is contained in:
parent
9577367622
commit
67dd376a2f
40 changed files with 146 additions and 71 deletions
|
|
@ -46,7 +46,13 @@ return [
|
|||
'username' => env('MAIL_USERNAME'),
|
||||
'password' => env('MAIL_PASSWORD'),
|
||||
'timeout' => null,
|
||||
'local_domain' => env('MAIL_EHLO_DOMAIN', parse_url((string) env('APP_URL', 'http://localhost'), PHP_URL_HOST)),
|
||||
'local_domain' => env(
|
||||
'MAIL_EHLO_DOMAIN',
|
||||
parse_url(
|
||||
(string) env('APP_URL', 'http://localhost'),
|
||||
PHP_URL_HOST
|
||||
)
|
||||
),
|
||||
],
|
||||
|
||||
'ses' => [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue