Is there a reason you can't use Mail::Mailer?

It's part of MailTools-1.13.tar.gz (or newer) which is available from your
nearest CPAN site.
--
Mac :})
** I may forward private database questions to the DBI mail lists. **
----- Original Message -----
From: "VAHAGN AVEDIAN" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, March 08, 2000 4:17
Subject: Mailing in PERL


> Is there a simple way to set the 'Subject' value when sending an email
> in PERL???
>
> I use the syntax:
>
> $MailAddress = "etxaved\@etxb.ericsson.se";
> $MailFileName = "message.txt";
> `mail $MailAddress < $MailFileName`;
>
> But since the subject is not set the received email gets a blank subject
> field.
>
> Is there a simple solution?

Reply via email to