mail headers edited
This commit is contained in:
parent
a2eaedf39f
commit
d6709be392
@ -43,8 +43,8 @@ if(isset($_POST['email']) && isset($_POST['message'])) {
|
|||||||
$name = $_POST['name'];
|
$name = $_POST['name'];
|
||||||
|
|
||||||
require_once(__DIR__ . "/../../libraries/mail.php");
|
require_once(__DIR__ . "/../../libraries/mail.php");
|
||||||
$message = "Nová zpráva z webu Fofrweb.com\n\nOdesílatel: $email\nZpráva:\n$message";
|
$message = "Nová zpráva z webu filiprojek.cz\n\nOdesílatel: $email\nZpráva:\n$message";
|
||||||
$m = new Mail($_POST['email'], 'tym@fofrweb.com', 'Nová zpráva z webu Fofrweb', $message);
|
$m = new Mail($_POST['email'], 'webmaster@filiprojek.cz', 'Nová zpráva z webu filiprojek.cz', $message);
|
||||||
|
|
||||||
if($m->send()) {
|
if($m->send()) {
|
||||||
header('Location: /?sent=true');
|
header('Location: /?sent=true');
|
||||||
|
Loading…
Reference in New Issue
Block a user