[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[cobalt-users] Sendmail Problem
- Subject: [cobalt-users] Sendmail Problem
- From: "ISEE Multimedia" <mail@xxxxxxxxxxxxxxxxxxx>
- Date: Thu Sep 5 16:06:31 2002
- List-id: Mailing list for users to share thoughts on Sun Cobalt products. <cobalt-users.list.cobalt.com>
Hi All,
A customer used to use this script now he says it wont work, sendmail is
running and I have restarted it to make sure, can anyone see anything wrong
with the script? or have any other ideas.
open(REPLY, "|/usr/sbin/sendmail -t");
print REPLY "To: test\@energizze.co.uk \n";
print REPLY "From: automail\@energizze.co.uk \n";
print REPLY "Subject: Automail \n";
print REPLY "TEST\n";
close(REPLY);
Regards
Mark