in reply to Difficulty in sending mail with Activestate Perl 5.10 on a windows server

Thanks for all your suggestions guys! What I had to do was 'use' the SendMail module like this:-
use lib "Mail::SendEasy";
This page was where I got the answer from :- http://perl.apache.org/docs/general/perl_reference/perl_reference.html#use____require____do_____INC_and__INC_Explained
  • Comment on Resolved: Difficulty in sending mail with Activestate Perl 5.10 on a windows server
  • Download Code

Replies are listed 'Best First'.
Re: Resolved: Difficulty in sending mail with Activestate Perl 5.10 on a windows server
by Anonymous Monk on Feb 03, 2009 at 08:41 UTC
    :: is illegal filename character on windows, so it was probably use lib 'D:/some/path';