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

[cobalt-developers] Problem with sendmail.



Hi..

I'm wtitting this Perl script that sends an e-mail, so I do this:

open(MAIL, "|/usr/sbin/sendmail") or die "can't open";
print MAIL "To: user\@domain.com\n", "From: user\@domain.com\n", "Subject:
subject\n", "\n$msg\n";
close(MAIL);

(I have all the body of the mail on $msg). And I'm getting this error from
sendmail:

admin... Recipient names must be specified

The script belongs to admin. I'm not getting this error on other machines,
only on the Cobalt..

What could that be?

Thanks.. Bye..

Ariel.