[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Need some help / fmail.pl script !
- Subject: Re: [cobalt-users] Need some help / fmail.pl script !
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Sat Apr 7 00:21:44 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
"Pro Performance as" <post@xxxxxxxxxxxxxxxxx> wrote
> Need some help to get a fmail script working on my raq4.
>
> I hope some of the pro. on the list may give me some help to get the script
working.
> The person who was supposed to help me just disappeared.
> This is actually a big rush for me....
>
> See script here : www.insert.no
>
$mailprog = '/bin/sendmail';
should be
$mailprog = '/usr/sbin/sendmail';
What is the problem with the script?
Gerald