Re: [PHP] Mail problems with Outlook

2006-04-08 Thread Richard Lynch
Because you have created ta totally BOUGS MIME email. You've rn rough-shod over the standards for html enhanced (cough, cough) email. Use plain-text, or do a ton of research or use the MIME email classes from http://phpclasses.org On Sat, April 8, 2006 5:52 pm, Schalk wrote: Greetings All,

[PHP] PHP - mail problems - HELP!!! PLEASE

2005-01-15 Thread Kelly
I am having trouble with PHP 5.0.3. I am running Apache 1.3.29. I am running Solaris 9 x86 on an Intel box. I get no errors when I start Apache. I get no errors when I run configtest. My problem is mail() does not work. It does invoke sendmail as there is activity in sendmail log. When I

[PHP] Re: PHP - mail problems - HELP!!! PLEASE

2005-01-15 Thread Manuel Lemos
Hello, on 01/15/2005 12:59 AM Kelly said the following: I am having trouble with PHP 5.0.3. I am running Apache 1.3.29. I am running Solaris 9 x86 on an Intel box. I get no errors when I start Apache. I get no errors when I run configtest. My problem is mail() does not work. It does invoke

Re: [PHP] PHP - mail problems - HELP!!! PLEASE

2005-01-15 Thread John Hicks
Kelly wrote: I am having trouble with PHP 5.0.3. I am running Apache 1.3.29. I am running Solaris 9 x86 on an Intel box. I get no errors when I start Apache. I get no errors when I run configtest. My problem is mail() does not work. It does invoke sendmail as there is activity in sendmail

[PHP] mail problems - phpinfo information

2004-10-13 Thread Jed R. Brubaker
I have been having all kinds of problems with the mail() function in PHP. I realize that there are problems inheritly, but I think I am still trying to track down the problem. My latest theory is that PHP isn't set up to work with the right mailing program. I know that our system is supposed

RE: [PHP] mail problems - phpinfo information

2004-10-13 Thread Jay Blanchard
[snip] ... making me wonder if a local sendmail is handling the requests instead. With all of the above refering to sendmail, is there anyway that my mail() can actually be using qmail? [/snip] From http://www.php.net/mail, something you have not read apparently For the Mail functions to

Re: [PHP] mail problems - phpinfo information

2004-10-13 Thread Matthew Sims
I have been having all kinds of problems with the mail() function in PHP. I realize that there are problems inheritly, but I think I am still trying to track down the problem. My latest theory is that PHP isn't set up to work with the right mailing program. I know that our system is

Re: [PHP] mail problems - phpinfo information

2004-10-13 Thread John Nichel
Jed R. Brubaker wrote: I have been having all kinds of problems with the mail() function in PHP. I realize that there are problems inheritly, but I think I am still trying to track down the problem. My latest theory is that PHP isn't set up to work with the right mailing program. I know that

Re: [PHP] mail problems - phpinfo information

2004-10-13 Thread Jed R. Brubaker
So as I am not an administrator, and all I have to go on is phpinfo (unless anyone has some suggestions), should I be seeing some trace of qmail in the phpinfo? That is why I posted. I apologize if I didn't make it clear. I have read all about mail, and even used the fantastic Lemos MIME

Re: [PHP] mail problems - phpinfo information

2004-10-13 Thread John Nichel
Jay Blanchard wrote: From http://www.php.net/mail, something you have not read apparently Pt. Read? Why would I do that? ;) -- John C. Nichel ÜberGeek KegWorks.com 716.856.9675 [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP] mail problems - phpinfo information

2004-10-13 Thread John Nichel
Jed R. Brubaker wrote: So as I am not an administrator, and all I have to go on is phpinfo (unless anyone has some suggestions), should I be seeing some trace of qmail in the phpinfo? No. snip Given the paths phpinfo is reporting, is there anyway that the system could somehow still be using

Re: [PHP] mail problems - phpinfo information

2004-10-13 Thread bbonkosk
- Original Message - From: Jed R. Brubaker [EMAIL PROTECTED] Date: Wednesday, October 13, 2004 1:21 pm Subject: Re: [PHP] mail problems - phpinfo information So as I am not an administrator, and all I have to go on is phpinfo (unless anyone has some suggestions), should I be seeing

Re: [PHP] mail problems - phpinfo information

2004-10-13 Thread Matthew Sims
So as I am not an administrator, and all I have to go on is phpinfo (unless anyone has some suggestions), should I be seeing some trace of qmail in the phpinfo? That is why I posted. I apologize if I didn't make it clear. I have read all about mail, and even used the fantastic Lemos MIME

Re: [PHP] mail problems - phpinfo information

2004-10-13 Thread Jason Wong
On Thursday 14 October 2004 01:10, Matthew Sims wrote: The mail settings in php.ini is for Windows only. When using PHP on Unix/Linux, mail() always defaults to the sendmail binary on localhost. So you can ignore what it says in phpinfo. That's incorrect. The sendmail_path = setting is

Re: [PHP] mail() problems...

2002-12-07 Thread Anthony Ritter
Jason Wong wrote: Would you mind disclosing what you did to make it work? Those searching the archives in generations to come would appreciate what the conclusion was. . Sure. 1. I put it the _correct _name of my ISP's mailserver. No more errros. However...that sent out the

[PHP] mail() problems...

2002-12-06 Thread Anthony Ritter
I'm using MS Win98 and Apache and getting the following after submitting the mail form: .. Warning: Failed to Connect in c:\program files\apache group\apache\htdocs\send_simpleform.php on line 14 The html and php scripts follow along with my php.ini settings. Any help would

Re: [PHP] mail() problems...

2002-12-06 Thread DL Neil
Anthony, Do you have an SMTP server on your Win98 localhost? Recommend you change the PHP.INI SMTP= to say the same as your email package's server definitions. =dn I'm using MS Win98 and Apache and getting the following after submitting the mail form: .. Warning: Failed to Connect

Re: [PHP] mail() problems...

2002-12-06 Thread Anthony Ritter
to connect. Please advise. I'm using MS OE5. Thank you. TR .. - Original Message - From: DL Neil [EMAIL PROTECTED] To: Anthony Ritter [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Friday, December 06, 2002 10:37 AM Subject: Re: [PHP] mail

Re: [PHP] mail() problems...

2002-12-06 Thread @ Edwin
Hello, Anthony Ritter [EMAIL PROTECTED] wrote: DL, I'm not sure I understand. Let me try :) I had this working a few months ago by changing the php.ini settings to: SMTP = localhost ;for win32 only sendmail_from = [EMAIL PROTECTED] ;for win32 only and I was able to run that script

Re: [PHP] mail() problems...

2002-12-06 Thread DL Neil
]; [EMAIL PROTECTED] Sent: Friday, December 06, 2002 10:37 AM Subject: Re: [PHP] mail() problems... Anthony, Do you have an SMTP server on your Win98 localhost? Recommend you change the PHP.INI SMTP= to say the same as your email package's server definitions. =dn I'm using MS

Re: [PHP] mail() problems...

2002-12-06 Thread Anthony Ritter
Gentlemen, Thank you for your assistance. The PHP mail scripts were taken from Julie Meloni's book on PHP called Fast and East on pp. 116-117. (PrimaTech). In fact, she writes: If you're using PHP4 on Windows, look for the following lines in your php.ini file: [mail function] SMTP =; for

Re: [PHP] mail() problems...

2002-12-06 Thread Jason Wong
On Saturday 07 December 2002 04:35, Anthony Ritter wrote: Gentlemen, Thank you for your assistance. The PHP mail scripts were taken from Julie Meloni's book on PHP called Fast and East on pp. 116-117. (PrimaTech). Let's not blame it on her. In fact, she writes: [snip] Right, but didn't

Re: [PHP] mail() problems...

2002-12-06 Thread Chris Shiflett
--- Anthony Ritter [EMAIL PROTECTED] wrote: If you're using PHP4 on Windows, look for the following lines in your php.ini file: [mail function] SMTP =; for Win32 only sendmail_from = ;for Win32 only You'll need to modify the last two lines so that the mail function works properly.

Re: [PHP] mail() problems...

2002-12-06 Thread Anthony Ritter
DL, Sorry to be a pain... but using either: the address of my outgoing mail server or localhost still gives me: Warning: Failed to Connect in c:\program files\apache group\apache\htdocs\send_simpleform.php on line 14 Thanks again for your time. TR -- PHP General Mailing List

Re: [PHP] mail() problems...

2002-12-06 Thread Anthony Ritter
To all who assisted me today. I finally managed to get the mail () funtion to work. Thank you and happy holidays to you all... TR -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] mail() problems...

2002-12-06 Thread Jason Wong
On Saturday 07 December 2002 12:16, Anthony Ritter wrote: To all who assisted me today. I finally managed to get the mail () funtion to work. Would you mind disclosing what you did to make it work? Those searching the archives in generations to come would appreciate what the conclusion was.

[PHP] mail problems

2002-08-02 Thread Bob Lockie
I can't get mail to work on my system. It always tries to send mail as the user 'nobody' which my Apache 1.3.26 runs as. phpinfo() reports I have the correct path to the php.ini file which specifies it is supposed to send as the user 'bob'. I have sendmail 8.12.5 and PHP 4.2.2 on the same

Re: [PHP] mail problems

2002-08-02 Thread Jason Stechschulte
On Fri, Aug 02, 2002 at 09:34:20PM -0400, Bob Lockie wrote: I can't get mail to work on my system. It always tries to send mail as the user 'nobody' which my Apache 1.3.26 runs as. phpinfo() reports I have the correct path to the php.ini file which specifies it is supposed to send as the

[PHP] Re: PHP mail() problems FIXED

2002-08-01 Thread John Williams
John Williams wrote: I'm having a problem getting the mail() function working on php 4.2.2. I get the error message: Warning: mail() is not supported in this PHP build I'm running Solaris 8 and have set the symlink for sendmail. I have recompiled PHP, set the php.ini to point to sendmail and

[PHP] mail() problems

2002-07-31 Thread dan radom
I'm having provblems with the following script... mail([EMAIL PROTECTED], www form submission, $message, From: $email); ...the variables are being POSTed from a form, which does make it to sendmail. sendmail logs the following... Jul 31 19:32:47 mars sendmail[20605]: g711Wlu20605:

[PHP] PHP mail() problems

2002-07-30 Thread John Williams
I'm having a problem getting the mail() function working on php 4.2.2. I get the error message: Warning: mail() is not supported in this PHP build I'm running Solaris 8 and have set the symlink for sendmail. I have recompiled PHP, set the php.ini to point to sendmail and restarted the web

Re: [PHP] PHP mail() problems

2002-07-30 Thread Rasmus Lerdorf
Try rm config.cache, re-configure and try again On Tue, 30 Jul 2002, John Williams wrote: I'm having a problem getting the mail() function working on php 4.2.2. I get the error message: Warning: mail() is not supported in this PHP build I'm running Solaris 8 and have set the symlink for

[PHP] Mail problems on Mac

2002-03-28 Thread Anders Henke
Hi folks! When I send mail (using the mail-function) and the subject line contains non-english letters like å, ä, ö the special caracters turns into strange symbols. This only happens on Mac OS, wich is pretty strange. Have anyone else encounter this problem? Does anyone have a solution for it,

[PHP] Mail () problems - Need help!

2002-02-18 Thread Anthony Rodriguez
I''ve a php script that gets e-mail addresses from a MySQL db and then using the mail() sends the same message to 100+ recipients. I tested the script twice. FIRST TEST. (1) I commented out the mail() routine. (2) I looped to get the e-mail addresses. (3) I echoed the e-mail addresses on the

Re: [PHP] Mail () problems - Need help!

2002-02-18 Thread Bogdan Stancescu
Your browser probably timed out. Try using flush() after the echo in the loop. You may also encounter PHP timeout - take a look at set_time_limit() if you bump into that. What I don't understand is why you received no mail - are you sure your mail() syntax is correct? You should try a third

Re: [PHP] Mail () problems - Need help!

2002-02-18 Thread DL Neil
Anthony, A common issue. Pertinent info required: 1 Win or *nix? 2 able to send a single msg to a single email addr? 3 does loop get address and send msg to that address, 136 times; or does loop collect 136 addresses and then after closing the loop a single msg is sent to 136 recipients in the

[PHP] php mail problems

2001-12-18 Thread Mike Jarosch
Hello, Using a Solaris box with php 4.0.6 I am having a problem sending mail using mail(). Sendmail is installed and works. Php.ini points to sendmail. What do the -t and -i options do? Are they required? Any ideas what could be wrong? Here is my code: if( mail( myemailaddresshere, Test,

[PHP] Mail() Problems in a heterogenous network

2001-02-26 Thread Parker, John (Snorkel)
Ok. Here's the situation: I'm running PHP on a Unix (SGI) box with Apache as a module running an Intranet web server (call it inside.mydomain.com). Sendmail is running on the machine. I'm on a network with a windows Mail server (MS. Exchange 5.5) with (I'm told) appropriate SMTP services

Re: [PHP] Mail() Problems in a heterogenous network

2001-02-26 Thread Kelly Corkill
ot; [EMAIL PROTECTED] To: "'[EMAIL PROTECTED]'" [EMAIL PROTECTED] Subject: [PHP] Mail() Problems in a heterogenous network Ok. Here's the situation: I'm running PHP on a Unix (SGI) box with Apache as a module running an Intranet web server (call it inside.mydomain.com). Sendmail is run

Re: [PHP] Mail() Problems in a heterogenous network

2001-02-26 Thread php3
Addressed to: "Parker, John (Snorkel)" [EMAIL PROTECTED] "'[EMAIL PROTECTED]'" [EMAIL PROTECTED] ** Reply to note from "Parker, John (Snorkel)" [EMAIL PROTECTED] Mon, 26 Feb 2001 16:02:32 -0600 The behaviour is this: When I send mail from the webserver (running as [EMAIL

[PHP] mail problems in windows2000

2001-01-26 Thread seojuyung
Hello everyone~ I'm a Korean(in ASIA) PHPer. I have some problems with 'mail()' function in windows2000 and PHP4.0 first I met a error message like this Warning: Failed to Connect in d:\apache\htdocs\mail2.php on line 3 OOps ~ so I installed my SMTP services then configured my PHP.ini file

[PHP] Mail problems

2001-01-16 Thread Todd H MacPherson
Hello I am doing a job for a client who has a host that just installed php4 on a WinNT system. He can not get the mail program to work properly. The server that php is on and the mail server are different computers. He, the host, asked me to try and by-pass the the mail utility and send