finally found the right option

This commit is contained in:
Andras Bacsai
2024-12-05 13:09:06 +01:00
parent a500daac98
commit 80f649b96a

View File

@@ -71,6 +71,7 @@ class EmailChannel
'password' => data_get($notifiable, 'smtp_password'),
'timeout' => data_get($notifiable, 'smtp_timeout'),
'local_domain' => null,
'auto_tls' => data_get($notifiable, 'smtp_encryption') === 'none' ? '0' : '',
]);
}
}