smtp config
parent
4269fcf8b4
commit
f7d5e3036c
|
@ -0,0 +1,13 @@
|
|||
<?php
|
||||
|
||||
return [
|
||||
'smtp' => [
|
||||
'name' => 'mailtrap.io',
|
||||
'host' => 'mailtrap.io',
|
||||
'connection_class' => 'crammd5',
|
||||
'connection_config' => [
|
||||
'username' => '******',
|
||||
'password' => '******',
|
||||
],
|
||||
]
|
||||
];
|
Loading…
Reference in New Issue