Vaihda sähköpostiosoite asiakaspalvelu@konesaliturku.fi
Korvattu support@ ja info@ kaikissa tiedostoissa. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
4
api.php
4
api.php
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user