1 2 3 4 5
<?php return [ 1 => [ 'host' => 'smtp.gmail.com',
6 7
'user' => '', 'pass' => '',
8 9 10
'id' => 1, ], ];