Re: [PHP-DEV] mail() bug??

2002-12-12 Thread Melvyn Sopacua
Sorry, but your problem does not imply a bug in PHP itself. For a list of more appropriate places to ask for help using PHP, please visit http://www.php.net/support.php as this forum is not the appropriate forum for asking support questions. Thank you for your interest in PHP. At 08:57 12-12-2002

[PHP-DEV] mail() bug??

2002-12-11 Thread stormryder
Hi, I'm using the mail() function to send out mails. The problem I'm having is the subject line shows up in the message body. Anybody has any ideas? TIA -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] mail() problem

2002-12-08 Thread Melvyn Sopacua
On Sun, 8 Dec 2002, stormryder wrote: s>>> Hi, s>>> I'm using the mail() function to send out mails. s>>> The problem I'm having is the subject line shows up in the message body. s>>> s>>> Anybody has any ideas? If you ask on the right list, like [EMAIL PROTECTED], then maybe somebody get's ins

[PHP-DEV] mail() problem

2002-12-08 Thread stormryder
Hi, I'm using the mail() function to send out mails. The problem I'm having is the subject line shows up in the message body. Anybody has any ideas? -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-DEV] mail() problem

2002-12-08 Thread stormryder
Hi, I'm using the mail() function to send out mails. The problem I'm having is the subject line shows up in the message body. Anybody has any ideas? TIA -- PHP Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP-DEV] Mail-Header in bug-list

2002-07-26 Thread Joerg Behrens
- Original Message - From: "Georg Richter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 26, 2002 11:04 PM Subject: [PHP-DEV] Mail-Header in bug-list > Hi > > would it be possible to revert the headers, or put the status at the end of &g

[PHP-DEV] Mail-Header in bug-list

2002-07-26 Thread Georg Richter
Hi would it be possible to revert the headers, or put the status at the end of the subject?! Its impossible to read the subjects in your mailclient, even if you use a terminal. Thx in advance Georg -- PHP Development Mailing List To unsubscribe, visit: http://www.php.

[PHP-DEV] mail() function

2002-07-02 Thread Alvaro J Hernandez A
Hi, I have two server, server A is a web server and the server B is a mail server. I need to send a e-mail from my web server with mail() function using the mail server. the file php.ini have a parameter named "sendmail_path", who say me which is its value? thank you... -- -- Alvaro J Hern

[PHP-DEV] mail

2001-11-30 Thread Chamarty Prasanna Kumar
--- Begin Message --- Hi all, using mail() function to send a mail using php. I want to send that mail so that the receiver should not see the FROM address or the mail should go without any FROM address. Please write with an example !! Thanking You, Regards, Ku

Re: [PHP-DEV] mail(); nobody@servername

2001-08-12 Thread Markus Fischer
On Mon, Aug 13, 2001 at 06:31:15AM +0300, Trojland.com wrote : > When I use the mail(); > the email that are sent are from: nobody@servername > is there a way to fix this ? > > - Notice : I use the extra Headers because it does not work .. > - I am on a virtual hosting, so no access to php.ini .

[PHP-DEV] mail(); nobody@servername

2001-08-12 Thread Trojland.com
When I use the mail(); the email that are sent are from: nobody@servername is there a way to fix this ? - Notice : I use the extra Headers because it does not work .. - I am on a virtual hosting, so no access to php.ini .. -- PHP Development Mailing List To unsubscribe,

Re: [PHP-DEV] mail() and windows

2001-07-19 Thread Hartmut Holzgraefe
colin mcdonald wrote: > I've been reading about (and experiencing) the problems with sending > mail on windows. > Question: Are there any plans in the near future to clean/rewrite this > code? I keep seeing the comment that "mail() badly needs a rewrite on > windows". somehow, i have plans

Re: [PHP-DEV] mail() and windows

2001-07-18 Thread Shane Caraveo
to use the internal mailer). Shane - Original Message - From: "colin mcdonald" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, July 18, 2001 1:33 PM Subject: [PHP-DEV] mail() and windows > hi there, > > I've been reading about (and exp

[PHP-DEV] mail() and windows

2001-07-18 Thread colin mcdonald
hi there, I've been reading about (and experiencing) the problems with sending mail on windows. Question: Are there any plans in the near future to clean/rewrite this code? I keep seeing the comment that "mail() badly needs a rewrite on windows". Question(s): If there are no plans in the

[PHP-DEV] mail errors on bug form

2001-04-10 Thread Jason Greene
While updating bugs 9729, 9664, 9656, 8667, I kept getting Warning: Could not execute mail delivery program in /local/Web/sites/phpweb/bugs.php on line 637 Warning: Could not execute mail delivery program in /local/Web/sites/phpweb/bugs.php on line 638 Is anyone aware of this? -Jason --