Re: how to send mail using Perl

2003-11-22 Thread R. Joseph Newton
liuxu wrote: > I want to send mail using perl,the following is my code. > There are not any error or warning when the program run. > But i can not receive the mail. Please help me ! thanks! > > use Net::SMTP; Are you asking for strict compilation or warnings? That is really the first step: use

RE: how to send mail using Perl

2003-11-21 Thread Ned Cunningham
[EMAIL PROTECTED] -Original Message- From: LoBue, Mark [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 12:53 PM To: liuxu; [EMAIL PROTECTED] Subject:Re: how to send mail using Perl

Re: how to send mail using Perl

2003-11-21 Thread LoBue, Mark
At 07:12 PM 11/20/2003, liuxu wrote: I want to send mail using perl,the following is my code. There are not any error or warning when the program run. But i can not receive the mail. Please help me ! thanks! use Net::SMTP; $smtp = Net::SMTP->new('192.168.1.169') or die "Can not connect to the mail

RE: how to send mail using Perl

2003-11-21 Thread Rajesh Dorairajan
Sendmail is a nice Perl module that lets you do this. http://www.tneoh.zoneit.com/perl/SendMail/ Rajesh -Original Message- From: Paul Kraus [mailto:[EMAIL PROTECTED] Sent: Friday, November 21, 2003 8:36 AM To: 'liuxu'; [EMAIL PROTECTED] Subject: RE: how to send mail using Pe

RE: how to send mail using Perl

2003-11-21 Thread Paul Kraus
Check out MIME::Lite. -Original Message- From: liuxu [mailto:[EMAIL PROTECTED] Sent: Thursday, November 20, 2003 10:13 PM To: [EMAIL PROTECTED] Subject: how to send mail using Perl I want to send mail using perl,the following is my code. There are not any error or warning when the

RE: how to send mail using Perl

2003-11-21 Thread Levon Barker
> -Original Message- > From: liuxu [mailto:[EMAIL PROTECTED] > Sent: Thursday, November 20, 2003 10:13 PM > To: [EMAIL PROTECTED] > Subject: how to send mail using Perl > > > I want to send mail using perl,the following is my code. > There are not any error or w

how to send mail using Perl

2003-11-21 Thread liuxu
I want to send mail using perl,the following is my code. There are not any error or warning when the program run. But i can not receive the mail. Please help me ! thanks! use Net::SMTP; $smtp = Net::SMTP->new('192.168.1.169') or die "Can not connect to the mail server : $! \n"; $smtp->mail('[EMAIL