Decent contact form without plugin?

I know there are some pretty good plugins out there, but how about a DIY contact form? There are some tutorials around but it still seems to be a tedious business if you want to have proper sanitation (which you should).

So I wonder if there’s a fairly straight forward solution to go without a plugin?

If you don’t need to store it in the database, a form with some simple PHP cleanup and PHP’s mail() method is pretty easy to whip up.

Yeah, I figured so in the meantime since I found some tutorials to tinker with. Can say more in a few days time hopefully.