getting 500 internet server error while using php email
Hi, i want to send email to my 600 clients through php email. but the loop works till 20 contacts, after that it show 500 internal server error. I am using - Removed - server. Here is the script:
;
if ($to == "NULL")
{
}
else
{
echo $row['email">;
mysqli_close($con);
// mail($to,"subject","message");
sleep(2);
}
}
?>
-
Hello, What error message do you see in /usr/local/apache/logs/error_log when the "500" message appears in your browser? Thank you. 0
Please sign in to leave a comment.
Comments
1 comment