Search found 1 match

by kostulski
Fri Mar 23, 2012 9:41 am
Forum: General discussions
Topic: E-Mail Kontakt
Replies: 1
Views: 2414

E-Mail Kontakt

Hi,
leider arbeitet die E-Mail Benachrichtigung über das Kontaktformular nicht.
Installation:
Win Server 2008 RC2
Apache 2.2.22
MySQL 5.5.21
PHP 5.4.0
phpMyFAQ 2.7.4

Mit dem PHP-Script
<?php

$an = "Name <Email@adress.de>";
$von = "Absendername <Email@adress.de>";
$betreff = "Test";
$nachricht ...