diff --git a/api.php b/api.php index 327cbed..ba34e9d 100644 --- a/api.php +++ b/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"; diff --git a/index.html b/index.html index b71a855..b70de36 100644 --- a/index.html +++ b/index.html @@ -914,7 +914,7 @@