I am using php mail to notify my subscribers of new blog posts.
Because my below function wasn't sending I decided to add an error catcher, and mail() returns true, and it shows my email address, however the email is not sent. Please help
$sql = "SELECT * FROM subscribers";
while ($ste =...