12 lines
294 B
Plaintext
12 lines
294 B
Plaintext
<?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
|
|
];
|