'Imię i nazwisko', 'email' => 'Email', 'phone' => 'Telefon', 'details' => 'Treść' ); public function __construct() { } public function send() { if (!$this->_isValid($this->_requiredFields)) { $this->_renderFailureText('Błędnie wypełnony formularz. Proszę poprawić i wysłać ponownie.'); return false; } $message = ''; foreach ($this->_requiredFields as $key => $param ) { if(!empty($_POST[$key])) { $message .= ''; } } $message .= '
Formularz kontaktowy:
' . $param . '' . $_POST[$key] . '
'; $headers = "MIME-Version: 1.0\n"; $headers .= "Content-type: text/html; charset=utf-8\n"; $headers .= "Content-transfer-encoding: utf-8\n"; $headers .= "From: <" . $_POST['email'] . ">\n"; mail('bok@klm-investment.com.pl', 'Pytanie z KLM', $message, $headers); //mail('michal.kreft@gforces.pl', 'Pytanie z KLM', $message, $headers); return true; } private function _renderFailureText($text) { header('HTTP/1.0 500 Internal Error'); header('Status: 500 Internal Error'); echo $text; } private function _isValid(array $params) { if (!isset($_REQUEST['email'])) { return false; } return true; } } ?> KLM Investment - Kontakt z nami

Zapraszamy do kontaktu poprzez e-mail lub poniższy formularz. Postaramy się odpowiedzieć jak najszybciej.

Adres:
KLM Investment sp. z o.o.
ul. Kruczkowskiego 12
80-288 Gdańsk

Telefon:
tel.: 058 732 02 02
tel/fax: 058 732 02 00
e-mail: bok@klm-investment.com.pl


NIP 957-07-09-326
KRS 0000118736
REGON 191583329