On Thu, 12 Aug 2004 17:42:57 -0400, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
> Am I correcting thinking that, when you use the mail() function on the hosting
> server, the server will automatically pick up the SMTP server (i assume a hosting
> server will already have the SMTP-Server value in
Am I correcting thinking that, when you use the mail() function on the hosting server,
the server will automatically pick up the SMTP server (i assume a hosting server will
already have the SMTP-Server value in the php.ini file, which we do not have access
to).
But if testing on a local server,
What happens when you try to use the mail function. Did you put your
correct smpt-server in the php.ini?
Anne Shroeder wrote:
Alas, I cannot use the mail() function on Windows. Someone told me about
this: http://www.phpguru.org/static/mime.mail.html but attempts to get it
to work have been futi
Alas, I cannot use the mail() function on Windows. Someone told me about
this: http://www.phpguru.org/static/mime.mail.html but attempts to get it
to work have been futile. Does anyone else have a good and straightforward
solution for sending mail from a web page (results from a form). Nothing
hi,
I m using the mail() function on a server, but having problems,
the problem is that the mail is not being sent.
i consulted with the administrator then he said that i m using 3rd. party QMAIIL
component on the server
so if there is a 3rd party component is used.
what changes should i do for
and what is problem wiht simply using
mail();
yes path should be empty
""Schollnick, Benjamin"" <[EMAIL PROTECTED]> schrieb im
Newsbeitrag
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
>
> I'm not aware of a SENDMAIL equivalent that comes with Windows NT, and I'm
> trying to use a PHP script that
Try blat or WindMail for NT - they're both free.
Ignatius
> -Original Message-
> From: Schollnick, Benjamin [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, 22 March 2001 23:52
> To: [EMAIL PROTECTED]
> Subject: [PHP-WIN] Mail Functions under Win32
>
>
> [mail function]
> SMTP= lysithea.eastgw.x.com ; for Win32 only
> sendmail_from =[EMAIL PROTECTED] ; for Win32 only
> ;sendmail_path = ;for unix only, may supply arguments as well
> (default is 'sendmail -t -i')
>
> Do I need a sendmail equivalent, and does a
I'm not aware of a SENDMAIL equivalent that comes with Windows NT, and I'm
trying to use a PHP script that uses the Mail() settings...
from php.ini
[mail function]
SMTP= lysithea.eastgw.x.com ; for Win32 only
sendmail_from =[EMAIL PROTECTED] ; for Win32 only
;sendm