I submitted it two days ago via that form.
I've noticed something else:
I'm no perl hacker, but in the ubb_library2.pl file, in the SendEmail function, if I write out a couple of the variables for debugging, I don't get what I expect.
My server is set to 128.0.0.25 in the control panel. $EmailServer contains 128.0.0.25:25 but after the gethostbyname($EmailServer) line, $remote_ip appears to be empty.
Is it me not knowing how to print $remote_ip? Or is gethostbyname not working?
How can I hard code the IP to get round this?
I tried:
$remote_sock = pack('Sna4x8', AF_INET, 25, '128.0.0.25');
But that seemed to just take ages and then gave me the same error.
128.0.0.25 is definitely running an SMTP server on port 25 which is accessable and relayable from the webserver that hosts UBB.
Thanks,
Nick...