Hey Kirsle,
That's a really helpful answer thank you:)
ok so now I've got to as below, following your advice:-
#!/usr/bin/perl
use CGI;
use warnings;
use strict;
use lib 'd:/perl/site/lib';
use CGI::Carp qw/fatalsToBrowser/;
use Mail::SendEasy;
my $query = new CGI;
print $query->header()...
Hi All,
I'm trying to send emails via a windows server that I only have low level ftp access to using SendEasy as that's what the hosts recommended using. I've got it to find SendEasy eventually but not it doesn't seem to find the functions in SendEasy. Here's my code :-
#!/usr/bin/perl
use...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.