AJAX SugBox 
NOTE: Someone sent me an anonymous suggestion on my site that mentioned they still required legacy mode so I've updated the extension to reflect this until I can do further testing.
It worked well when I tried it, but I'm a little disappointed members have not utilised it as yet. Hopefully they may in time, but they also need to trust it is truly confidential. Of course it may need to come off, if it is abused but it's a risk worth taking for now. Simple, clean and easy to install. Nothing great, nothing bad, but that's its beauty and its purpose.
Spam filtering and IP Tracking relies upon your mail server installation. I recommend SpamAssassin for this. Do you have your php.ini setup to send mail? Perhaps the php mail() function is not working because of settings in php.ini. For *nix make sure sendmail_path and sendmail_from is set correctly. For a windows PHP install make sure that SMTP and smtp_port are set properly.
I am suspecting this may be the culprit.
mod_sugbox.php
Line 18
$query = "select email from jos_users where name = 'Administrator'";
Sites using CB may have trouble. Also - should it read...
$query = "select email from jos_users where GROUP = 'SUPER Administrator'";
Thanks!
baskman
Hi, This module is built to work with a default Joomla! database schema. Not one that has been modified with CB. If your administrator accounts name is not 'Administrator' then the module will not work. In this case you could edit the mod_sugbox.php file and replace $recipient = $resArray[0]; with $recipient = "email1@domain.com, email2@domain.com"; Also, make sure that your php.ini file is setup properly to use the mail() function.





