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() Incorrect Address Format when using IIS7/FastCGI

2008-01-29 Thread Jeff White
I have had success with IIS/SMTP using the following function that I found on the PHP website function list (I've only slightly optimized the original with some constants). Apparently, IIS/SMTP doesn't like the added '<' and '>' around the "from" address, but it can be coerced into it with this fun

Re: [PHP-WIN] Mail functions?

2004-08-12 Thread Justin Patrin
On Thu, 12 Aug 2004 17:42:57 -0400, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Am I correcting thinking that, when you use the mail() function on the hosting > server, the server will automatically pick up the SMTP server (i assume a hosting > server will already have the SMTP-Server value in

Re: [PHP-WIN] Mail functions?

2004-08-12 Thread trystano
Am I correcting thinking that, when you use the mail() function on the hosting server, the server will automatically pick up the SMTP server (i assume a hosting server will already have the SMTP-Server value in the php.ini file, which we do not have access to). But if testing on a local server,

Re: [PHP-WIN] Mail functions?

2004-08-12 Thread Cory D. Wiles
What happens when you try to use the mail function. Did you put your correct smpt-server in the php.ini? Anne Shroeder wrote: Alas, I cannot use the mail() function on Windows. Someone told me about this: http://www.phpguru.org/static/mime.mail.html but attempts to get it to work have been futi

RE: [PHP-WIN] Mail

2004-05-09 Thread Jonathan Villa
Did you change the reporting level to see if anything gets reported... -Original Message- From: Andreas Lindahl [mailto:[EMAIL PROTECTED] Sent: Sunday, May 09, 2004 3:13 AM To: [EMAIL PROTECTED] Subject: [PHP-WIN] Mail My mail function doesn´t work at all. I have tried a very simple line

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()

2004-01-07 Thread Anthony Ritter
From: "Mike Brum" <[EMAIL PROTECTED]> > It's very possible that they're not letting you relay through them since > you're not providing any authentication for that mail server but just trying > to send (as far as it can tell) "random mail from an unknown sender"...[snipped] Thanks

RE: [PHP-WIN] mail()

2004-01-07 Thread Mike Brum
It's very possible that they're not letting you relay through them since you're not providing any authentication for that mail server but just trying to send (as far as it can tell) "random mail from an unknown sender". The mail server can't tell the difference from your script from that of any ot

Re: [PHP-WIN] Mail newbie Question

2003-01-31 Thread toby z
hi duncan i have to do this job for a client in a week or so im sure its possible . ill start at it in a while n ill let u no whatever it is k ? good luck toby --- Duncan <[EMAIL PROTECTED]> wrote: > Hi All, > > Is it possible to create a page where visitors can for example > submit

Re: [PHP-WIN] Mail newbie Question

2003-01-28 Thread Cam Dunstan
Yep - check out the mail() function which will do exactly that. If you are developing on your own machine which may not be running a mail server, configure php to use your ISP`s mail server. - Original Message - From: "Duncan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday,

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 problem

2002-10-07 Thread toby z
francisco are u tryin the function on the webserver u will host ur site on coz if u r running it from ur local host u will get the error since ur localhost cant send a mail toby . --- Francisco Murillo Montoya <[EMAIL PROTECTED]> wrote: > Hello; > > I have PHP 4.2.3 on Windows 2000 adva

Re: [PHP-WIN] mail programs

2002-10-04 Thread Cam Dunstan
Dean, try www.impchat.com for a very nifty little mail app for win98 called HermMail - freeware. Haven`t been there for a long while so can`t be certain it is still there - worth a try. Cam D - Original Message - From: "Dean Hayes" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Satur

Re: [PHP-WIN] Mail tag?

2002-09-22 Thread H Marc Bower
Here it is... it was from Court Shrock. Not sure if this is the same situation you're in or not, but it might help. Sorry to bother everyone...found the causeSMTP on IIS5 doesn't bind to 127.0.0.1 by default. Changed php.ini to use the ip address of its interface and the everything worked.

Re: [PHP-WIN] Mail tag?

2002-09-22 Thread H Marc Bower
I haven't noticed this myself, but I believe I read another post about this - it's something to do with XP (or 2000... don't remember which the poster was commenting on) not having a proper mapping of the sendmail to localhost. I don't remember what he did to solve it, but I'm sure you could find

Re: [PHP-WIN] mail() --> "failed to recieve" error

2002-09-09 Thread Court Shrock
Sorry to bother everyone...found the causeSMTP on IIS5 doesn't bind to 127.0.0.1 by default. Changed php.ini to use the ip address of its interface and the everything worked. Found this out by putting the same script on a different server, but pointing smtp to the original server. On Mon, 2

Re: [PHP-WIN] mail() I get crazy from this...

2002-09-01 Thread Aleksandar Skodric
ksandar Skodric '" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; "'Peter '" <[EMAIL PROTECTED]> Sent: Sunday, September 01, 2002 1:37 PM Subject: RE: [PHP-WIN] mail() I get crazy from this... > Have it come to your attention that Mr > Peter-I-have-a

RE: [PHP-WIN] mail() I get crazy from this...

2002-09-01 Thread Svensson, B.A.T. (HKG)
Have it come to your attention that Mr Peter-I-have-a-problem-but-no-SMPT-server-nor-an-ISP actually post his question from hotmail? ;) -Original Message- From: Aleksandar Skodric To: [EMAIL PROTECTED]; Peter Sent: 31-8-02 11:47 Subject: Re: [PHP-WIN] mail() I get crazy from this... the

Re: [PHP-WIN] mail server on windows

2002-08-31 Thread DL Neil
krizz, Apache is a web server. What you need is an SMTP (outbound email) server. Check the PHP.INI. There are two settings to make. One of them should be the same email server that you use for sending email from Outlook Express. Regards, =dn > I have an apache server for windows, for testing

Re: [PHP-WIN] mail() I get crazy from this...

2002-08-31 Thread Aleksandar Skodric
: <[EMAIL PROTECTED]> Sent: Wednesday, August 28, 2002 2:50 PM Subject: Re: [PHP-WIN] mail() I get crazy from this... > Hello B.A.T., > If so, I must organise. By sheer luck I got a cheap fast ADSL line, > guaranteed 115 kilobytes a second. Now, I understand, I must target to >

Re: [PHP-WIN] mail() I get crazy from this...

2002-08-31 Thread Aleksandar Skodric
is working all well : ) Cheers, Alex - Original Message - From: "Peter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 28, 2002 2:31 PM Subject: Re: [PHP-WIN] mail() I get crazy from this... > Hello, > Thanks for this answer. No, I do not ha

Re: [PHP-WIN] mail() I get crazy from this...

2002-08-31 Thread Aleksandar Skodric
OK, let me first explain how smtp works (as Aerosmtih would say: you have to learn to crawl, before you learn to walk...): when you compose your message in PHP it is beeing passed to the SMTP server that is defined in php.ini. SMTP shall then pass the message to the recepient. As far as I unders

Re: [PHP-WIN] mail() does not work. Help please...

2002-08-31 Thread Aleksandar Skodric
you IP address... Hope this helps... : ) Cheers, Alex - Original Message - From: "Peter" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 28, 2002 12:58 PM Subject: Re: [PHP-WIN] mail() does not work. Help please... > Hello Piotr, > Thanks fo

Re: [PHP-WIN] mail() does not work. Help please...

2002-08-31 Thread Aleksandar Skodric
ginal Message - From: "Piotr Pluciennik" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 28, 2002 12:46 PM Subject: Re: [PHP-WIN] mail() does not work. Help please... > So, you should have an access to smtp server. Then in > php.ini set lines

Re: [PHP-WIN] mail() I get crazy from this...

2002-08-28 Thread leo g. divinagracia iii
if you have a server yourself, then download the freebie STMP server from pegasus mail's creator. i'm using since our days with a novell box. now my win2k box runs the mercury smtp server strickly for php duties... http://www.pmail.com he has both clients and server for win32... Peter wrote

RE: [PHP-WIN] mail() I get crazy from this...

2002-08-28 Thread Svensson, B.A.T. (HKG)
> Hello B.A.T., > If so, I must organise. By sheer luck I got a cheap fast ADSL line, > guaranteed 115 kilobytes a second. Now, I understand, I must target to > be an ISP. I have a fixed IP-address. I have a server and PHP, MYSQL. 155kb, that speed man. I remember the old days at the beginning

RE: [PHP-WIN] mail() I get crazy from this...

2002-08-28 Thread Ross Fleming
n relay one, however, good mail servers have black-lists of smtp servers that are "open" and so refuse connections from them. It's a fight against spam really Ross > -Original Message- > From: Peter [mailto:[EMAIL PROTECTED]] > Sent: 28 August 2002 13:51 > To:

Re: [PHP-WIN] mail() I get crazy from this...

2002-08-28 Thread Peter
Hello B.A.T., If so, I must organise. By sheer luck I got a cheap fast ADSL line, guaranteed 115 kilobytes a second. Now, I understand, I must target to be an ISP. I have a fixed IP-address. I have a server and PHP, MYSQL. You tell me that other SMPT servers will not accept my e-mail unless I

RE: [PHP-WIN] mail() I get crazy from this...

2002-08-28 Thread Svensson, B.A.T. (HKG)
> Thanks for this answer. No, I do not have an ISP. I only have a raw > line: fast ADSL without any whatever, but guaranteed fast. > I do not understand your kind of english, but it seems to me from your > last sentence that I should give up. You MUST necessarily have an ISP (Internet Service pr

RE: [PHP-WIN] mail() I get crazy from this...

2002-08-28 Thread Svensson, B.A.T. (HKG)
> Why MUST you have one?? To my knowledge, Hotmail isn't a pop/smtp server. > It's web based mail. An SMTP server receives copies of email from you, and > forwards them on to the correct server. That's all. You could certainly > try turning your own machine into an SMTP server, but I would dou

Re: [PHP-WIN] mail() I get crazy from this...

2002-08-28 Thread Peter
Hello, Thanks for this answer. No, I do not have an ISP. I only have a raw line: fast ADSL without any whatever, but guaranteed fast. I do not understand your kind of english, but it seems to me from your last sentence that I should give up. with friendly greetings Peter van Summeren Ross Flemi

RE: [PHP-WIN] mail() I get crazy from this...

2002-08-28 Thread Ross Fleming
Why MUST you have one?? To my knowledge, Hotmail isn't a pop/smtp server. It's web based mail. An SMTP server receives copies of email from you, and forwards them on to the correct server. That's all. You could certainly try turning your own machine into an SMTP server, but I would doubt that

Re: [PHP-WIN] mail() does not work. Help please...

2002-08-28 Thread DL Neil
t like to try scanning some of the PHP subject sites, eg PHPBuilder.com. They will have tutorials illustrating these concepts, that will help you get a handle on the terminology and config details. =Regards, =dn > with friendly greetings, > Peter van Summeren > > >From: "DL Neil&quo

Re: [PHP-WIN] mail() does not work. Help please...

2002-08-28 Thread DL Neil
Peter, > What must I fill in "your.smpt.server"? > Where is my smpt-server? At this moment I hava no idea. I can get my > address with ipconfig /all. So, I can fill in the sendmail_from address > (although I do not want to receive e-mails at that address)Or must I > take here some other address?.

RE: [PHP-WIN] mail() does not work. Help please...

2002-08-28 Thread Svensson, B.A.T. (HKG)
> Hello Piotr, > Thanks for your reaction. > What must I fill in "your.smpt.server"? Anything that accepts a connection on port 25, and has a mail transfer agent installed at that port. > Where is my smpt-server? > At this moment I hava no idea. Check your e-mail configuration in your e-mail

Re: [PHP-WIN] mail() does not work. Help please...

2002-08-28 Thread Peter
Hello Piotr, Thanks for your reaction. What must I fill in "your.smpt.server"? Where is my smpt-server? At this moment I hava no idea. I can get my address with ipconfig /all. So, I can fill in the sendmail_from address (although I do not want to receive e-mails at that address)Or must I take h

Re: [PHP-WIN] mail() does not work. Help please...

2002-08-28 Thread Piotr Pluciennik
So, you should have an access to smtp server. Then in php.ini set lines as below according to address of your server and your mailbox... [mail function] SMTP= your.smtp.server sendmail_from = [EMAIL PROTECTED] HTH Piotr --- Peter <[EMAIL PROTECTED]> wrote: > M

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() and user name

2002-05-29 Thread Frank M. Kromann
Use the function imap_mail(). This function does rfc822 parsing on all mail adresses. You have to load the imap extension to use this function though. - Frank > Hi > > I have one question about mail() function. It works fine, but... > Once I wanted to send an e-mail with recipient name in addr

RE: [PHP-WIN] mail() problem

2002-05-14 Thread Mike Eynon
This could be a PHP or COM question... not sure. I am calling a custom COM object from php. I am seeing a memory leak happen when I build my variant in C++ and then return it out to the PHP calling into the COM. I am using the following piece of code to take a simple C++ array of strings and lo

Re: [PHP-WIN] mail() problem

2002-05-13 Thread Peter
Check to see how many copies of php.ini are on your system. Although it shouldn't affect the module version, the php.ini in the c:\php (or whatever) folder is read by the CGI executable instead of the one in c:\windows <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED

RE: [PHP-WIN] mail() problem

2002-05-13 Thread aleksandar
Try to put SMTP from your ISP, like: smtp.isp.com in the php.ini and try then... I run Win XP with PHP and it works OK! Good luck Alex >- Original Message - >From: "Tomator" <[EMAIL PROTECTED]> >Date: Friday, May 10, 2002 1:52 pm >Subject: [PHP-WIN] mail() problem > >> When I try to us

RE: [PHP-WIN] mail() problem

2002-05-12 Thread Danny Asmussen
6 555 __ -Original Message- From: Jason Soza [mailto:[EMAIL PROTECTED]] Sent: 11. maj 2002 00:01 To: Tomator Cc: [EMAIL PROTECTED] Subject: Re: [PHP-WIN] mail() problem Did you restart Apache after making the php.ini changes? Jason Soza - Ori

Re: [PHP-WIN] mail() problem

2002-05-10 Thread Jason Soza
Did you restart Apache after making the php.ini changes? Jason Soza - Original Message - From: "Tomator" <[EMAIL PROTECTED]> Date: Friday, May 10, 2002 1:52 pm Subject: [PHP-WIN] mail() problem > When I try to use mail() function I see warning "Unknown error in > line...". > I'm using

Re: [PHP-WIN] mail atachment

2002-04-21 Thread Mike Flynn
At 06:56 AM 4/21/02 -0700, Camelia Moldovan wrote: >Hi! How can I attach a file to a mail using PHP ? > >I tried to use some existing classes but I received lots of errors. http://www.phpbuilder.com/columns/kartic2807.php3 -Mike -- PHP Windows Mailing List (http://www.php.net/) To unsubs

Re: [PHP-WIN] mail() with attachments

2002-04-08 Thread Mike Flynn
Hmm? The article explains exactly how to do it. You can make a multipart MIME e-mail where the first part is the message, and the 2nd part is the file attachment (and more parts for additional files). The file data is encoded using base64 encoding in this example. You just need to create th

Re: [PHP-WIN] mail() with attachments

2002-04-08 Thread George Pitcher
Darvin Andrioli suggested, on 20020328: > http://www.zend.com/zend/spotlight/sendmimeemailpart1.php Sorry, I was none the wiser after reading this article, as to how to get php to send an attachment with an email message. The attachment in this case is being generated from db output and saved as

Re: [PHP-WIN] mail();

2002-04-02 Thread Piotr Pluciennik
Hmmm... "can't send" it's not enough words to precisely explain problem... but check first the configuration in your php.ini in section: [mail function] SMTP= your smtp server sendmail_from = [EMAIL PROTECTED] and fill it correctly. mail is working on (not onl

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() and no internet connection

2002-03-06 Thread DL Neil
> If I issue a mail() command but there is no live internet connection, what > happens? Will the mail be sent when there is a connection? That is the principle of SMTP (store and forward). I didn't find anything about this situation in the manual though. Please tell us what happens when you try

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 to too many users

2002-01-29 Thread Pac mon
Sounds like a mass-junk mail to me > >I need to send an email to 19000 users using a script, any suggestions. >Looping on a result set using the mail function would kill the server. >I know it can be done using a mailing list module but I'm running a >windows machine with IIS, what's the best thin

RE: [PHP-WIN] mail to too many users

2002-01-29 Thread Martin Lindhe
> > >>> "Jim Lucas [php]" <[EMAIL PROTECTED]> 01/28/02 03:47PM >>> > > with php's mail() funciton you can send to multiple > recipents via the > > headers. just build the headers so it will BCC to > everybody at once. > > one word of caution, you can only have a header that is 5kb or > > sm

RE: [PHP-WIN] mail to too many users

2002-01-29 Thread Symeon Charalabides
> >>> "Jim Lucas [php]" <[EMAIL PROTECTED]> 01/28/02 03:47PM >>> > with php's mail() funciton you can send to multiple recipents via the > headers. just build the headers so it will BCC to everybody at once. > one word of caution, you can only have a header that is 5kb or > smaller. > otherwise p

RE: [PHP-WIN] mail to too many users

2002-01-29 Thread Svensson, B.A.T. (HKG)
>From: Mostafa Al-Mallawani >Sent: Tuesday, January 29, 2002 6:43 AM >How big would a string of 19000 email addresses be? Can anyone estimate? Anything between 200KB and 1MB. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

RE: [PHP-WIN] mail to too many users

2002-01-29 Thread Martin Lindhe
> How big would a string of 19000 email addresses be? Can > anyone estimate? you wouldnt want to send all mails in one call to mail(), loop and do a couple of hundred bcc's in each time or something /Martin -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROT

RE: [PHP-WIN] mail to too many users

2002-01-29 Thread Ross Fleming
A byte per character. -Original Message- From: Mostafa Al-Mallawani [mailto:[EMAIL PROTECTED]] Sent: 29 January 2002 05:43 To: 'Angie Tollerson'; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] mail to too many users How big would a string of 19000 email addresse

Re: [PHP-WIN] mail to too many users

2002-01-28 Thread Ignatius Teo
;" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, January 29, 2002 4:43 PM Subject: RE: [PHP-WIN] mail to too many users > How big would a string of 19000 email addresses be? Can anyone > estimate? > > -Original Message-

RE: [PHP-WIN] mail to too many users

2002-01-28 Thread Mostafa Al-Mallawani
How big would a string of 19000 email addresses be? Can anyone estimate? -Original Message- From: Angie Tollerson [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 11:55 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP-WIN] mail to too many users

Re: [PHP-WIN] mail to too many users

2002-01-28 Thread Angie Tollerson
Last I heard BCC and CC wasn't working for Windows...it would only send to the first person in the list. That's what it did for me 6 months ago..has that been fixed? Thanks! Angie >>> "Jim Lucas [php]" <[EMAIL PROTECTED]> 01/28/02 03:47PM >>> with php's mail() funciton you can send to multiple

Re: [PHP-WIN] mail to too many users

2002-01-28 Thread Jim Lucas [php]
with php's mail() funciton you can send to multiple recipents via the headers. just build the headers so it will BCC to everybody at once. one word of caution, you can only have a header that is 5kb or smaller. otherwise php will start truncating the header. Found that out the hard way. so, jus

Re: [PHP-WIN] mail()

2002-01-24 Thread DL Neil
Hello Fabian, Please post a copy of the code you are using, as is. =dn > I have made a php formmailer! > > My Problem: > > When I receive the mail, in the from(sender) line is something like > www-data, but I wont the real sender adress for example [EMAIL PROTECTED] in > the from line not in

RE: [PHP-WIN] Mail and NT

2001-10-24 Thread Tony Leach
If it's on the same box, have you tried just 'localhost' ? -Original Message- From: Joseph Koenig [mailto:[EMAIL PROTECTED]] Sent: 24 October 2001 16:54 To: [EMAIL PROTECTED] Subject: [PHP-WIN] Mail and NT Hi, I'm developing a site on a NT box (I'm much more familiar with unix) and am

Re: [PHP-WIN] Mail and NT

2001-10-24 Thread DL Neil
> I'm developing a site on a NT box (I'm much more familiar with unix) and > am unable to get mail to send on NT. I've edited the php.ini file so > that SMTP = gatekeeper, which is the name of the server. That's all I > saw in the manual and archives that would need to be changed. They have > Exch

Re: [PHP-WIN] mail problem with php as cgi

2001-09-11 Thread Angie Tollerson
Jack, I'm not 100% sure, but I think on windows you have to have the sendmail_path defined. You mentioned it's commented out. Can anyone confirm that? That's what I seem to recallsorry! Angie Tollerson Alliance Technologies Web Programmer (515)245-7628 [EMAIL PROTECTED] >>> "Jack" <[EMAI

Re: [PHP-WIN] mail on windows

2001-08-22 Thread Angie Tollerson
Would you mind posting your question again? I don't have an record of what it was. Thanks Angie >>> "P.Agenbag" <[EMAIL PROTECTED]> 08/22/01 03:23PM >>> Is there no one here who can help me with the mail problem experienced on Win2k server? I posted a question a couple of days ago, but no-one r

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(); error

2001-08-01 Thread Michael Rudel
Hi Chris, ... you need to specify your smtp-server in the php.ini. Hope this helps. Greetinx, Mike Michael Rudel - Web-Development, Systemadministration - Besuchen Sie uns am 20. und 21. August 2001 auf der online-marketing-düsseldorf in Halle 1 Stand E 16 __

Re: [PHP-WIN] mail() on Windows 2000

2001-06-25 Thread Ruslan Ohitin
Hello Matt, Nac> I am using the mail function and everything seems to be working correctly as far as the mail Nac> being sent of; however, I always get the following error: Nac> Fatal error: Maximum execution time of 30 seconds exceeded in ... Your script run more then 30 seconds. This is maxim

Re: [PHP-WIN] mail() on Windows 2000

2001-06-25 Thread Michael Kelley
You can change your php.ini file to increase the timeout length ... Best to track down WHY it's taking so long In that respect i have NO idea. The easy fix is the ini file change [EMAIL PROTECTED] wrote: > I am using the mail function and everything seems to be working correctly as far as

RE: [PHP-WIN] mail server with php

2001-04-19 Thread Flint Doungchak
Oifik, http://www.php.net/manual/en/ref.imap.php You'll want to look at the URL above and check out the imap functions. You can activate the imap functions by uncommenting the imap functions in your php.ini file. I think the php_imap.dll is included in the 4.04pl1 release. If not, go to http:/

Re: [PHP-WIN] Mail(), PHP and Apach

2001-04-10 Thread Yasuo Ohgaki
Do you have anything for sendmail_path? When I had both SMTP and sendmail_path are set, mail() always failed on Linux/Apache/PHP. It may be the same under windows. Make sure SMTP host is up also. (telnet your.mail.host 80) Regards, -- Yasuo Ohgaki ""Guillaume ARNAUD"" <[EMAIL PROTECTED]> wrote

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

  1   2   >