Forums
(@guber90)
7 years, 4 months ago
I am just trying to send mail using wp_mail, simple mail like that one i posted
<php $to=”[email protected]”; $subject=”Test”; $body=”This is test mail”; wp_mail( $to, $subject, $body, $headers ); ?>
And it doesnt work, have no idea why.