Set this in your php.ini:
sendmail_from = "[EMAIL PROTECTED]"
On Mon, 19 Jul 2004 14:17:17 -0400, robert mena <[EMAIL PROTECTED]> wrote:
> Hi jason,
>
> I've added the SMTP to a smtp server, saved the .ini and restarted the
> server with no luck.
>
> It complains
>
> Warning: mail(): "sendmail_
Hi jason,
I've added the SMTP to a smtp server, saved the .ini and restarted the
server with no luck.
It complains
Warning: mail(): "sendmail_from" not set in php.ini or custom "From:"
header missing in c:\program files\apache
group\apache\htdocs\email.php on line 131
Line 131 is the end of the
You may also wish to look at PEAR::Mail (
http://pear.php.net/package/Mail ). It provides an SMTP interface to
sending mail.
Jason Wong wrote:
On Tuesday 13 July 2004 18:46, robert mena wrote:
I have a small script hosted in a win32/apache/php4 enviroment where I
do not have a local email serv
On Tuesday 13 July 2004 18:46, robert mena wrote:
> I have a small script hosted in a win32/apache/php4 enviroment where I
> do not have a local email server.
>
> I was wondering how could I send emails either connecting directly to
> the mx or sending through a relay.
mail() on Windows system do
Hi,
I have a small script hosted in a win32/apache/php4 enviroment where I
do not have a local email server.
I was wondering how could I send emails either connecting directly to
the mx or sending through a relay.
regards.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit
5 matches
Mail list logo