wp-graphql-send-mail
wp-graphql-send-mail copied to clipboard
Can't manually set email headers
I'd like to be able to solve the following use case
$to = "[email protected]";
$header = "FROM: John Doe<[email protected]>"; <------ 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