Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations MikeeOK on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by jabezhunt

  1. jabezhunt

    Using SendEasy on windows

    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()...
  2. jabezhunt

    Using SendEasy on windows

    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...

Part and Inventory Search

Back
Top