[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] Sendmail Problem



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