Re: Having a problem with sendmail

2001-08-21 Thread Craig S Monroe
] -- You will never find time for anything. If you want time, you must make it. Charles Buxton - Original Message - From: "Maxim Berlin" <[EMAIL PROTECTED]> To: "Beginners@Perl (E-mail)" <[EMAIL PROTECTED]> Sent: Tuesday, August 21, 2001 6:57 PM Su

Re: Having a problem with sendmail

2001-08-21 Thread Maxim Berlin
Hello Craig, Wednesday, August 22, 2001, Craig S Monroe <[EMAIL PROTECTED]> wrote: CSM> The script completes, but the mail is never sent. CSM> I do not receive any errors.. CSM> #! /usr/bin/perl -w CSM> use strict; CSM> my $from = "mailer\@testsite\.com"; CSM> my $email = "cmonroe11\@mediaone

Re: Having a problem with sendmail

2001-08-21 Thread Paul Johnson
On Tue, Aug 21, 2001 at 06:12:25PM -0400, Craig S Monroe wrote: > The script completes, but the mail is never sent. > I do not receive any errors.. Have you checked your mail logs? > #! /usr/bin/perl -w > > use strict; > > my $from = "mailer\@testsite\.com"; > my $email = "cmonroe11\@mediaone\

Having a problem with sendmail

2001-08-21 Thread Craig S Monroe
The script completes, but the mail is never sent. I do not receive any errors.. #! /usr/bin/perl -w use strict; my $from = "mailer\@testsite\.com"; my $email = "cmonroe11\@mediaone\.net"; my $subject = "This is a test mail"; my $messagebody = ""; my $mail_program; # Initiate the email to the