finally found the right option
This commit is contained in:
parent
a500daac98
commit
80f649b96a
1 changed files with 1 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ private function bootConfigs($notifiable): void
|
|||
'password' => data_get($notifiable, 'smtp_password'),
|
||||
'timeout' => data_get($notifiable, 'smtp_timeout'),
|
||||
'local_domain' => null,
|
||||
'auto_tls' => data_get($notifiable, 'smtp_encryption') === 'none' ? '0' : '',
|
||||
]);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue