#4954
udoro
Member

Hello guys, I think I may have found a possible solution to problem.
in the BePro Email options, set the
‘Email Agent’ to ‘Mail’
in the ‘Add New’ page, leave it as ‘wp_mail’

Also make sure to add <?php wp_head();?> before the <head> tag in your header.php file
and add <?php wp_footer();?> before the </body> tag in your footer.php file.

That should work.