RE: [PHP-WIN] Mail Function Not Working

2010-04-12 Thread Alice Wei
> Date: Mon, 12 Apr 2010 09:22:53 -0500 > From: keithda...@pridedallas.com > To: harlequ...@gmx.de; aj...@alumni.iu.edu; php-windows@lists.php.net > Subject: RE: [PHP-WIN] Mail Function Not Working > > Where is your site being hosted? Does the hosting server have SMTP availab

RE: [PHP-WIN] Mail Function Not Working

2010-04-12 Thread Keith Davis
; php-windows@lists.php.net Subject: Re: [PHP-WIN] Mail Function Not Working Hi Alice, Alice wrote: > I have an issue here where I see no PHP errors on my mail > function usage, and yet I am not getting the mail in the desired > account. Here is what I have for my PHP code: > > $

Re: [PHP-WIN] Mail Function Not Working

2010-04-12 Thread Sascha Meyer
Hi Alice, Alice wrote: > I have an issue here where I see no PHP errors on my mail > function usage, and yet I am not getting the mail in the desired > account. Here is what I have for my PHP code: > > $headers = "From: aj...@alumni.iu.edu" ; > $to = $email; > $subject = > "Comments Regarding

RE: [PHP-WIN] Mail Function Not Working

2010-04-12 Thread Alice Wei
> From: rquadl...@googlemail.com > Date: Mon, 12 Apr 2010 14:54:24 +0100 > To: keithda...@pridedallas.com > CC: aj...@alumni.iu.edu; php-windows@lists.php.net > Subject: Re: [PHP-WIN] Mail Function Not Working > > On 12 April 2010 14:47, Keith Davis wrote: > > Wh

Re: [PHP-WIN] Mail Function Not Working

2010-04-12 Thread Richard Quadling
On 12 April 2010 14:47, Keith Davis wrote: > Why are you using Live's SMTP servers? Is this hosted on live.com? If it > is not, I am sure they will require authentication, if thy allow for > this at all. If it is hosted there, probably needs to be localhost as > the smtp server. > > Keith Davis (2

RE: [PHP-WIN] Mail Function Not Working

2010-04-12 Thread Keith Davis
Why are you using Live's SMTP servers? Is this hosted on live.com? If it is not, I am sure they will require authentication, if thy allow for this at all. If it is hosted there, probably needs to be localhost as the smtp server. Keith Davis (214) 906-5183 -Original Message- From: Alice We

RE: [PHP-WIN] Mail Function Error

2009-02-09 Thread Alice Wei
Date: Sun, 8 Feb 2009 17:01:32 + > From: n...@chance.now > To: php-windows@lists.php.net > Subject: Re: [PHP-WIN] Mail Function Error > > > > > > > Hi, > > > > > > > > I am one of those people whose mail server is not on the local

Re: [PHP-WIN] Mail Function Error

2009-02-08 Thread Niel Archer
> > > > Hi, > > > > > > I am one of those people whose mail server is not on the local machine. > > > It is on http://www.hotmail.com and the address is this email address. I > > > currently constantly get this on my error log: > > > > > > [07-Feb-2009 06:39:15] PHP Warning: mail() [ > >

RE: [PHP-WIN] Mail Function Error

2009-02-07 Thread Alice Wei
> > Hi, > > > > I am one of those people whose mail server is not on the local machine. > > It is on http://www.hotmail.com and the address is this email address. I > > currently constantly get this on my error log: > > > > [07-Feb-2009 06:39:15] PHP Warning: mail() [ > href='function.mai

Re: [PHP-WIN] Mail Function Error

2009-02-07 Thread Niel Archer
> > Hi, > > I am one of those people whose mail server is not on the local machine. It > is on http://www.hotmail.com and the address is this email address. I > currently constantly get this on my error log: > > [07-Feb-2009 06:39:15] PHP Warning: mail() [ href='function.mail'>function.ma

Re: [PHP-WIN] Mail Function Problem

2004-04-15 Thread Luis Moreira
M. Imran Khan wrote: When I am sending mail through mail() function, I am unable to view that mail properly. I think some quotes probblme. Suppose I want to mail the following tag: http://www.abc.com/logo.gif";> But it would work properly if I don't use the quotes other wise not. Please help me

RE: [PHP-WIN] mail() function not working

2003-01-06 Thread Rad Craig
s [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 06, 2003 12:22 PM > To: [EMAIL PROTECTED] > Cc: PHP Windows Helplist > Subject: Re: [PHP-WIN] mail() function not working > > > To fix your mail server: > > You need to enable mail relaying on your mail server. HOWEVER, it

Re: [PHP-WIN] mail() function not working

2003-01-06 Thread Stephen Edmonds
To fix your mail server: You need to enable mail relaying on your mail server. HOWEVER, it is VERY VERY important that ONLY the IP address of 127.0.0.1 is allowed to relay mail. If any IP can use the mail relay service, then anyone can use your mail server to send out spam annomously. Once that is

RE: [PHP-WIN] mail() function

2002-08-13 Thread Ross Fleming
Yes you can. Check you're getting a valid email address in the variable $retrieveuseremail, try echoing it before the mail() function: echo $retrieveuseremail; mail($retrieveuseremail, "Subject", "Body of email"); Ross > -Original Message- > From: Marlene Burckhalter [mailto:[EMAIL PRO

Re: [PHP-WIN] mail() function EXTREMELY slow

2002-03-06 Thread James Fullerton
sing the mail() function, as I was not the only person having problems. Hope that helps. Let me know if you have any other questions. Thanks, James F ----- Original Message - From: "DL Neil" <[EMAIL PROTECTED]> To: "James F" <[EMAIL PROTECTED]> Cc

Re: [PHP-WIN] mail() function EXTREMELY slow

2002-03-06 Thread DL Neil
James, > I personally found that messages were slow on my machine (going to an > external mail server) and I discovered that if you can use the built-in IIS > (Windows) SMTP mail server you'll have no more problems. The built-in IIS > SMTP server was easily 1000 times faster in my case. Of cour

Re: [PHP-WIN] mail() function EXTREMELY slow

2002-03-05 Thread James F
> > -Original Message- > From: Matt Hillebrand [mailto:[EMAIL PROTECTED]] > Sent: 26 February 2002 23:27 > To: [EMAIL PROTECTED]; php-windows > Subject: RE: [PHP-WIN] mail() function EXTREMELY slow > > > Yeah, I know about the max time variable, but it would be unaccep

RE: [PHP-WIN] mail() function EXTREMELY slow

2002-02-27 Thread Ross Fleming
Every heard of anything transferring smoothly in the world of IT?... ;) It should do though, but I guarantee you'll find something though! R >Everything should transfer smoothly since I'm using >Apache/MySQL/PHP, using >$DOCUMENT_ROOT and forward slashes everywhere, right? -- PHP Windows M

RE: [PHP-WIN] mail() function EXTREMELY slow

2002-02-27 Thread Matt Hillebrand
--Original Message- From: David M. Patterson at DPLH Enterprises [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 8:09 AM To: Php-Windows-List; Svensson, B.A.T. (HKG) Subject: RE: [PHP-WIN] mail() function EXTREMELY slow I need to add my 2 cents worth here. I use php to send email

RE: [PHP-WIN] mail() function EXTREMELY slow

2002-02-27 Thread David M. Patterson at DPLH Enterprises
tever it's worth... Dave -Original Message- From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 5:23 AM To: 'Matt Hillebrand' Cc: php-windows Subject: RE: [PHP-WIN] mail() function EXTREMELY slow Hand on your heart: Do you really beli

RE: [PHP-WIN] mail() function EXTREMELY slow

2002-02-27 Thread Svensson, B.A.T. (HKG)
ruary 27, 2002 5:09 PM >To: Php-Windows-List; Svensson, B.A.T. (HKG) >Subject: RE: [PHP-WIN] mail() function EXTREMELY slow > > >I need to add my 2 cents worth here. >I use php to send email and use my ISP's SMTP server to do it. >And I still experience the slowness. Th

RE: [PHP-WIN] mail() function EXTREMELY slow

2002-02-27 Thread Mike Eynon
// 831.588.2388 -Original Message- From: Svensson, B.A.T. (HKG) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, February 27, 2002 5:23 AM To: 'Matt Hillebrand' Cc: php-windows Subject: RE: [PHP-WIN] mail() function EXTREMELY slow Hand on your heart: Do you really believe that this i

RE: [PHP-WIN] mail() function EXTREMELY slow

2002-02-27 Thread Svensson, B.A.T. (HKG)
r for the >mail() function, but that didn't seem to work. > > > >Matt Hillebrand >Web Developer >[EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> > > >-Original Message- >From: Ross Fleming [mailto:[EMAIL PROTECTED]] >Sent: Tuesday, February 26, 2002 3:28

RE: [PHP-WIN] mail() function EXTREMELY slow

2002-02-26 Thread Ross Fleming
ng it to work -Original Message- From: Matt Hillebrand [mailto:[EMAIL PROTECTED]] Sent: 26 February 2002 23:27 To: [EMAIL PROTECTED]; php-windows Subject: RE: [PHP-WIN] mail() function EXTREMELY slow Yeah, I know about the max time variable, but it would be unacceptable to take over a minu

RE: [PHP-WIN] mail() function EXTREMELY slow

2002-02-26 Thread Matt Hillebrand
per [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> -Original Message- From: Ross Fleming [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 3:28 PM To: Matt Hillebrand; php-windows Subject: RE: [PHP-WIN] mail() function EXTREMELY slow I hope you're not spamm

RE: [PHP-WIN] mail() function EXTREMELY slow

2002-02-26 Thread Ross Fleming
I hope you're not spamming... ;) In php.ini: max_execution_time=30 ; Maximum execution time of each script, in seconds Change it to what you need. The speed is pretty much dependent on your SMTP server though. Ross -Original Message- From: Matt Hillebrand [mailto:[EMAIL PROTECTED

Re: [PHP-WIN] mail function problem

2001-08-19 Thread Angie Tollerson
Additionally Pierre, You may want to try all 4 paramters that belong in the mail function. That may cure it too. Angie >>> "Pierre A. Fortier" <[EMAIL PROTECTED]> 08/19/01 11:56AM >>> I installed php on my Windows-ME machine. Most of it works properly. One problem is that the mail function does

Re: [PHP-WIN] mail function problem

2001-08-19 Thread Angie Tollerson
Pierre, What mail agent are you using? Angie >>> "Pierre A. Fortier" <[EMAIL PROTECTED]> 08/19/01 11:56AM >>> I installed php on my Windows-ME machine. Most of it works properly. One problem is that the mail function doesn't work. I used: mail("[EMAIL PROTECTED]", "My Subject", "Line 1\nLine 2\n

Re: [PHP-WIN] mail function

2001-08-15 Thread Angie Tollerson
Camelia, I'm sure this has nothing to do with your problem, but I am curios: why are you setting a void function, mail() into the variable $test? what is the purpose of that? I don't even see in your code where you used $test again? Please explain... Angie Tollerson Alliance Technologies Web

Re: [PHP-WIN] mail function

2001-08-15 Thread hassan el forkani
hi what kind of email client are you using, could be a client issues, some of them do not properly delete emails after retrievals and end up downloading them twice; just a guess anyway post some code for a more interesting answers:)) regards At 15:16 15/08/01, Angie Tollerson wrote: >Camelia,

Re: [PHP-WIN] mail function

2001-08-15 Thread Camelia Moldovan
$sql1="insert into alegere(ClientId,OfertaId,DomId,DomNume) VALUES ('$id','$host','$tip_dom','$numedom')"; //$sql1="insert into alegere(ClientId) VALUES ('$id')"; $rez1=mysql_query($sql1,$dblnk); $text="A aparut un nou client cu urmatoarele date de identificare."."\n"."Nume : ".$nume."\n"."Prenu

Re: [PHP-WIN] mail function

2001-08-15 Thread Angie Tollerson
Camelia, We'd really have to see the script itself. It is probably your code in some weird way because I use mail() all the time and don't get 2 emails. Show us your code :) Angie Tollerson Alliance Technologies Web Programmer (515)245-7628 [EMAIL PROTECTED] >>> Camelia Moldovan <[EMAIL PROT

Re: [PHP-WIN] mail() Function and time

2001-04-05 Thread Yasuo Ohgaki
date('r') has bug. It will be fixed in 4.0.5. day light saving will also be fixed in 4.0.5. (Is it only in CVS? I thought it will be in 4.0.5) Just FYI. -- Yasuo Ohgaki ""Marck D. Pearlstone"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > -BEGIN PGP SI

Re: [PHP-WIN] mail() Function and time

2001-04-04 Thread Marck D. Pearlstone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 (talks to self), On 04 April 2001 at 13:47:05 +0100 (which was 13:47 where I live) Marck D. Pearlstone wrote to James Moore and made these points: JM>> One option is to set your own valid date header using the extra JM>> argument to mail. MDP> Do

Re: [PHP-WIN] mail() Function and time

2001-04-04 Thread Marck D. Pearlstone
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi James, On 02 April 2001 at 16:01:54 +0100 (which was 16:01 where I live) James Moore wrote to David Elliott and made these points: >> Date: Fri, 30 Mar 2001 13:42:59 >> >> it should be. >> >> Date: Fri, 30 Mar 2001 13:42:59 +0100 >> >> I h

RE: [PHP-WIN] mail() Function and time

2001-04-02 Thread James Moore
> > I an using PHP Version 4.0.5RC1 on an NT 4 sp5 box. I am playing around > with the mail() function but I and have got it working a minor problem is > that the date header is wrong the header is > > Date: Fri, 30 Mar 2001 13:42:59 > > it should be. > > Date: Fri, 30 Mar 2001 13:42:59 +010