[PHP] mail() function problem

2004-09-01 Thread Dre
Hi I was trying to use the mail() function, but it did not work, maybe because of some settings problem or something that I can't figure out I went online and tried to execute the following //=== //=

[PHP] mail() function problem

2004-09-01 Thread Dre
Hi I was trying to use the mail() function, but it did not work, maybe because of some settings problem or something that I can't figure out I went online and tried to execute the following //=== //=

Re: [PHP] MAIL function sends as anonymouse@mydomain.com instead of what I specify in php.ini?

2004-08-09 Thread Jason Wong
On Monday 09 August 2004 23:56, BOOT wrote: > I am sure that this is a problem with my MTA configuration not PHP itself, > but any help would be appreciated. > > PHP is set to use sendmail (although I understand that my server may be > using qmail and not really sendmail?) Makes no practical diff

Re: [PHP] MAIL function sends as anonymouse@mydomain.com instead of what I specify in php.ini?

2004-08-09 Thread Robby Russell
On Mon, 2004-08-09 at 08:56, BOOT wrote: > I am sure that this is a problem with my MTA configuration not PHP itself, > but any help would be appreciated. > > PHP is set to use sendmail (although I understand that my server may be > using qmail and not really sendmail?) > > It seems that whatever

[PHP] MAIL function sends as anonymouse@mydomain.com instead of what I specify in php.ini?

2004-08-09 Thread BOOT
I am sure that this is a problem with my MTA configuration not PHP itself, but any help would be appreciated. PHP is set to use sendmail (although I understand that my server may be using qmail and not really sendmail?) It seems that whatever SMPT settings I place in php.ini ignores. (SMTP server

Re: [PHP] mail() function not working

2004-07-31 Thread Justin Patrin
On Sat, 31 Jul 2004 16:15:41 +0100, Robin Wilson <[EMAIL PROTECTED]> wrote: > Hi > > I am not a php programmer but have installed a php based blog. When the php > script tries to use the mail() function it fails. Does the mail function > rely on the sendmail server? Is there a way to make the mail

Re: [PHP] mail() function not working

2004-07-31 Thread Matthew Sims
> Hi > > I am not a php programmer but have installed a php based blog. When the > php > script tries to use the mail() function it fails. Does the mail function > rely on the sendmail server? Is there a way to make the mail() function > just > send via an external smtp server? > > Thanks in advanc

Re: [PHP] mail() function not working

2004-07-31 Thread raditha dissanayake
Robin Wilson wrote: Hi I am not a php programmer but have installed a php based blog. When the php script tries to use the mail() function it fails. what error message does it produce? Does the mail function rely on the sendmail server? no works with any mta. Is there a way to make the mail() fun

[PHP] mail() function not working

2004-07-31 Thread Robin Wilson
Hi I am not a php programmer but have installed a php based blog. When the php script tries to use the mail() function it fails. Does the mail function rely on the sendmail server? Is there a way to make the mail() function just send via an external smtp server? Thanks in advance Robin --- Out

[PHP] Mail Function

2004-03-07 Thread Will
Hello All, I have a question. I installed PHP on a windows XP machine. When I try to send a form it says: "Warning: mail(): sendmail_from not set in php.ini or custom "From: header. My header are as follows: $subject = "FeedBack From Site"; $msg = "Senders Name: $_POST[name]\n"; $msg .= "S

[PHP] Mail function problem

2004-01-10 Thread Rolf Berkenbosch
Hi All, I have a big problem with the mail function in PHP. I have installed PHP 4.3.3. But no email where send With the mail function. If I run this script as root. There Is no problem.. What do I need to change?? Thanks, Rolf

RE: [PHP] mail function error - win32

2003-11-01 Thread Julien Wadin
When you use the mail function, you must give the first argument. The 'to' is not in the headers Try this, it should work -Message d'origine- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Envoyé : samedi 1 novembre 2003 22:11 À : [EMAIL PROTECTED] Objet : [PHP] mail

[PHP] mail function error - win32

2003-11-01 Thread orlandopozo
I try to send from my pc a mail with the function mail(), but if doesn't work, I have tried several time, but nothing, I don't know what could be, because the same script work well in a remote host. in my php.ini, I put: [mail function] ; For Win32 only. SMTP = mail.serbis.com I also put [mai

[PHP] mail function error - win32

2003-11-01 Thread orlandopozo
I try to send from my pc a mail with the function mail(), but if doesn't work, I have tried several time, but nothing, I don't know what could be, because the same script work well in a remote host. in my php.ini, I put: [mail function] ; For Win32 only. SMTP = mail.serbis.com I also put [mai

Re: [PHP] Mail() Function on Cobalt Raq 4

2003-10-22 Thread Mike Morton
Have you checked the mail logs (should be /var/log/mail.log or something similar) you could be getting errors from the mail server rather than the php side. I have had it where I thought that it was php but it turned out be a local relaying error )On 10/22/03 10:16 AM, "Peter Graber" <[EMAIL

[PHP] Mail() Function on Cobalt Raq 4

2003-10-22 Thread Peter Graber
Using a Cobalt Raq 4 w/php 4.3.1. The sendmail_path is : /usr/sbin/sendmail -t -iThis seems to be right. Can't get mail to send. Script works on other servers without fail. PHP Info here: http://www.ncafp.com/cgi-bin/phpInfo.php -- PHP General Mailing List (http://www.php.net/) To unsubs

[PHP] mail function

2003-09-10 Thread Deependra b. Tandukar
Dear all, Recently installed PHP in my Linux server. It says, mail function is not enabled? How is turn this on? Regards, _DT -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] mail() function

2003-08-27 Thread Matthias Wulkow
Hi php-general, I have a question about the mail function. In the API I saw, that when running on linux, I just need the binary sendmail, usually located on /usr/sbin. Windows users need a running mail-server. I have php working on a linux machine. Why do I need to have postfix running then to m

[PHP] mail function and php.ini file

2003-08-27 Thread Angelo Zanetti
Hi guys I am new to the mail function. I have looked in the manual however there isnt much about the mail function. I am trying to use the function and get returned this error: Warning: mail() [function.mail]: Failed to connect to mailserver at "localhost" port 25, verify your "SMTP" and "smtp_po

[PHP] mail() function failure

2003-08-14 Thread Brad Esclavon
I have made a simple script to mail an email to a person on my domain. i have tested the script with different values and i still cannot get the email. when i execute the mail function, it returns true, so i know it gets to the mail server, but the mail server doesnt actually send it. i am being ho

Re: [PHP] mail() function failure

2003-08-14 Thread Jason Wong
On Thursday 07 August 2003 23:19, Brad Esclavon wrote: > I have made a simple script to mail an email to a person on my domain. i > have tested the script with different values and i still cannot get the > email. when i execute the mail function, it returns true, so i know it gets > to the mail ser

Re: [PHP] mail function

2003-07-20 Thread Peda
sendmail_path = /usr/sbin/sendmail OS is Linux -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] mail function

2003-07-20 Thread Jason Wong
On Sunday 20 July 2003 23:00, Peda wrote: > I put this PHP script on web server: > > if (mail("[EMAIL PROTECTED]", "brati", "peda", "From: Peda")== TRUE) > print("U redu je"); > else > print("Greska"); > ?> > > But It seems that mail function doesn't work. I don't get any e-mail. > > Can anyone

Re: [PHP] mail function

2003-07-20 Thread Curt Zirzow
* Thus wrote Peda ([EMAIL PROTECTED]): > I put this PHP script on web server: > > TRUE) print("U redu je"); else print("Greska"); ?> > > But It seems that mail function doesn't work. I don't get any e-mail. > > Can anyone tell me what is wrong. What does your sendmail_path say in your config,

[PHP] mail function

2003-07-20 Thread Peda
I put this PHP script on web server: But It seems that mail function doesn't work. I don't get any e-mail. Can anyone tell me what is wrong. Greetings. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] mail() function

2003-07-07 Thread Mike At Spy
They have it set to "Show all errors except for notices". -Mike > -Original Message- > From: Brian S. Drexler [mailto:[EMAIL PROTECTED] > Sent: Monday, July 07, 2003 2:18 PM > To: 'Mike At Spy' > Subject: RE: [PHP] mail() function > > > O

RE: [PHP] mail() function

2003-07-07 Thread Mike At Spy
age- > From: Brian S. Drexler [mailto:[EMAIL PROTECTED] > Sent: Monday, July 07, 2003 2:06 PM > To: 'Mike At Spy' > Subject: RE: [PHP] mail() function > > > I assume you are running this on the command line. Does the file > have the correct permissions? &

RE: [PHP] mail() function

2003-07-07 Thread Brian S. Drexler
Can you run a regular phpinfo() command? -Original Message- From: Mike At Spy [mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 1:57 PM To: [EMAIL PROTECTED]; Mike At Spy Cc: [EMAIL PROTECTED] Subject: RE: [PHP] mail() function I can't tell what the version is, but I can tel

RE: [PHP] mail() function

2003-07-07 Thread Brian S. Drexler
[mailto:[EMAIL PROTECTED] Sent: Monday, July 07, 2003 1:57 PM To: [EMAIL PROTECTED]; Mike At Spy Cc: [EMAIL PROTECTED] Subject: RE: [PHP] mail() function I can't tell what the version is, but I can tell you that the kernel is: 2.4.7-10 Maybe it has something to do with what identity php or

RE: [PHP] mail() function

2003-07-07 Thread Mike At Spy
, 2003 1:01 PM > To: Mike At Spy > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] mail() function > > > Yeah, umm, thats a weird error message. > What server platform / OS? > > > On Mon, 2003-07-07 at 12:58, Mike At Spy wrote: > > Is anyone familiar with the m

Re: [PHP] mail() function

2003-07-07 Thread Adam Voigt
Yeah, umm, thats a weird error message. What server platform / OS? On Mon, 2003-07-07 at 12:58, Mike At Spy wrote: > Is anyone familiar with the mail function and how it works on the server? I > can't get it to work on a client's server, and this error shows up in the > error log: > > PHP Warni

[PHP] mail() function

2003-07-07 Thread Mike At Spy
Is anyone familiar with the mail function and how it works on the server? I can't get it to work on a client's server, and this error shows up in the error log: PHP Warning: U1À‰å]Éö¼': Unable to initialize module Module compiled with debug=144, thread-safety=135 module API=1119810252 PHP com

[PHP] mail() function & exchange

2003-06-10 Thread Matthias Wulkow
Hi php-general, a friend of mine is trying to set up an automated mailing function. The platform is Windows & he's using the last PHP release at this time. He asks me how to do it with Exchange, because it doesn't speak SMTP or not correctly? What is the matter? Is that true? But that's not really

Re: [PHP] mail function problem

2003-05-31 Thread Michael Geier
changing the value in the php.ini file is not the ideal option, as it screws things up for all of users/scripts on the server. you could use ini_set() for the script to change the sendmail_path var for that script. you could use a mail class that does alot of the grunt work for you (Manuel Lemos

Re: [PHP] mail function problem

2003-05-30 Thread David Grant
Bersani Francesco wrote: Hi, I have a problem with the "mail" function; it always sends mails assuming in the "from" field the user "[EMAIL PROTECTED]". I tried to override it with this code: mail($email, $subject, $message, $headers); ?> -- It doesn't work... C

[PHP] mail function problem

2003-05-30 Thread Bersani Francesco
Hi, I have a problem with the "mail" function; it always sends mails assuming in the "from" field the user "[EMAIL PROTECTED]". I tried to override it with this code: mail($email, $subject, $message, $headers); ?> -- It doesn't work... Can anybody help me ?

[PHP] mail() function

2003-03-24 Thread John Love
The use of the standard mail(...) function is just not working and I would really appreciate some patient soul's time to access: http://www.up.net/~jolove/PHP/EMail/EmailPHP.phps and look at the code ... it really is very short ... The function send() returns success, yet my mail client, E

Re: [PHP] mail function

2003-03-23 Thread Jason Sheets
Hello John, Please make a copy of the file with a .phps or .txt extension so the code is not parsed by PHP. Thanks, Jason John Love wrote: The use of the standard mail(...) function is just not working and I would really appreciate some patient soul's time to access: http://www.up.net/~

[PHP] mail function

2003-03-23 Thread John Love
The use of the standard mail(...) function is just not working and I would really appreciate some patient soul's time to access: http://www.up.net/~jolove/PHP/EMail/EmailPHP.php and look at the code ... it really is very short ... The function send() returns success, yet my mail client, Eu

[PHP] mail() function.

2003-03-19 Thread Fredrik
Hi I have a problem whith the mail() function. I have used this function several times, but to day it don't work.. I use it like this: mail( $to, $subjekt, $body, $from ); and i got this warning: Warning: Failed to Connect in \\HQ-ADMIN\mail.php on line 237 Fred -- PHP General

[PHP] mail() function

2003-03-04 Thread Denis L. Menezes
Hello friends, Can the mail() function send emails to multiple addresses which are formatted as follows : [EMAIL PROTECTED],[EMAIL PROTECTED],[EMAIL PROTECTED] etc with a comma or a semicolon between them? Thanks Denis

[PHP] mail function works, but always from nobody@localhost!

2003-03-03 Thread ML
How exactly would I go about fixing my current php/sendmail setup so that it uses the value specified in my php input form in the from box instead of always setting the email from address as : [EMAIL PROTECTED] ??? Any help would be greatly appreciated. Thanks! -- PHP General Mailing List (htt

[PHP] mail function and Bcc restriction?

2003-03-01 Thread Mirza Muharemagic
Hi all, are there any restrictions for mail function, when I use Bcc? how many email adresses can i put in Bcc, are there any PHP restriction, or just memory restriction, or something else? Thanx a lot Mirza [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/)

[PHP] mail function fails with no error code

2003-02-21 Thread ML
I am unable to send emails, and there are no errors being generated or populated in the $php_errormsg variable, since I enabled track errors in the php.ini. So I have no idea why the mail send is failing. Am I supposed to specify a mail server to use for sending mail? My sendmail was setup automati

Re: [PHP] mail function - using remote smtp in php.ini

2003-02-17 Thread Jason Wong
On Tuesday 18 February 2003 01:44, Robin Mordasiewicz wrote: > IS there a way to tell php to use a remote smtp daemon for its mta under > UNIX. I see in the example it looks like windows can be configured to use > a remote smtp. If so what is the syntax. > > > [mail function] > ; For Win32 only. >

[PHP] mail function - using remote smtp in php.ini

2003-02-17 Thread Robin Mordasiewicz
IS there a way to tell php to use a remote smtp daemon for its mta under UNIX. I see in the example it looks like windows can be configured to use a remote smtp. If so what is the syntax. [mail function] ; For Win32 only. SMTP = localhost ; For Win32 only. sendmail_from = [EMAIL PROTECTED] ; Fo

[PHP] Re: PHP mail function From header not working

2003-02-13 Thread Lee W
"Marco Alting" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > When I try to use a php script, to send an email, the From header is > replaced by a senders email address of my provider. Is there any way to make > it so my email address shows up in the From heade

[PHP] Re: PHP mail function From header not working

2003-02-13 Thread Lee W
"Marco Alting" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > When I try to use a php script, to send an email, the From header is > replaced by a senders email address of my provider. Is there any way to make > it so my email address shows up in the From header

[PHP] PHP mail function From header not working

2003-02-13 Thread Marco Alting
When I try to use a php script, to send an email, the From header is replaced by a senders email address of my provider. Is there any way to make it so my email address shows up in the From header? In the script I used fake addresses, because of client privacy reasons... -- PHP General Maili

[PHP] mail function

2003-02-04 Thread Dale
I am trying to configure the php.ini file so that I can use the mail function in my code. The problem I am facing is that I get the following error message when I try to run my code: Warning: mail() [function.mail]: SMTP server response: 550 Relaying is prohibited Any suggestions? Thanks, Dale

Re: [PHP] mail() function not working in PHP 4.2.3

2003-01-23 Thread Jason Wong
On Friday 24 January 2003 06:09, Jeff Pauls wrote: > I have a simple mail script and when I run the script I get the following > error: > > Warning: mail() is not supported in this PHP build in Try searching the archives using the above message. It's topic that has been covered quite a number of

[PHP] mail() function not working in PHP 4.2.3

2003-01-23 Thread Jeff Pauls
Hi, I have a simple mail script and when I run the script I get the following error: Warning: mail() is not supported in this PHP build in /var/www/htdocs/file.php on line 159 I've checked the php.ini file to see if a setting was turned off, but came up with nothing except for: ; For Unix only

Re: [PHP] Mail Function Parameters

2003-01-23 Thread Petre Agenbag
You have to use sendmail with the -f flag. I have written a small test util to do this: On Thu, 2003-01-23 at 16:12, Adam Voigt wrote: > I have a site with a PHP auto-mailer where the owner of the site gets a > report > generated from the DB, it all works fine, except his server has spam > fil

[PHP] Mail Function Parameters

2003-01-23 Thread Adam Voigt
I have a site with a PHP auto-mailer where the owner of the site gets a report generated from the DB, it all works fine, except his server has spam filtering enabled so the FROM header in my PHP-Generated email, which says "apache@hostname" doesn't work because what the hostname is set to, i

[PHP] mail()-function/sendmail

2002-12-16 Thread lars konersmann
I have big problems getting the mail()-function working -> the error I always get is as follows: syserr(apache): can not chdir (/var/spool/mqueue/): Permission denied Has anybody a clue what might be the reason for this error? Should I change the rights of the mqueue directory? The mqueue dire

Re: [PHP] mail function() with MS

2002-12-06 Thread DL Neil
Hi Anthony > Qusetion: 1: > What would happen if I changed the php.ini settings to: > SMTP=mail.yourisp.com > sendmail_from=MyAddress@MyDomain > as opposed to: > >SMTP=smtp.ISPs.domain =as long as the SMTP server is accessible and you have access rights, then it can be anyone's/anywhere... > >

Re: [PHP] mail function() with MS

2002-12-06 Thread Anthony Ritter
- Original Message - From: "DL Neil" <[EMAIL PROTECTED]> To: "Anthony Ritter" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, December 06, 2002 8:47 AM Subject: Re: [PHP] mail function() with MS > Hi Anthony...{snipped] .

Re: [PHP] mail function() with MS

2002-12-06 Thread DL Neil
Hi Anthony, > I'm using MS Win 98 and my ISP has PHP installed on a MS server. > I'd like to display a HTML form box on my site for users to type in a > message utilizing the PHP mail() function. > > I've tested this using Apache on my drive with a html form and a ph

Re: [PHP] mail function() with MS

2002-12-06 Thread Marek Kilimajer
to type in a message utilizing the PHP mail() function. I've tested this using Apache on my drive with a html form and a php script to receive the data and it works fine - but when the site goes live it will be hosted with an ISP with a MS server - not Apache. Is it possible to utilize the PH

[PHP] mail function() with MS

2002-12-06 Thread Anthony Ritter
Hi, I'm using MS Win 98 and my ISP has PHP installed on a MS server. I'd like to display a HTML form box on my site for users to type in a message utilizing the PHP mail() function. I've tested this using Apache on my drive with a html form and a php script to receive the data an

Re: [PHP] Mail() function

2002-10-28 Thread Rick Emery
I don't know what "Formulário de Cadastro" is, but it doesn't belong as fourth parameter. That parameter is for From, CC, BCC headers - Original Message - From: "Rodrigo de Oliveira" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, Oct

Re: [PHP] Mail() function

2002-10-28 Thread Adam Voigt
Try: mail($Destino,"$Assunto",$Mensagem); Adam Voigt [EMAIL PROTECTED] On Mon, 2002-10-28 at 13:39, Rodrigo de Oliveira wrote: > Hi guys I'm having the following problem: > > I have a mail() function that works by itself, coming from a html form, but when i >tryied to put it inside a more compl

[PHP] Mail() function

2002-10-28 Thread Rodrigo de Oliveira
Hi guys I'm having the following problem: I have a mail() function that works by itself, coming from a html form, but when i tryied to put it inside a more complex script it doesn't work. The script is at the end of the message and it is suposed to receive data from a html form and use it to in

Re: [PHP] mail function problems

2002-10-02 Thread Dan McCullough
> > > > > Debbie > > > > > > - Original Message - > > > From: "Dan McCullough" <[EMAIL PROTECTED]> > > > To: <[EMAIL PROTECTED]> > > > Sent: Wednesday, October 02, 2002 12:46 AM > > > Subject: [P

Re: [PHP] mail function problems

2002-10-02 Thread Debbie Dyer
Message - From: "Dan McCullough" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, October 02, 2002 12:46 AM Subject: [PHP] mail function problems > I use the mail function tons, never had a problem. I am working with a client with a different > hostin

[PHP] mail function problems

2002-10-01 Thread Dan McCullough
I use the mail function tons, never had a problem. I am working with a client with a different hosting vendor, they are using PHP 4.2.3, which I guess was a recient upgrade, anyway I was informed by the client that he wasnt getting email submissions from the website, but he was getting other e

Re: [PHP] Mail() function problem

2002-09-11 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Hi, > > does that mean I can do nothing about it? > > Alva > > "Pekka Saarinen" <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > At 9/10/2002, you wrote: > > >Hi Everyone, > > > > > >I did a simp

Re: [PHP] Mail() function problem

2002-09-11 Thread Alva Chew
Hi, does that mean I can do nothing about it? Alva "Pekka Saarinen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > At 9/10/2002, you wrote: > >Hi Everyone, > > > >I did a simple test with this script: > > > > >mail("[EMAIL PROTECTED]", "test", "this is a tes

Re: [PHP] Mail() function problem

2002-09-10 Thread Pekka Saarinen
At 9/10/2002, you wrote: >Hi Everyone, > >I did a simple test with this script: > >mail("[EMAIL PROTECTED]", "test", "this is a test mail"); >echo "done"; >?> > >I run the script from web accounts on different servers. I can receive the >test mail from some but not from others. Is there any config

[PHP] Mail() function problem

2002-09-10 Thread Alva Chew
Hi Everyone, I did a simple test with this script: I run the script from web accounts on different servers. I can receive the test mail from some but not from others. Is there any configurations that I am missing here? Thanks and regards. -- Alva Chew Stridec Systems mobile: +65 9144-8023 ema

Re: [PHP] mail() function problem

2002-09-02 Thread Manuel Lemos
Hello, On 09/03/2002 12:38 AM, Akhmad D. Sembiring wrote: > # > thanks for your kind helps, > # > but the problem still exists. > # > > # > the actual problem is that the 2nd mail() function > # > does not ever send the mail, no matter what the destination > # > and the additional hea

RE: [PHP] mail() function problem

2002-09-02 Thread Akhmad D. Sembiring
# On 09/03/2002 12:19 AM, Akhmad D. Sembiring wrote: # > Dear Arul & friends, # > # > thanks for your kind helps, # > but the problem still exists. # > # > the actual problem is that the 2nd mail() function # > does not ever send the mail, no matter what the destination # > and the addi

Re: [PHP] mail() function problem

2002-09-02 Thread Manuel Lemos
Hello, On 09/03/2002 12:19 AM, Akhmad D. Sembiring wrote: > Dear Arul & friends, > > thanks for your kind helps, > but the problem still exists. > > the actual problem is that the 2nd mail() function > does not ever send the mail, no matter what the destination > and the additional header is. >

RE: [PHP] mail() function problem

2002-09-02 Thread Akhmad D. Sembiring
inal Message- # From: Arul Venkatesh Kandaswamy [mailto:[EMAIL PROTECTED]] # Sent: Saturday, August 31, 2002 17:07 # To: Akhmad D. Sembiring # Subject: Re: [PHP] mail() function problem # # # Hello # # $from = "MIME-Version: 1.0\r\n"; # $from .= "Content-type: text/htm

RE: [PHP] mail() function problem

2002-08-31 Thread Dave at Sinewaves.net
; [EMAIL PROTECTED] Subject: Re: [PHP] mail() function problem I think mailing list managers like Yahoo, ezmlm, etc all have "features" in them to suspect bots and programs from subscribing/posting to the groups. I know I've had trouble subscribing/posting to groups managed by ezm

Re: [PHP] mail() function problem

2002-08-31 Thread Justin French
I think mailing list managers like Yahoo, ezmlm, etc all have "features" in them to suspect bots and programs from subscribing/posting to the groups. I know I've had trouble subscribing/posting to groups managed by ezmlm... Probably there is a header or two that PHP automatically sets which make

[PHP] mail() function problem

2002-08-31 Thread Akhmad D. Sembiring
Dear All, I have a little problem with mail() function, PHP Code: -- mail($email, "Membership ok", $themsg, "From: [EMAIL PROTECTED]\r\n"); mail("[EMAIL PROTECTED]", "", "", "From: $email\r\n"); -- Why does the second mai

Re: [PHP] PHP - mail() function problem

2002-08-17 Thread N. Pari Purna Chand
- From: "Jason Wong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 17, 2002 11:49 PM Subject: Re: [PHP] PHP - mail() function problem > On Saturday 17 August 2002 21:08, N. Pari Purna Chand wrote: > > Hi guys, > > > > I am facin

Re: [PHP] PHP - mail() function problem

2002-08-17 Thread N. Pari Purna Chand
- From: "Jason Wong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, August 17, 2002 11:49 PM Subject: Re: [PHP] PHP - mail() function problem > On Saturday 17 August 2002 21:08, N. Pari Purna Chand wrote: > > Hi guys, > > > > I am facin

Re: [PHP] PHP - mail() function problem

2002-08-17 Thread Jason Wong
On Saturday 17 August 2002 21:08, N. Pari Purna Chand wrote: > Hi guys, > > I am facing a strange problem, > php's mail() function is not working when a php page is executed thru > apache, > but the same page which has mail() function is working fine and is sending > mails > when php is used as a

[PHP] PHP - mail() function problem

2002-08-17 Thread N. Pari Purna Chand
Hi guys, I am facing a strange problem, php's mail() function is not working when a php page is executed thru apache, but the same page which has mail() function is working fine and is sending mails when php is used as a scripting language in shell. I'm using xmail's sendmail and xmail as MTA on

RE: [PHP] mail() function

2002-07-24 Thread Peter
rsday, 25 July 2002 3:55 PM > To: [EMAIL PROTECTED] > Subject: [PHP] mail() function > > > hi all, > > what has to be configured, and how, on a bsd server to allow the mail() > function to work in php? using sendmail? > > thanks, > > wm > > > --

[PHP] mail() function

2002-07-24 Thread wm
hi all, what has to be configured, and how, on a bsd server to allow the mail() function to work in php? using sendmail? thanks, wm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Mail() function

2002-07-09 Thread Chris Knipe
No you cant. All Received:, Date:, Message-ID headers are added to the message at the SMTP server... Hence, any halfly decent configured SMTP server will *always* add those headers to *any* message. If you have administration over the SMTP server, you can with allot of tweaking configure the S

RE: [PHP] Mail() function

2002-07-09 Thread Lazor, Ed
IMHO: This is a good thing. SPAM is a bad thing, which proliferates without accountability. -Original Message- The relevant line is added by the server that RECEVIES the message, not by your server. So you don't have any control. ***

Re: [PHP] Mail() function

2002-07-09 Thread Miguel Cruz
On Tue, 9 Jul 2002, César Aracena wrote: > I wonder if there’s a way to *HIDE* some parts from the Heading of the > emails sent with PHP. I’m trying to create an anonymous mail sender but > in the header of the message appears: > > Received: (from httpd@localhost) > by www.whateverdo

Re: [PHP] Mail() function

2002-07-09 Thread vins
OTECTED]] > Sent: Tuesday, July 09, 2002 6:08 PM > To: PHP General List > Subject: [PHP] Mail() function > > Hi all. > > I wonder if there's a way to *HIDE* some parts from the Heading of the > emails sent with PHP. I'm trying to create an anonymous mail sender

RE: [PHP] Mail() function

2002-07-09 Thread César Aracena
M > To: PHP General List > Subject: [PHP] Mail() function > > Hi all. > > I wonder if there’s a way to *HIDE* some parts from the Heading of the > emails sent with PHP. I’m trying to create an anonymous mail sender but > in the header of the message appears: > >

[PHP] Mail() function

2002-07-09 Thread César Aracena
Hi all. I wonder if there’s a way to *HIDE* some parts from the Heading of the emails sent with PHP. I’m trying to create an anonymous mail sender but in the header of the message appears: Received: (from httpd@localhost) by www.whateverdomain.com (8.10.2/8.10.2) id g69MEA527130;

[PHP] mail function question

2002-07-07 Thread Kirk Babb
I'm using argosoft's mailserver with SMTP authentication, and would like to know how to pass the usr & pwd inside php's mail() function. Please help me out here, I've RT*M without gaining an understanding of this. TIA, Kirk -- PHP General Mailing List (http://www.php.net/) To unsubscribe, v

Re: [PHP] Mail() function problem

2002-07-02 Thread Jason Wong
On Wednesday 03 July 2002 00:52, Balaji Ankem wrote: > I am using the SMTP server which needs authentication. I don't think the built-in mail command handles authentication. Google > php smtp auth that should point you in the right direction. -- Jason Wong -> Gremlins Associates -> www.grem

[PHP] Mail() function problem

2002-07-02 Thread Balaji Ankem
Hi friend, I am using the SMTP server which needs authentication. When I use mail([EMAIL PROTECTED],"Thanks for visiting","From:[EMAIL PROTECTED]"); I am getting server error on the line which is having this mail function. How can I resolve this problem? Php.ini settings =

[PHP] Php mail() function is not working for me

2002-07-02 Thread Balaji Ankem
Hi friend, I am getting the following problem from last 6 months..still I couldn't solve this problem. >>Warning: Failed to Connect in c:\www\imac\email.php on line 18 >>Warning: Failed to Connect in c:\www\imac\email.php on line 22 Email.php just visited your site and submitted

Re: [PHP] mail() function hangs

2002-06-11 Thread Septic Flesh
> > - Original Message - > From: "Phil Schwarzmann" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Monday, June 10, 2002 4:07 PM > Subject: [PHP] mail() function hangs > > > > Whenever a user runs the mail function, an e-mail mes

Re: [PHP] mail() function hangs

2002-06-10 Thread Peterhead Info
I have read that the mail function doesn't come back if it fails ... but from what you are saying, the function didn't fail ... - Original Message - From: "Phil Schwarzmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 10, 2002 4:07 P

[PHP] mail() function hangs

2002-06-10 Thread Phil Schwarzmann
Whenever a user runs the mail function, an e-mail messsage is sent properly but the page just hangs. Has anyone else had this problem?

Re: [PHP] mail() function is successful but page hangs

2002-05-29 Thread Justin French
How many emails are you sending? A batch of 100? or just one? Have you ever successfully sent an email? Have you tested using just one email address (rather than bulk)? If you sending a bulk, my guess is the process is taking longer than the maximum time allowed for a script on your server. I

[PHP] mail() function is successful but page hangs

2002-05-29 Thread Phil Schwarzmann
So it looks as if the mail() function seems to work for me but whenever the script is executed, it web page just hangs! Why do you think the web page keeps hanging up (after a couple minutes the user eventually gets a 'page not found' error - at least i think that's the error), but the script st

RE: [PHP] mail() function

2002-05-29 Thread Ed Gorski
you mean return str_replace('ignorance','knowledge'); At 04:34 PM 5/29/2002 +0100, James Holden wrote: >knowledge > >-Original Message- >From: Ed Gorski [mailto:[EMAIL PROTECTED]] >Sent: 29 May 2002 16:26 >To: r; [EMAIL PROTECTED] >Subject: Re

RE: [PHP] mail() function

2002-05-29 Thread James Holden
knowledge -Original Message- From: Ed Gorski [mailto:[EMAIL PROTECTED]] Sent: 29 May 2002 16:26 To: r; [EMAIL PROTECTED] Subject: Re: [PHP] mail() function lol.what does that return? At 09:08 PM 5/29/2002 -0700, r wrote: >That may and may not work, I would suggest you add the R

<    1   2   3   4   5   >