Kristofer Wolff wrote:
> 
> hi, i buiold up a new SMTP conection:
> 
>         $smtp = Net::SMTP->new($MAIL{recive_mailserver});
> print "ms, $MAIL{recive_mailserver}, $!";
> 
> and it returns :
> ms, ns2.internet-shop.net, No such file or directory
> 
> what means "No such file or directory" in this Case ?

Who knows.  My guess is you are going to the nameserver instead of the mail 
server with a name like ns2....

-- 
  ,-/-  __      _  _         $Bill Luebkert   ICQ=14439852
 (_/   /  )    // //       DBE Collectibles   http://www.todbe.com/
  / ) /--<  o // //      Mailto:[EMAIL PROTECTED] http://dbecoll.webjump.com/
-/-' /___/_<_</_</_    http://www.freeyellow.com/members/dbecoll/
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to