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 >> accepting the mail here is the script : >> >> >>

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 strict; > use warnings; > use Net:

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