new notes
This commit is contained in:
11
tum-netxtcloud.md
Normal file
11
tum-netxtcloud.md
Normal file
@@ -0,0 +1,11 @@
|
||||
```ini
|
||||
'mail_smtpstreamoptions' =>
|
||||
array (
|
||||
'ssl' =>
|
||||
array (
|
||||
'allow_self_signed' => true,
|
||||
'verify_peer' => false,
|
||||
'verify_peer_name' => false,
|
||||
),
|
||||
),
|
||||
```
|
||||
Reference in New Issue
Block a user