[PHP] Problems with mail function

2006-10-24 Thread Ricardo Ríos
Hi wizards, I 'm trying to use mail function in PHP, but this function don't send the email , I have a server with postfix. Does somebody know how to send an email with php and postfix. Thanks in advance.

Re: [PHP] Problems with mail function

2006-10-24 Thread John Nichel
Ricardo Ríos wrote: Hi wizards, I 'm trying to use mail function in PHP, but this function don't send the email , I have a server with postfix. Does somebody know how to send an email with php and postfix. Thanks in advance. Does your install of postfix have a sendmail wrapper? Is it in the

Re: [PHP] Problems with mail function

2006-10-24 Thread Jochem Maas
John Nichel wrote: Ricardo Ríos wrote: Hi wizards, I 'm trying to use mail function in PHP, but this function don't send the email , I have a server with postfix. Does somebody know how to send an email with php and postfix. Thanks in advance. Does your install of postfix have a sendmail

Re: [PHP] Problems with mail function

2006-10-24 Thread Chris
Ricardo Ríos wrote: Hi wizards, I 'm trying to use mail function in PHP, but this function don't send the email , I have a server with postfix. Does somebody know how to send an email with php and postfix. Thanks in advance. Create a phpinfo page and make sure the 'sendmail_path' is set. If

[PHP] Problems with mail function

2004-11-08 Thread Pete
I have a problem with a standard mail() function. If I put a short message ( test ) into it, then the email is sent. If I put a longer message in (Visitors name and address collected from webpage), then the mail is not sent. No error message is generated, the mail just doesn't arrive.

Re: [PHP] Problems with mail function

2004-11-08 Thread Jason Wong
On Monday 08 November 2004 08:23, Pete wrote: I have a problem with a standard mail() function. If I put a short message ( test ) into it, then the email is sent. If I put a longer message in (Visitors name and address collected from webpage), then the mail is not sent. So you're

[PHP] Problems with mail() function

2001-07-11 Thread rodrigo
Hello. I wrote a routine that queries a table (Mysql) to pull about 300 records and record their emails. I iterate over this recorset invoking the mail() function to send an email for each record in this recordset. The problem is that on my providers server, there is a big delay before the

[PHP] Problems with mail() function

2001-05-23 Thread Kevin Fogleman
The problems that I'm having with the mail function stem from the extra arguments that I'm trying to pass it. What I'm trying to do is write a script to mail links to interesting stories to other people. In doing this, I want to make the mail appear that it came from the e-mail address of the

Re: [PHP] Problems with mail() function

2001-05-23 Thread Tolga \thorr\ Orhon
I had smilar problems before and found out that I missed some \ns. It seems that you missed a \n at the end of headers. That might be a reason. Another solution might be replacing \ns with \r\n. I heard in newsgroups and in some documentations that this might be problem in some systems. I

[PHP] Problems with mail function

2001-03-14 Thread Kike
Hi, I have a seious problem with the mail function. It does not send the emails. It returns 1 but does not send them. I think it may be a problem with sendmail permissions. Can you help me? Please. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: [PHP] Problems with mail function

2001-03-14 Thread Colin May
Quoting Kike (Wed, Mar 14, 2001 at 11:59:32AM -) Hi, I have a seious problem with the mail function. It does not send the emails. It returns 1 but does not send them. I think it may be a problem with sendmail permissions. Can you help me? Please. What do the sendmail mail logs say? if

Re: [PHP] Problems with mail function

2001-03-14 Thread stas
? stas - Original Message - From: "Colin May" [EMAIL PROTECTED] To: "Kike" [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, March 14, 2001 11:01 AM Subject: Re: [PHP] Problems with mail function Quoting Kike (Wed, Mar 14, 2001 at 11:59:32AM -) Hi, I h