admin/insertemployee.php has an error on line 155 that messes up sending email to new emplyees. The line currentily reads mail($emailbody,$emailsubject,$email,$from);
and should read mail($email,$emailsubject,$emailbody,$from);
Log in to post a comment.