smtp config

pull/1/head
Jerome De Almeida 2016-04-25 13:26:11 +02:00
parent 4269fcf8b4
commit f7d5e3036c
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<?php
return [
'smtp' => [
'name' => 'mailtrap.io',
'host' => 'mailtrap.io',
'connection_class' => 'crammd5',
'connection_config' => [
'username' => '******',
'password' => '******',
],
]
];