Re: [PHP-WIN] Mail functions?

2004-08-12 Thread Justin Patrin
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

Re: [PHP-WIN] Mail functions?

2004-08-12 Thread trystano
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,

Re: [PHP-WIN] Mail functions?

2004-08-12 Thread Cory D. Wiles
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

[PHP-WIN] Mail functions?

2004-08-12 Thread Anne Shroeder
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

[PHP-WIN] Mail functions

2003-01-07 Thread Raheel Hussain
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

Re: [PHP-WIN] Mail Functions under Win32

2001-03-24 Thread almir
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

RE: [PHP-WIN] Mail Functions under Win32

2001-03-22 Thread Ignatius Teo
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 > >

RE: [PHP-WIN] Mail Functions under Win32

2001-03-22 Thread Matt Williams
> [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

[PHP-WIN] Mail Functions under Win32

2001-03-22 Thread Schollnick, Benjamin
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