Files
fotobox-web/mailconfig.php.example
Thies Mueller bbcfaf32f7 initial commit
2026-04-25 23:00:38 +02:00

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
];