Sorry. Put quotes around the send to address, since it isn't a variable.
mail("info@lb-insurance.com", "this is a test", "This is the email body", "From:info@lb-insurance.com");
But if even that doesn't send, then try putting just the line above alone between PHP script tags in a new file, upload it, run it, then report back.