|
Aby się z nami skontaktować wystarczy wysłać email na adres kontakt(at)ostentus.pl. Można także napisać do konkretnej osoby z Serwisu wymienionej na stronie o redakcji.
if (isset($_POST['Submit']) && ($_POST['Submit'] == 'Wyślij') && ($_SESSION['kontakt'] != 'wyslane')) {
include('lib/Mail.php');
include('lib/mime.php');
//$text = 'http://www.budynek-darlowo.pl/oferta.php?id='.$_GET['id'];
//$html = 'HTML version of email A T ';
//$file = '../../test.gcl.pl/img/h_internet.jpg';
$crlf = "\n";
$hdrs = array(
//'From' => 'kontakt@ostentus.pl',
'From' => $_POST['email'],
'Subject' => $_POST['temat']
);
$mime = new Mail_mime($crlf);
$text = "Imię i nazwisko: ".$_POST['nazwa']."\r\n";
$text .= "email: ".$_POST['email']."\r\n\r\n";
$text .= isset($_POST['tresc']) ? $_POST['tresc'] : '';
$mime->setTXTBody($text);
//$mime->setHTMLBody($html);
//$param["text_encoding"] - Type of encoding to use for the plain text part of the email. Default is "7bit".
//$param["html_encoding"] - Type of encoding for the HTML part of the email. Default is "quoted-printable".
//$param["7bit_wrap"] - Number of characters after which text is wrapped. SMTP stipulates maximum line length of 1000 characters including CRLF. Default is 998 (CRLF is appended to make up to 1000).
$param = array(
'head_charset' => 'utf-8',
'text_charset' => 'utf-8',
'html_charset' => 'utf-8'
);
//do not ever try to call these lines in reverse order
$body = $mime->get($param);
$hdrs = $mime->headers($hdrs);
//$mail =& Mail::factory('mail');
//if ($_POST['kopia'] == 'tak') $mail->send($_POST['email'], $hdrs, $body);
//$mail->send('kontakt@ostentus.pl', $hdrs, $body);
$_SESSION['kontakt'] = 'wyslane';
echo 'Dziękujemy za przesłaną wiadomość. Postaramy się z Państwem skontaktować niepóźniej niż w ciągu 48 godzin. ';
echo ' ';
//echo 'Powrót do strony "Kontakt" ';
//echo ' ';
} else {
$_SESSION['kontakt'] = '';
?>
Mogą Państwo również skierować do nas zapytanie wypełniając poniższy formularz:
}
//echo $_POST['kopia'];
?>
|
|
Nasz adres

ul. M. Karłowicza 4C/6
76-150 Darłowo
Google Plus: www.google.com/+OstentusPl
Facebook: www.facebook.com/ostentus
Pinterest: www.pinterest.com/ostentus
|