initial commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
return [
|
||||
'from' => 'absender@example.org',
|
||||
'from_name' => 'Fotobox',
|
||||
'receipient' => 'anfragen@example.org',
|
||||
'company_name' => 'Fotobox GmbH',
|
||||
'smtp_host' => 'mx.example.org',
|
||||
'smtp_user' => 'mailuser',
|
||||
'smtp_pass' => 'mailpassword',
|
||||
'smtp_port' => 587
|
||||
];
|
||||
Reference in New Issue
Block a user