PHP form - processing multiple checkboxes

First thing, stop creating a bunch of variables for nothing. Secondly, this code is vulnerable to an email header injection attack. The From should be from the server this resides on, not from random spammer using this. I also do not see a proper form here.

Never Ever Trust User Supplied Data.