[pmwiki-users] Multiple email messages: mailform config problem?
    Benjamin Fay 
    bfay at ywesee.com
       
    Fri Mar 11 13:04:24 CST 2005
    
    
  
Hi.
I often get approximately 20 mails, when somebody sends me a message through 
the pmwiki mailform. It happens in pmwiki 1 and 2 installed on different 
servers.
Has anyone else experience this problem.
I include my mailform config:
##Mailform
include('cookbook/mailform.php');
 $MailFormAddresses['benfay']='mail at benfay.com';
 $MailFormMsg['success'];
 $MailFormMsg['failure'];
 $MailFormMsg['error'];
$MailFormFooter="\n-------------------------------------------\n"
 ."This message was sent by the PmWiki MailForm at "
 .$ScriptUrl." from the IP-Address "
 .$_SERVER['REMOTE_ADDR'];
thanks
ben,
    
    
More information about the pmwiki-users
mailing list