Under windows there is a bug in php/mail
See here: http://bugs.php.net/bug.php?id=28038
this results in you being unable to send 'From: Full Name <me@domain.com>'
Workaround is:
Set the following before calling the mail function:
ini_set('sendmail_from', 'me@domain.com);