Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> Problem ze skryptem emial
sepit22
post 3.03.2018, 09:19:27
Post #1





Grupa: Zarejestrowani
Postów: 1
Pomógł: 0
Dołączył: 3.03.2018

Ostrzeżenie: (0%)
-----


mam taki problem otóż kolega mi pomógł wszystko podpiąć pod moją stronę i dał mi kod php lecz coś nie działa może zle coś jest uzupełnione pomoże ktoś questionmark.gif?
<?php

include 'functions.php';

if (!empty($_POST)){

$data['success'] = true;
$_POST = multiDimensionalArrayMap('cleanEvilTags', $_POST);
$_POST = multiDimensionalArrayMap('cleanData', $_POST);

//your email adress
$emailTo ="konradlasak@wp.pl"; //"konradlasak@wp.pl";

//from email adress
$emailFrom ="konradlasak@wp.pl"; //"konradlasak@wp.pl";

//email subject
$emailSubject = "PolishWariors";

$name = $_POST["name"];
$email = $_POST["email"];
$comment = $_POST["comment"];
if($name == "")
$data['success'] = false;

if (!preg_match("/^[_\.0-9a-zA-Z-]+@([0-9a-zA-Z][0-9a-zA-Z-]+\.)+[a-zA-Z]{2,6}$/i", $email))
$data['success'] = false;


if($comment == "")
$data['success'] = false;

if($data['success'] == true){

$message = "NAME: $name<br>
EMAIL: $email<br>
COMMENT: $comment";


$headers = "MIME-Version: 1.0" . "\r\n";
$headers .= "Content-type:text/html; charset=utf-8" . "\r\n";
$headers .= "From: <$emailFrom>" . "\r\n";
mail($emailTo, $emailSubject, $message, $headers);

$data['success'] = true;
echo json_encode($data);
}
}
Go to the top of the page
+Quote Post

Posty w temacie
- sepit22   Problem ze skryptem emial   3.03.2018, 09:19:27
- - markonix   U mnie działa.   3.03.2018, 16:50:58
- - Pyton_000   na serwerze zapewne nie działa funkcja mail() ot ...   4.03.2018, 12:40:54


Reply to this topicStart new topic
1 Użytkowników czyta ten temat (1 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Wersja Lo-Fi Aktualny czas: 14.08.2025 - 14:23