Re: fatal: Recipient addresses must be specified on the command line or via the -t option

2007-09-13 Thread Martin Tournoij
error is logged into /var/log/maillog > > *Sep 13 21:17:28 veejay postfix/sendmail[1396]: fatal: Recipient addresses > must be specified on the command line or via the -t option* > What is wrong there? Here is the php script. there is address: > > > $to = "[EMAIL PROTECT

fatal: Recipient addresses must be specified on the command line or via the -t option

2007-09-13 Thread VeeJay
/sendmail[1396]: fatal: Recipient addresses must be specified on the command line or via the -t option* What is wrong there? Here is the php script. there is address: $to = "[EMAIL PROTECTED]"; $from = "[EMAIL PROTECTED]"; $subject = "Hi!"; $from_header = "From: $from&