Werner Otto wrote:
Gunnar Hjalmarsson wrote:
If you don't get any error messages, another theory is that it
has something to do with the configuration of the mail server.
You could for instance try to change

    my $mail_host = 'smtp.dcs.kcl.ac.uk';

to

my $mail_host = 'localhost';

I can't see that when it works from the command line, now I have to change the smtp details?

Do you know which criteria the mail server is using to decide if it shall relay a message? If not, you could at least try it.

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to