]
--
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
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
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\
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