just wanted to point out an error i found taken this directly from the mod posted above. f( !$socket = fsockopen($board_config['smtp_host'], 25, $errno, $errstr, 20) ) theres been a change between the time of the upload of that and the smtp.php file heres a simple fix for this particular error f( !$...