To all PHP users! My system runs on IIS4. After configuring the send mail variables in the php.ini i can send mail messages to multiple recipients. mail("[EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED]","test","me@serv er.com"); This works fine when the number of recipients is under 30 when sending to more than 30 recipients i recieve a SERVER ERROR on line xx where xx is the mail() function. Ofcourse i can create a loop to send each mail separate but this is not a clean sollution regarding performance! Pleaase HEELLPP!! THX Roger :-) -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]