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:
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.com' ;
my $sub =