mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-27 11:41:09 -04:00
update: SMTP username & password not mandatory in mail configuraiton
This commit is contained in:
@ -37,14 +37,6 @@ class MailEnvironmentRequest extends FormRequest
|
||||
'mail_port' => [
|
||||
'required'
|
||||
],
|
||||
'mail_username' => [
|
||||
'required',
|
||||
'string'
|
||||
],
|
||||
'mail_password' => [
|
||||
'required',
|
||||
'string'
|
||||
],
|
||||
'mail_encryption' => [
|
||||
'required',
|
||||
'string'
|
||||
|
||||
Reference in New Issue
Block a user