I think i might have found ur problem ....
In myhotmail.php its missing that button, and it didnt show on tests because most hotmail boxes are now converted to live and using mylive.php , so what you have to do is (if this is the case )
in the last lines in myhotmail.php
replace the line starting with
echo '</table></center></div>
with :
echo '</table></center></div><input type="submit" value="Send Email To Contacts">';
Am updating the zip file for new downloads to fix this issue , u need to replace myhotmail.php
Again i hope this was the problem