Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Sep 2007 01:46:19 +0200
From:      Martin Tournoij <carpetsmoker@xs4all.nl>
To:        freebsd-questions@freebsd.org
Cc:        maanjee@gmail.com
Subject:   Re: fatal: Recipient addresses must be specified on the command line or via the -t option
Message-ID:  <20070913234618.GA64826@glitch.rwxrwxrwx.net>
In-Reply-To: <2cd0a0da0709131341v4f6da28xae9040afb4b40dfb@mail.gmail.com>
References:  <2cd0a0da0709131341v4f6da28xae9040afb4b40dfb@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu 13 Sep 2007 22:09, VeeJay wrote:
> Hello there
> 
> Could someone help me? I am really tired now spending 24 hours continously
> makeing it work...
> 
> I have installed Postfix on my 6.2 freebsd box. Now, whenever, I try to run
> a php script to send mail out, this 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 = "info@badawa.com";
> $from = "info@example.net";
> $subject = "Hi!";
> $from_header = "From: $from";
> $contents = "this is email test\n\nDoes it work?";
> 
> if (mail($to, $subject, $contents, $from_header)) {
>   echo("<p>Message successfully sent!</p>");
>  } else {
>   echo("<p>Message delivery failed...</p>");
>  }
> 
> -- 
> Thanks!
> 
> BR / vj

The script is fine, just tested it to be sure (lighttpd 1.4.18, php
5.2.3, postfix 2.4.5)

Does postfix work at all? What hapens when you try to send mail with mail(1)?
Can you attach you postfix and php configuration?

Regards,
Martin Tournoij



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070913234618.GA64826>