Du befindest Dich im Archiv vom ABAKUS Online Marketing Forum. Hier kannst Du Dich für das Forum mit den aktuellen Beiträgen registrieren.

probleme mit formmailer

Ajax, Hijax, Microformats, RDF, Markup, HTML, PHP, CSS, MySQL, htaccess, robots.txt, CGI, Java, Javascript usw.
Neues Thema Antworten
garf
PostRank 1
PostRank 1
Beiträge: 4
Registriert: 21.04.2006, 10:19

Beitrag von garf » 13.08.2006, 13:56

hallo,

ich verzweifel noch mit meinem kontaktformular. erhalte folgende fehlermeldung:

Error: Bad/No Recipient
There was no recipient or an invalid recipient specified in the data sent to FormMail. Please make sure you have filled in the recipient form field with an e-mail address that has been configured in @recipients. More information on filling in recipient form fields and variables can be found in the README file.

die zeilen im formmailer (FormMail V1.92 © 1995 - 2002 Matt Wright)
readme https://www.scriptarchive.com/readme/formmail.html lauten wie folgt:

$mailprog = '/usr/sbin/sendmail -i -t';
@referers = ('zzz.info', '213.131.254.240');
@recipients = &fill_recipients('zzz.info', '^message@zzz\.info');

anfang des formulars:

<form action="/cgi-bin/FormMail.pl" method="post" enctype="application/x-www-form-urlencoded" name="kontakt" id="kontakt">
<input type="hidden" name="recipient" value="message@zzz.info">
<input TYPE="HIDDEN" NAME="subject" SIZE="-1" VALUE="nachricht">
<input TYPE="HIDDEN" NAME="redirect" SIZE="-1" VALUE="https://zzz.de/danke.html">
<table width="200" border="0">
<tr class="content">

</tr>
<tr class="content">
<td colspan="2"><div align="center">
<input type="submit" name="Submit" value="Absenden">
</div></td>
</tr>
</table>
</form>

was muss ich machen das es geht, kenne mich mit perl nicht aus