I'd like to be able to solve the following use case
$to = "johndoe@email.com";
$header = "FROM: John Doe<some@site.com>"; <------ ex: set the FROM value with a name
$message = "Your message here.";
$subject = "Your subject";
As of now it looks like the FROM defaults to WordPress