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