Re: using Net::SMTP unable to send out a mail

2010-11-04 Thread Agnello George
On Thu, Nov 4, 2010 at 2:40 PM, Rob Coops wrote: > > > On Thu, Nov 4, 2010 at 9:50 AM, Agnello George > wrote: > >> HI >> >> i wrote a small simple script using Net::smtp however my local MTA is not >>

Re: using Net::SMTP unable to send out a mail

2010-11-04 Thread Rob Coops
On Thu, Nov 4, 2010 at 9:50 AM, Agnello George wrote: > HI > > i wrote a small simple script using Net::smtp however my local MTA is not > accepting the mail here is the script : > > > = > > #!/usr/bin/perl > > use

using Net::SMTP unable to send out a mail

2010-11-04 Thread Agnello George
HI i wrote a small simple script using Net::smtp however my local MTA is not accepting the mail here is the script : = #!/usr/bin/perl use strict; use warnings; use Net::SMTP; use Getopt::Long; my $from = '' || 'sys...@server1

using Net::SMTP unable to sen out a mail

2010-11-03 Thread Agnello George
HI i wrote a small simple script using Net::smtp however my local MTA is not accepting the mail here is the script : = #!/usr/bin/perl use strict; use warnings; use Net::SMTP; use Getopt::Long; my $from = '' || 'sys...@server1

Re: strange trace results using Net::SMTP and Mail::Sender

2002-10-11 Thread Jenda Krynicky
From: "Jessee Parker" <[EMAIL PROTECTED]> > I don't know if this points to a bug in my operating system, a bug in > my code or if it's normal but basically when I use these modules and > run a strace (using Linux 7.3) it gives me the following: > > 12:28:39 close(3) = 0 > 1

strange trace results using Net::SMTP and Mail::Sender

2002-10-11 Thread Jessee Parker
I don't know if this points to a bug in my operating system, a bug in my code or if it's normal but basically when I use these modules and run a strace (using Linux 7.3) it gives me the following: 12:28:39 close(3) = 0 12:28:39 munmap(0x400c8000, 4096) = 0 12:28:39 clo

Re: using Net::SMTP

2002-06-21 Thread Ramprasad A Padmanabhan
Drieux wrote: > > On Thursday, June 20, 2002, at 02:02 , Nate Brunson wrote: > >> is there a way I can get Net::SMTP to return errors that it might >> encounter into a variable, or something? >> so that on the page that pops up after the mail is sent, it can >> display errors if there were a

Re: using Net::SMTP

2002-06-20 Thread drieux
On Thursday, June 20, 2002, at 02:02 , Nate Brunson wrote: > is there a way I can get Net::SMTP to return errors that it might > encounter into a variable, or something? > so that on the page that pops up after the mail is sent, it can display > errors if there were any. I have read the man p