Fixed null from string to vartype

parent b5fb45f6
......@@ -28,8 +28,8 @@ Parameters
'port' => '25',
'username' => 'username',
'password' => 'password',
'encryption' => 'null',
'auth_mode' => 'null'
'encryption' => null,
'auth_mode' => null
);
Services
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment