We apologize for the instability of composr.app and appreciate your patience. We are working on the statistics addon and trying to find an optimal way to store and render data. Unfortunately, we have yet to find a solution that can handle the traffic (and therefore, tens of millions of statistical records) of composr.app. We're working hard on one.
#1661 - Cannot send email when using Composrs code
In mail.php around line 578
$socket=@fsockopen($host,$port,$errno,$errstr,30.0);
We are getting connection refused
As an aside how do you get your PHP code to show error messages - is there a property I can set so that debug output comes out ?