Thanks Jan,
It worked.
> $ENV{'PATH'} = "";
> open (SENDMAIL, "|/usr/sbin/sendmail -oi -t -odq");
> Are you aware of [EMAIL PROTECTED] I posted my CGI
> questions to [EMAIL PROTECTED] until someone notified me of
> this list.
Yes, I am. And I don't know why I didn't post my question there. But
Hi Marcus,
Marcus Willemsen wrote:
>>>Hi everybody,
>>>
>>>I'm having trouble with setting the path to my sendmail program
>>>when using the -T switch.
>>>Here is a part of the code
>> > snippet__
>> >
>> > #!/usr/bin/perl -wT
>> > #Pull in modules, create form etc.
>> >
>> >
>>
> > > Hi everybody,
> > >
> > > I'm having trouble with setting the path to my sendmail program when
> > using the -T switch. It's a simple script that creates a
> > from, asks for an email adresse and sends an answer after the
> > form was submitted. I keep getting the following error
> > mess
> > Hi everybody,
> >
> > I'm having trouble with setting the path to my sendmail program when
> using the -T switch. It's a simple script that creates a
> from, asks for an email adresse and sends an answer after the
> form was submitted. I keep getting the following error
> message although I
> Hi everybody,
>
> I'm having trouble with setting the path to my sendmail program when
using the -T switch. It's a simple script that creates a from, asks for
an email adresse and sends an answer after the form was submitted. I
keep getting the following error message although I've set the
$ENV{