RE: [PHP-WIN] PHP Mail 501 error

2008-06-24 Thread Dan Mashal
EMAIL PROTECTED] Sent: Tuesday, June 24, 2008 1:01 PM To: php-windows@lists.php.net Subject: Re: [PHP-WIN] PHP Mail 501 error > Hello, > > > > We are running MediaWiki on PHP 5.2.6 with Apache for Windows. > > > > Every time we try to use an IIS mail server as

Re: [PHP-WIN] PHP Mail 501 error

2008-06-24 Thread Niel Archer
> Hello, > > > > We are running MediaWiki on PHP 5.2.6 with Apache for Windows. > > > > Every time we try to use an IIS mail server as an MTA we receive a 501 > error. When we use a Unix postfix based MTA it works fine. > > > > Could anyone please tell me what I need to do to modify my

RE: [PHP-WIN] PHP Mail 501 error

2008-06-24 Thread Dan Mashal
AM To: Dan Mashal; php-windows@lists.php.net Subject: RE: [PHP-WIN] PHP Mail 501 error Just a thought, and may be wrong, but as RCPT TO in rfc 2821 (http://www.rfc-editor.org/rfc/rfc2821.txt) Only one layer of backets is used? -Original Message- From: Dan Mashal [mailto:[EMAIL PROTECTED

RE: [PHP-WIN] PHP Mail 501 error

2008-06-24 Thread Brereton, Stephen
Just a thought, and may be wrong, but as RCPT TO in rfc 2821 (http://www.rfc-editor.org/rfc/rfc2821.txt) Only one layer of backets is used? -Original Message- From: Dan Mashal [mailto:[EMAIL PROTECTED] Sent: 23 June 2008 19:42 To: php-windows@lists.php.net Subject: [PHP-WIN] PHP Mail 501

[PHP-WIN] PHP Mail 501 error

2008-06-23 Thread Dan Mashal
Hello, We are running MediaWiki on PHP 5.2.6 with Apache for Windows. Every time we try to use an IIS mail server as an MTA we receive a 501 error. When we use a Unix postfix based MTA it works fine. Could anyone please tell me what I need to do to modify my PHP.ini to get this to work

Re: [PHP-WIN] PHP Mail Delayed

2008-02-23 Thread Chuck
et. Bill -Original Message- From: Chuck [mailto:[EMAIL PROTECTED] Sent: Thursday, February 21, 2008 8:43 PM To: php-windows@lists.php.net Subject: [PHP-WIN] PHP Mail Delayed My ISP recently installed PHP on a Windows 2003 server. I am trying to use PHP to allow users to send form gener

RE: [PHP-WIN] PHP Mail Delayed

2008-02-22 Thread Bill Bolte
I would talk to your ISP to see what may need to be set. Bill -Original Message- From: Chuck [mailto:[EMAIL PROTECTED] Sent: Thursday, February 21, 2008 8:43 PM To: php-windows@lists.php.net Subject: [PHP-WIN] PHP Mail Delayed My ISP recently installed PHP on a Windows 2003 server. I

[PHP-WIN] PHP Mail Delayed

2008-02-22 Thread Chuck
My ISP recently installed PHP on a Windows 2003 server. I am trying to use PHP to allow users to send form generated EMIL from our website. The interface works but the mail takes 3-4 hours to arrive. Is there a configuration setting that could be causing this problem? -- PHP Windows Mailing Lis

[PHP-WIN] PHP Mail Delayed

2008-02-22 Thread Chuck
My ISP recently installed PHP on a Windows 2003 server. I am trying to use PHP to allow users to send form generated EMIL from our website. The interface works but the mail takes 3-4 hours to arrive. Is there a configuration setting that could be causing this problem? -- PHP Windows Mailing Lis

[PHP-WIN] php: mail

2008-02-12 Thread Maria Oliveira
Im using this code to sent an email from the server to an email that the user write into a form, with a file attached, BUT it seems not to work. It 'echo' the message 'Mail Sent' but im not reciving any email, i even check on my spam... not in gmail or yahoo or hotmail Thanks!!! $headers .= "\

[PHP-WIN] php mail function

2007-12-06 Thread vikas batra
Hi, In my site all emails are going fine 3-4 days ago.but now not even a single mail is coming.hosting environment is Cpanel based...I m using mail() function of php for sending mails, what may be the problem, any body can help me in this case. Thanks, Vikas Batra 5, 50, 500, 5000

RE: [PHP-WIN] php mail()

2002-01-24 Thread Martin Lindhe
> My Problem: > > When I receive the mail, in the from(sender) line is > something like www-data, but I wont the real sender adress > for example [EMAIL PROTECTED] in the from line not in the > subject line or in the message, just in the from line! > > Is this possible or impossible $address

AW: [PHP-WIN] php mail()

2002-01-24 Thread k . krohn
Hello Fabian! Try this: Works fine for me, should work for you, too. Be carefull with $extra_header. If you forget a blankspace or an \n, it won't work. More Infos at: http://www.php.net/manual/en/function.mail.php (German: http://www.php.net/manual/de/function.mail.php ) Karsten > I hav

[PHP-WIN] php mail()

2002-01-24 Thread Fabian Hoffmann
Hello! I have made a php formmailer! My Problem: When I receive the mail, in the from(sender) line is something like www-data, but I wont the real sender adress for example [EMAIL PROTECTED] in the from line not in the subject line or in the message, just in the from line! Is this possible or

[PHP-WIN] R: [PHP-WIN] PHP Mail / PHP.ini

2002-01-16 Thread Darvin Andrioli
Paul wrote ... > When trying to configure the ini file to accomodate email, I rightly or > wrongly edited the 'php.ini-recommended' file to my SMTP entry to: > These are "suggested" configuration. You may use one of them and configure it to match your requirement. About mail parameter, I haven't

[PHP-WIN] PHP Mail / PHP.ini

2002-01-16 Thread Paul Wallace
Hello, I have recently installed PHP 4 (c:\PHP) with Apache. I have successfully run multiple PHP scripts with some quite complex code. Except for MAIL! Upon installing PHP I had 3 PHP.? files with a search for 'php.ini': c:\PHP\pear\tests\php - with 2 line content: ; php.ini for PEAR te

Re: [PHP-WIN] PHP Mail() function. Help please...

2001-11-18 Thread Anthony Ritter
Thank you Julie. It works fine now. Regards, Tony Ritter -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP-WIN] PHP Mail() function. Help please...

2001-11-18 Thread Julie Meloni
Sunday, November 18, 2001, 4:03:37 PM, you wrote: AR> Warning: Failed to connect in C:\Program Files\Apache AR> Group\Apache\htdocs\send_simpleform.php AR> in line 10. AR> I have made the corrections in my php.ini file in the [mail function] AR> to read as follows: AR> SMTP=localhost AR> [EMAI

[PHP-WIN] PHP Mail() function. Help please...

2001-11-18 Thread Anthony Ritter
I'm reading J.Meloni's tutorial on page 119 in "Fast and Easy" and she is explaining using the PHP mail function. I'm using MS Windows 98. There are two scripts for this example... One is the .html file which lays out the form with input boxes, a textarea box and a submit button. It is: Si