Korvattu support@ ja info@ kaikissa tiedostoissa.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-09 20:59:34 +02:00
parent e08aab4e2d
commit 25c820f5f4
5 changed files with 7 additions and 7 deletions

View File

@@ -101,7 +101,7 @@ switch ($action) {
file_put_contents($contactFile, json_encode($contacts, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE));
// Send email
$to = 'info@konesaliturku.fi';
$to = 'asiakaspalvelu@konesaliturku.fi';
$subject = 'Yhteydenotto: ' . $name . ($company ? " ($company)" : '');
$body = "Uusi yhteydenotto konesaliturku.fi:n kautta\n\n";
$body .= "Nimi: $name\n";
@@ -281,7 +281,7 @@ switch ($action) {
file_put_contents($quoteFile, json_encode($quotes, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE));
// Send email
$to = 'support@konesaliturku.fi';
$to = 'asiakaspalvelu@konesaliturku.fi';
$subject = 'Tarjouspyyntö: ' . $name . ($company ? " ($company)" : '');
$headers = "From: noreply@konesaliturku.fi\r\n";
$headers .= "Reply-To: $email\r\n";