Fixed null from string to vartype

parent b5fb45f6
...@@ -28,8 +28,8 @@ Parameters ...@@ -28,8 +28,8 @@ Parameters
'port' => '25', 'port' => '25',
'username' => 'username', 'username' => 'username',
'password' => 'password', 'password' => 'password',
'encryption' => 'null', 'encryption' => null,
'auth_mode' => 'null' 'auth_mode' => null
); );
Services 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