Replies: 0
It was really strange to find that if there is the word
“request” in the text content and the code doesn’t work
at all. I tried few times with different of my websites
that have this plugin and it was the same for all of them.
If I change the word to “requests” no problem.
Please see the example which i tried.
$to = “xxx@xxxxxxx.com”;
$subject = “Quote”;
$headers = “Reply-To: Name <example@gmail.com>”;
$html_output = “request”;
wp_mail( $to, $subject, $html_output, $headers );
I really cannot understand why this happend!`