initial commit

This commit is contained in:
Thies Mueller
2026-04-25 23:00:38 +02:00
commit bbcfaf32f7
21 changed files with 2695 additions and 0 deletions
+11
View File
@@ -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
];