Alright, so just making a php scrip with this:
<?php mail(‘MyEmailAddress@domain.com’,’Subject of the e-mail’,’This is the body of the e-mail!’); ?>
sends me an e-mail. This leads me to believe the problem is indeed not with my host but with WP/BBP…
Also when users try to recover password, they see the same wp-login.php page displaying just code. I this an issue with the server not being able to send emails or something?