Re: [PHP] mail() function

2002-05-29 Thread Stuart Dallas
>> function, then it WILL work. >> Cheers, >> -Ryan >> - Original Message - >> From: "Phil Schwarzmann" <[EMAIL PROTECTED]> >> To: <[EMAIL PROTECTED]> >> Sent: Wednesday, May 29, 2002 7:57 AM >> Subject: [PHP] mail() funct

Re: [PHP] mail() function

2002-05-29 Thread Ed Gorski
<[EMAIL PROTECTED]> >Sent: Wednesday, May 29, 2002 7:57 AM >Subject: [PHP] mail() function > > > > I want to write a simple script that sends an e-mail message using PHP. > > > > I'm assuming that my web-host has the mail function hooked up to the > >

Re: [PHP] mail() function

2002-05-29 Thread r
That may and may not work, I would suggest you add the RTFM() function, then it WILL work. Cheers, -Ryan - Original Message - From: "Phil Schwarzmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 29, 2002 7:57 AM Subject: [PHP] mail() function

RE: [PHP] mail() function

2002-05-29 Thread James Holden
al/en/ref.mail.php - James www.LondonTown.com -Original Message- From: Phil Schwarzmann [mailto:[EMAIL PROTECTED]] Sent: 29 May 2002 15:58 To: [EMAIL PROTECTED] Subject: [PHP] mail() function I want to write a simple script that sends an e-mail message using PHP. I'm assuming that my web

Re: [PHP] mail() function

2002-05-29 Thread 1LT John W. Holmes
Yes. - Original Message - From: "Phil Schwarzmann" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 29, 2002 10:57 AM Subject: [PHP] mail() function > I want to write a simple script that sends an e-mail message using PHP. > > I'

[PHP] mail() function

2002-05-29 Thread Phil Schwarzmann
I want to write a simple script that sends an e-mail message using PHP. I'm assuming that my web-host has the mail function hooked up to the e-mail server (should I be assuming this or should I assume that it's NOT hooked up?). What is the syntax for this command? something like this... ? (

Re: [PHP] mail() function

2002-05-27 Thread Pushkar Pradhan
dhan <[EMAIL PROTECTED]> > To: Jochem Kempe <[EMAIL PROTECTED]> > CC: [EMAIL PROTECTED] > Subject: Re: [PHP] mail() function > Date: Mon, 27 May 2002 14:58:37 -0500 (CDT) > > There is also a user note at the bottom of the documentation: > I tried to put "\r\n&q

Re: [PHP] mail() function

2002-05-27 Thread Pushkar Pradhan
There is also a user note at the bottom of the documentation: I tried to put "\r\n" at the end of each header line and Netscape 4.7 didn't work properly. I changed to "\n" and it worked well. So, I tried it on Outlook Express 5.5 and Eudora 5.1 and it worked too with "\n" only. I hope it helps...

[PHP] mail() function

2002-05-27 Thread Jochem Kempe
Dear fellars at php.net It appears to me that there is something wrong with the mail() function, I've got an Apache 2.0.36 webserver in an Windows XP environment, now everythin seems to work just fine until I try to execute this: mail("[EMAIL PROTECTED]", "My Subject", "Line 1\r\nLine 2\r\nLine

Re: [PHP] Mail() function performance/optimization question

2002-05-21 Thread Wesley Furgiuele
I am in a shared hosting environment. Here's the info I grab from phpinfo(): SunOS admin 5.7 Generic_106541-16 sun4u sparc SUNW,UltraAX-MP sendmail_path: /usr/lib/sendmail -t SMTP: localhost I don't yet know what the "-t" flag means on the Sendmail path. Also, I included the SMTP value but I a

Re: [PHP] Mail() function performance/optimization question

2002-05-21 Thread Miguel Cruz
What platform and MTA are you using? Your MTA may be trying to handle the message while-u-wait rather than queuing it properly. miguel On Tue, 21 May 2002, Wesley Furgiuele wrote: > Adding a mail() step to my page increases the page load time from an average > of about 2 seconds to nearly 8 se

[PHP] Mail() function performance/optimization question

2002-05-21 Thread Wesley Furgiuele
Adding a mail() step to my page increases the page load time from an average of about 2 seconds to nearly 8 seconds. That would be OK if the page completed displaying all the text and then just kind of hung there while the mail() function finished. The page I am using, by the way, is a 5-column/

[PHP] mail function

2002-05-05 Thread Diana Castillo
Hi, if I use the mail function, as in : mail("[EMAIL PROTECTED]", "My Subject", "Line 1\nLine 2\nLine 3"); The mail comes from "Webserver" How can I change the from ? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Returned e-mail (PHP mail function)

2002-04-04 Thread Jason Murray
Murray [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 05, 2002 3:27 PM > To: 'Martin Towell'; 'Anthony Rodriguez'; [EMAIL PROTECTED] > Subject: RE: [PHP] Returned e-mail (PHP mail function) > > > You can specify a From: field in the extra headers area o

RE: [PHP] Returned e-mail (PHP mail function)

2002-04-04 Thread Jason Murray
ne IT "Work now, freak later!" > -Original Message- > From: Martin Towell [mailto:[EMAIL PROTECTED]] > Sent: Friday, April 05, 2002 3:24 PM > To: 'Anthony Rodriguez'; [EMAIL PROTECTED] > Subject: RE: [PHP] Returned e-mail (PHP mail function) > >

RE: [PHP] Returned e-mail (PHP mail function)

2002-04-04 Thread Martin Towell
ROTECTED]] Sent: Friday, April 05, 2002 2:04 PM To: [EMAIL PROTECTED] Subject: [PHP] Returned e-mail (PHP mail function) I just send my ISP the following question: One of my PHP scripts automatically sends a "Thank You" e-mail to users who just registered. I use PHP's mail func

[PHP] Returned e-mail (PHP mail function)

2002-04-04 Thread Anthony Rodriguez
I just send my ISP the following question: One of my PHP scripts automatically sends a "Thank You" e-mail to users who just registered. I use PHP's mail function. If, during registration, the user enters the wrong e-mail address the e-mail would, of course, be returned. Who is the e-mail retu

Re: [PHP] Mail function acting a bit differently

2002-04-03 Thread lmlweb
Yes.. I found that there. My site doesn't allow .htaccess - now I'm off to find out why. "Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > On Wednesday 03 April 2002 12:06, lmlweb wrote: > > How can I do that - controlling via .htaccess? Pointing me to references > > w

RE: [PHP] Mail Function

2002-04-03 Thread Mark Roedel
Texas, USA | -- John Powell > -Original Message- > From: Chiew, Richard [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 03, 2002 11:45 AM > To: [EMAIL PROTECTED] > Subject: [PHP] Mail Function > > > > > > Can someone please tell me what did i do w

[PHP] Mail Function

2002-04-03 Thread Chiew, Richard
> Can someone please tell me what did i do wrong in the following php > mail function? > > I created the following php file using the mail() function but i keep > getting the 'failed to connect.unable to send your mail.' message. Can > anyone please tell

Re: [PHP] Mail function acting a bit differently

2002-04-02 Thread Jason Wong
On Wednesday 03 April 2002 12:06, lmlweb wrote: > How can I do that - controlling via .htaccess? Pointing me to references > would be good. The manual is a good reference. -- Jason Wong -> Gremlins Associates -> www.gremlins.com.hk /* Remember: Silly is a state of Mind, Stupid is a way of Lif

Re: [PHP] Mail function acting a bit differently

2002-04-02 Thread eric.coleman
Why not just do foreach($form as $key => $value) { $form[$key] = stripslashes($form[$key]); } Eric - Original Message - From: "lmlweb" <[EMAIL PROTECTED]> To: <> Sent: Tuesday, April 02, 2002 11:04 PM Subject: Re: [PHP] Mail function acting a bit diff

Re: [PHP] Mail function acting a bit differently

2002-04-02 Thread lmlweb
How can I do that - controlling via .htaccess? Pointing me to references would be good. TIA LML "Miguel Cruz" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > On Tue, 2 Apr 2002, lmlweb wrote: > > Hosted web, so option to turn on or off is up to the hosting co

Re: [PHP] Mail function acting a bit differently

2002-04-02 Thread lmlweb
;>news:[EMAIL PROTECTED]... > > stripslashes() should work - or set the magic quote thingy to off > > > > -Original Message- > > From: lmlweb [mailto:[EMAIL PROTECTED]] > > Sent: Wednesday, April 03, 2002 1:12 PM > > To: [EMAIL PROTECTED] > >

Re: [PHP] Mail function acting a bit differently

2002-04-02 Thread Miguel Cruz
On Tue, 2 Apr 2002, lmlweb wrote: > Hosted web, so option to turn on or off is up to the hosting company, not > me. Perhaps you can control it from a .htaccess file? miguel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Mail function acting a bit differently

2002-04-02 Thread Martin Towell
on-numerical indexes, but anyway) would be the way to go Martin -Original Message- From: lmlweb [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 2:00 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Mail function acting a bit differently Hosted web, so option to turn on or off is up to

Re: [PHP] Mail function acting a bit differently

2002-04-02 Thread lmlweb
gt;news:[EMAIL PROTECTED]... > stripslashes() should work - or set the magic quote thingy to off > > -Original Message- > From: lmlweb [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, April 03, 2002 1:12 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Mail function acting a

RE: [PHP] Mail function acting a bit differently

2002-04-02 Thread Martin Towell
stripslashes() should work - or set the magic quote thingy to off -Original Message- From: lmlweb [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 1:12 PM To: [EMAIL PROTECTED] Subject: [PHP] Mail function acting a bit differently I got an email someone submitted through my

[PHP] Mail function acting a bit differently

2002-04-02 Thread lmlweb
I got an email someone submitted through my web form. I've been using this form for a while, and it had always worked. It still works, but something new has popped up. If someone writes, "I'm available to meet with you anytime. We'll talk about our project." It appears as: I\'m available to meet

Re: [PHP] mail() function.

2002-03-30 Thread Tyler Longren
er Longren Captain Jack Communications [EMAIL PROTECTED] www.captainjack.com - Original Message - From: "Birtch, James" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, March 30, 2002 7:16 PM Subject: [PHP] mail() function. When I email using this function, the

[PHP] mail() function.

2002-03-30 Thread Birtch, James
When I email using this function, the email which is received has the following content at the top of it... From: [EMAIL PROTECTED] Return-Path: [EMAIL PROTECTED] Message-ID: <[EMAIL PROTECTED]> X-OriginalArrivalTime: 31 Mar 2002 01:14:57.0786 (UTC) FILETIME=[790BEDA0:01C1D851] Any ideas on how

RE: [PHP] mail() function returns TRUE but no email is sent

2002-03-25 Thread Demitrious S. Kelly
pokalyptik.com/watchtower/watchtower-1.0.phps ) -Original Message- From: Kevin Stone [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 4:26 PM To: php-general-list Subject: [PHP] mail() function returns TRUE but no email is sent Anyone run into this problem before? I've got a si

Re: [PHP] mail() function returns TRUE but no email is sent

2002-03-25 Thread Rasmus Lerdorf
Sure, it just passes it off to the MTA. If the MTA drops the ball later on we don't know about it. Check your logs. On Mon, 25 Mar 2002, Kevin Stone wrote: > Anyone run into this problem before? I've got a simple email parser > that I've set up for our clients to access from their websites.

[PHP] mail() function returns TRUE but no email is sent

2002-03-25 Thread Kevin Stone
Anyone run into this problem before? I've got a simple email parser that I've set up for our clients to access from their websites. It just uses the simple mail() function to send the parsed HTML to their account. The mail() function is returning TRUE but the email no email is being received.

[PHP] mail() function

2002-03-15 Thread Piotr Wozniak
Hi, I can't send e-mail by mail() function (PHP 3.0.18, local MTA Postfix). Function succeeds (return code is 1) but no e-mail is delivered and there is no records in mail logs. Variable sendmail_path in php3.ini is rather good: /usr/sbin/sendmail - this is proper link to real executable sendmail

Re: [PHP] PHP MAIL function...why wont it work????

2002-03-07 Thread DL Neil
Brad, [I've put this back on the list, because someone who's into PHP's MAIL() from Linux might be able to help] > OK, I 'KISS'ed' it. The line now reads: > mail("[EMAIL PROTECTED]", "Please call if this works", "Hi there", > "From: [EMAIL PROTECTED]"); > and works fine. BUT, if i put my email a

Re: [PHP] PHP MAIL function...why wont it work????

2002-03-01 Thread DL Neil
Brad, > Yep it is a linux box. Ok, seeing that's 'sweet', go for "KISS"! See earlier comments about simplifying and once 'plain vanilla' is working, add back the optional headers/multiple lines, etc. Will be easier to work out what's breaking things, and then address that issue. Regards, =dn

Re: [PHP] PHP MAIL function...why wont it work????

2002-02-28 Thread Brad Wright
Yep it is a linux box. > From: "DL Neil" <[EMAIL PROTECTED]> > Reply-To: "DL Neil" <[EMAIL PROTECTED]> > Date: Thu, 28 Feb 2002 22:55:59 - > To: "Brad Wright" <[EMAIL PROTECTED]>, "PHP General List" > <[EMAIL PROTE

Re: [PHP] PHP MAIL function...why wont it work????

2002-02-28 Thread DL Neil
Hi Brad, > Hi all... I have a line in a page that should send me an email when the page > is loaded. > mail("[EMAIL PROTECTED]", "worked", "Line 1\nLine 2\nLine 3"); > when i load the page...i get NO error msgs, but the function does not send > the mail. There is no record of any activity in the

[PHP] Re: PHP MAIL function...why wont it work????

2002-02-27 Thread jtjohnston
Your smtp is valid? Try error checking for that? See you php.ini. If you are running it on localhost you might try the same smtp that is used in your emailer. I gaffed on that once. :) Brad Wright wrote: > Hi all... I have a line in a page that should send me an email when the page > is loaded.

[PHP] PHP MAIL function...why wont it work????

2002-02-27 Thread Brad Wright
Hi all... I have a line in a page that should send me an email when the page is loaded. Here is the line i am using: mail("[EMAIL PROTECTED]", "worked", "Line 1\nLine 2\nLine 3"); when i load the page...i get NO error msgs, but the function does not send the mail. There is no record of any ac

Re: [PHP] mail() function not sending to Yahoo address

2002-02-04 Thread Jason G.
Just a note... Make sure your server's IP address is not black holed by some spam list... -Jason Garber IonZoft.com At 08:22 AM 2/4/2002 +0100, TV Karthick Kumar wrote: > Hi, > > I use a form on my website for the visitors to send me the feedback and >use the mail() to do this job for me.

Re: [PHP] mail() function not sending to Yahoo address

2002-02-03 Thread TV Karthick Kumar
Hi, I use a form on my website for the visitors to send me the feedback and use the mail() to do this job for me. And I get mails without any problems I am happy... :-).. Karthick > I've tried several PHP form processors, and all of > them have trouble sending the form contents to a Y

Re: [PHP] mail() function not sending to Yahoo address

2002-02-03 Thread John P. Donaldson
I found out it was my SMTP server that was actually having the problem sending to Yahoo accounts, not PHP. I changed which server my PHP script used to send mail and it sent it to my Yahoo account no problem. John --- Alex Shi <[EMAIL PROTECTED]> wrote: > Hi, > > > Monday, February 04, 2002,

Re: [PHP] mail() function not sending to Yahoo address

2002-02-03 Thread Alex Shi
Hi, > Monday, February 04, 2002, 12:17:27 AM, recebi de John P. Donaldson: > > John> I've tried several PHP form processors, and all of > John> them have trouble sending the form contents to a Yahoo > John> address. When I change the address to something other > John> than a Yahoo account, it s

Re: [PHP] mail() function not sending to Yahoo address

2002-02-03 Thread Ricardo J . Veludo
Monday, February 04, 2002, 12:17:27 AM, recebi de John P. Donaldson: John> I've tried several PHP form processors, and all of John> them have trouble sending the form contents to a Yahoo John> address. When I change the address to something other John> than a Yahoo account, it sends the form res

[PHP] mail() function not sending to Yahoo address

2002-02-03 Thread John P. Donaldson
I've tried several PHP form processors, and all of them have trouble sending the form contents to a Yahoo address. When I change the address to something other than a Yahoo account, it sends the form results with no problem. Is there an issue with PHP's mail function and Yahoo email addresses?

[PHP] mail function not support in php 4.1.0 with compiled with IMAP ???

2001-12-22 Thread Martin Fienkeng
I just finished installing php 4.1.0 with the following options with-imap, with-expat, with-mysql and with-apxs my system is Mandrake 8.1 I tried using the mail function to send mail out and this is the error I get "Warning: mail() is not supported in this PHP build in content on line 26" Is it

[PHP] mail function

2001-12-20 Thread Peter
Hi, Can someone tell me if there is something wrong with the order of the mail function in here. I am trying to get the text in HTML format, but I am not getting the text in html format. else { $mailheaders = "From: $email\r\n"; $mailheaders .= "Reply-To: $email\r\n"; $mailheaders .= "Content-T

RE: [PHP] mail function

2001-12-05 Thread Jon Haworth
] Subject: [PHP] mail function Is it possible to use php's mail function to send an html formated email (one of your pages or a newsletter, whatever...)? If so, how? GW _ This message has been checked for all known virus

[PHP] mail function

2001-12-05 Thread Gregory Jon Welling/Parts Trading Inc.
Is it possible to use php's mail function to send an html formated email (one of your pages or a newsletter, whatever...)? If so, how? GW

Re: [PHP] mail() function

2001-11-20 Thread Philip Olson
See: http://www.php.net/manual/en/function.mail.php an example lives there. The key here is that additional headers, such as From: will go in the optional additional_headers parameter. Regards, Philip Olson On Tue, 20 Nov 2001, Ben Clumeck wrote: > I am new to PHP. I am trying to specify

Re: [PHP] mail() function

2001-11-20 Thread Avdija A . Ahmedhodziæ
@mail( "[EMAIL PROTECTED]", "$subject", "$body", "From: $fromemail"); - Original Message - From: Avdija A. Ahmedhodziæ <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 21. studeni 2001 02:06 Subject: Re: [PHP] mail() function >

Re: [PHP] mail() function

2001-11-20 Thread Avdija A . Ahmedhodziæ
@mail( "[EMAIL PROTECTED], "$subject", "$body", "From: $fromemail\nContent-Type: text/plain; charset=\"windows-1250\" "); - Original Message - From: Ben Clumeck <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: 21. studeni 2001

[PHP] mail() function

2001-11-20 Thread Ben Clumeck
I am new to PHP. I am trying to specify the email address in the "From" field. Right now it gives me my host name. Can anyone help? Ben -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact t

Re: [PHP] PHP mail() function. Help please...

2001-11-18 Thread Anthony Ritter
Thank you! It works fine. Regards, Tony -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] PHP mail() function. Help please...

2001-11-18 Thread Avdija A . Ahmedhodžić
19. studeni 2001 01:07 Subject: [PHP] PHP mail() function. Help please... > I'm reading J.Meloni's tutorial on page 119 in "Fast and Easy" and she is > explaining using the PHP mail function. > > There are two scripts for this example... > > One is the .htm

[PHP] PHP mail() function. Help please...

2001-11-18 Thread Anthony Ritter
I'm reading J.Meloni's tutorial on page 119 in "Fast and Easy" and she is explaining using the PHP mail function. There are two scripts for this example... One is the .html file which lays out the form with input boxes, a textarea box and a submit button. It is:

RE: [PHP] mail() function

2001-11-14 Thread Martin Towell
It's probably thinking that "Do Not Reply" is a user name, so try: "Do Not Reply <[EMAIL PROTECTED]>" and see how that goes -Original Message- From: Brandon Orther [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 15, 2001 10:50 AM To: PHP User Group

[PHP] mail() function

2001-11-14 Thread Brandon Orther
Hello, I have been mssing with the mail function for a day now. When I send a e-mail it always adds the server name to the end of whatever I put the e-mail from in the header. Example: $mailheaders = "From: \"Do Not Reply\"\r\nReply-To: Do Not Reply@Do Not Reply\n"; If I use the above hea

RE: [PHP] defending PHP mail function

2001-10-31 Thread Jason G.
/SMTP problem. > > > >Matthew Luchak >Webmaster >Kaydara Inc. >[EMAIL PROTECTED] > > >-Original Message- >From: Kurt Lieber [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, October 31, 2001 11:57 AM >To: PHP General List >Subject: Re: [PHP] def

Re: [PHP] defending PHP mail function

2001-10-31 Thread Jason Brooke
> Really? No good at all, huh? I would think that would answer the question > right there if it was an SMTP problem or a problem that lies elsewhere. If > you take SMTP out of the equation, and the problem still occurs, then you > know that's not the issue. If the problem does go away, then you

Re: [PHP] defending PHP mail function

2001-10-31 Thread Kurt Lieber
On Wednesday 31 October 2001 09:08 am, you wrote: > It doesn't do much good to test on a nix box because what I'm looking > for is a solution to a PHP/SMTP problem. Really? No good at all, huh? I would think that would answer the question right there if it was an SMTP problem or a problem that

RE: [PHP] defending PHP mail function

2001-10-31 Thread Matthew Luchak
on a nix box because what I'm looking for is a solution to a PHP/SMTP problem. Matthew Luchak Webmaster Kaydara Inc. [EMAIL PROTECTED] -Original Message- From: Kurt Lieber [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 11:57 AM To: PHP

[PHP] Re: defending PHP mail function

2001-10-31 Thread Manuel Lemos
Hello, > Matthew Luchak wrote: > > Recently I have had to defend the use of PHP in light of a number of > screw-ups with the mail function in 4.0+. It seems that some email If you are using Windows, that seems to be a problem that the mail() function implementation does not handle SMTP servers

Re: [PHP] defending PHP mail function

2001-10-31 Thread Kurt Lieber
On Wednesday 31 October 2001 08:40 am, you wrote: > for now it's PHP that's in question AFAIK, this is the first I've ever heard of probelms with mail() not sending to perfectly valid email addresses. Scalability issues and other performance problems, sure, but that's a different animal. Gi

RE: [PHP] defending PHP mail function

2001-10-31 Thread Matthew Luchak
>Well hey, if mail() won't send to those addresses, what's wrong with us >testing them? :-) ;) >Can you send to those addresses from a regular email client? If so, can you >do it from the command line with your MTA? Of course I am talking about valid addresses, in fact there is at least one

RE: [PHP] defending PHP mail function

2001-10-31 Thread Jon Haworth
--Original Message- From: Matthew Luchak [mailto:[EMAIL PROTECTED]] Sent: 31 October 2001 16:17 To: Php-General (E-mail) Subject: RE: [PHP] defending PHP mail function The addresses I know about are clients that are already a little peeved with me so I can't send them out for testing but

Re: [PHP] defending PHP mail function

2001-10-31 Thread Kurt Lieber
On Wednesday 31 October 2001 08:16 am, you wrote: > The addresses I know about are clients that are already a little peeved > with me so I can't send them out for testing but I have found at least 4 > addresses that will "not work" (no error message, just dead air) with > Mail(). It is something

RE: [PHP] defending PHP mail function

2001-10-31 Thread Matthew Luchak
_ Matthew Luchak Webmaster Kaydara Inc. [EMAIL PROTECTED] -Original Message- From: Jason Brooke [mailto:[EMAIL PROTECTED]] Sent: Wednesday, October 31, 2001 11:10 AM To: Matthew Luchak; Php-General (E-mail) Subject: Re: [PHP] defending PHP mail function Whic

RE: [PHP] defending PHP mail function

2001-10-31 Thread Jon Haworth
6:04 To: Php-General (E-mail) Subject: [PHP] defending PHP mail function Recently I have had to defend the use of PHP in light of a number of screw-ups with the mail function in 4.0+. It seems that some email addresses will simply "not work" with mail. I have been shopping around

Re: [PHP] defending PHP mail function

2001-10-31 Thread ReDucTor
rsday, November 01, 2001 2:09 AM Subject: RE: [PHP] defending PHP mail function > WIN 2000 > > > > > Blankwhat os was it?!?!? > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mai

RE: [PHP] defending PHP mail function

2001-10-31 Thread Nathan Cassano
: Wednesday, October 31, 2001 8:04 AM To: Php-General (E-mail) Subject: [PHP] defending PHP mail function Recently I have had to defend the use of PHP in light of a number of screw-ups with the mail function in 4.0+. It seems that some email addresses will simply "not work" with mail. I

Re: [PHP] defending PHP mail function

2001-10-31 Thread Jason Brooke
Which addresses won't work? - Original Message - From: "Matthew Luchak" <[EMAIL PROTECTED]> To: "Php-General (E-mail)" <[EMAIL PROTECTED]> Sent: Thursday, November 01, 2001 2:04 AM Subject: [PHP] defending PHP mail function Recently I have had t

RE: [PHP] defending PHP mail function

2001-10-31 Thread Matthew Luchak
WIN 2000 Blankwhat os was it?!?!? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

Re: [PHP] defending PHP mail function

2001-10-31 Thread ReDucTor
Blankwhat os was it?!?!? - Original Message - From: Matthew Luchak To: Php-General (E-mail) Sent: Thursday, November 01, 2001 2:04 AM Subject: [PHP] defending PHP mail function Recently I have had to defend the use of PHP in light of a number of screw-ups with the mail function in 4.0

[PHP] defending PHP mail function

2001-10-31 Thread Matthew Luchak
Title: Blank Recently I have had to defend the use of PHP in light of a number of screw-ups with the mail function in 4.0+.  It seems that some email addresses will simply "not work" with mail.  I have been shopping around for a smtp direct class ( http://www.zend.com/codex.php?id=347&single=

[PHP] Re: !!! URGENT [PHP] php mail() function Problem

2001-10-19 Thread Yasuo Ohgaki
If your sendmail is set up correctly, you should be able to send mail. Check your sendmail. Look for sendmail Manul, FAQ, etc, since it's not PHP problem. -- Yasuo Ohgaki Simos Varelakis wrote: > Hi to everyone > > i have problem with php4 mail() function. > > Os:mandrake 7.2 Mailprog:Sendm

[PHP] !!! URGENT [PHP] php mail() function Problem

2001-10-18 Thread Simos Varelakis
Hi to everyone i have problem with php4 mail() function. Os:mandrake 7.2 Mailprog:Sendmail the following php code does not send e-mail my /var/log/mail/info files log the following thewall sendmail[8313]: f9HAE9I08313: from=apache, size=0, class=0, nrcpts=0, relay=apache@localhost my php.

Re: [PHP] mail function and lots of form fields

2001-10-17 Thread Chip
Great help dude, it works fine now. Much appreciated. I created mainfile.php which is a form that is submited to thanks.php, which contains just the small mail function stuff and a call to include mailbody.inc, which has all the fields layed out nicely on screen for the user to see as well as it

Re: [PHP] Mail function

2001-09-30 Thread Rasmus Lerdorf
Just configure PHP's sendmail_path directive to be: sendmail -t -i -Odeliverymode=q That means any use of the mail() function will simply stick the message in the outgoing queue. You can then configure sendmail to run periodically to process this queue. Basically: man sendmail -Rasmus On

RE: [PHP] Mail function

2001-09-30 Thread Kurt Lieber
use qmail. php is a powerful language -- and with any powerful language, stupid people can wreak havoc by using it improperly. There are literally dozens of PHP mailing list managers out there that bypass the mail() function and use sockets directly. Perhaps you can recommend those to your host

[PHP] Mail function

2001-09-30 Thread P.Agenbag
Hi, I'm not sure this is the right list to post this, and i'm not even sure if there is already a solution to this problem, in which case, sorry... Ok, my problem: PHP has (as you all know) a mail() function which is very handy to send mail to people. Now, with the advent and subsequent ease of M

[PHP] Re: About old msg on attachements using PHP mail function

2001-09-21 Thread Richard Lynch
: <[EMAIL PROTECTED]> Sent: Thursday, September 20, 2001 7:12 PM Subject: About old msg on attachements using PHP mail function > Hello, regarding old email from [EMAIL PROTECTED] about mail > attachements > > From: py" <[EMAIL PROTECTED]> 21/05/01 08:25 > Subject:

[PHP] About old msg on attachements using PHP mail function

2001-09-20 Thread M
. "Reply-To: $addr_from\n"; $out = $out . "X-Mailer: PHP3\n"; $out = $out . "X-Sender: $addr_from\n"; return $out; } ... I am trying to attach single text file to mail, then don't want to implement new class for this task. I imagine to send MIME messages, it would

Re: [PHP] Mail function....

2001-09-13 Thread B. van Ouwerkerk
>Can someone please just run me through the different sections of the mail >function please cause i understand you can change the from address etc aswell This is in the manual. Read it, try it and if you can't get it to run properly ask your question again. Don't forget to describe what you tr

[PHP] Mail function....

2001-09-12 Thread Kyle Smith
Can someone please just run me through the different sections of the mail function please cause i understand you can change the from address etc aswell -lk6- http://www.StupeedStudios.f2s.com Home of the burning lego man! ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666

[PHP] mail function

2001-08-23 Thread Richard Baskett
I am trying to get the mail function to return anything that tells me that it was sent successfully or at least there were no errors, but assigning a variable to equal the mail function does not seem to return anything... On php's site it says it should return true. Am I going about this wrong?

[PHP] mail function

2001-08-14 Thread Boaz Amit
<[EMAIL PROTECTED]> wrote: >hi all, >I cant seem to get my mail function to work. OK so i am a noob, that might >have something to do with it. I am using a script I found called the HTML >Mime Mail Class, which does everything i need except actually send the mail. >I am guessing that there is s

Re: [PHP] PHP mail() function

2001-07-27 Thread Mark Maggelet
t; >- Original Message - >From: Mark Maggelet <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> >Sent: Friday, July 27, 2001 12:14 PM >Subject: Re: [PHP] PHP mail() function > > >On Fri, 27 Jul 2001 11:11:57 -0600, Kevin Leavell ([EMAIL

Re: [PHP] PHP mail() function

2001-07-27 Thread Kevin Leavell
Subject: Re: [PHP] PHP mail() function On Fri, 27 Jul 2001 11:11:57 -0600, Kevin Leavell ([EMAIL PROTECTED]) wrote: >mail0 is sending mail that can't be received by aol or my local isp. > That >same mail can be received by other sites on that same server. The >mail doesn't

[PHP] mail function problem

2001-07-27 Thread Emiliano Marmonti
Dears: I have a problem using mail function under the default IIS's SMTP. Appears an error, something like: Unknown error in line 3 Line 3 only have the instruction mail ("[EMAIL PROTECTED]","[TEST] Hola","Mensaje de Prueba"). I have tested the use of this function using another

Re: [PHP] PHP mail() function

2001-07-27 Thread Mark Maggelet
On Fri, 27 Jul 2001 11:11:57 -0600, Kevin Leavell ([EMAIL PROTECTED]) wrote: >mail0 is sending mail that can't be received by aol or my local isp. > That >same mail can be received by other sites on that same server. The >mail doesn't bounce but I am getting a few DSN errors in my maillog. it so

[PHP] PHP mail() function

2001-07-27 Thread Kevin Leavell
mail0 is sending mail that can't be received by aol or my local isp. That same mail can be received by other sites on that same server. The mail doesn't bounce but I am getting a few DSN errors in my maillog. My site is hosted at a major hosting company. Funny enough, when the scripts were run

RE: [PHP] mail() function 30minute delay??

2001-07-11 Thread Matthew Loff
:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 7:54 PM To: [EMAIL PROTECTED] Subject: [PHP] mail() function 30minute delay?? hi. i'm using the mail() function to send email from a PHP script on a UNIX system. sample code is: $result=mail ($mail_to, $mail_subject, $mail_body, $mail_headers);

[PHP] mail() function 30minute delay??

2001-07-11 Thread Ben Rigby
hi. i'm using the mail() function to send email from a PHP script on a UNIX system. sample code is: $result=mail ($mail_to, $mail_subject, $mail_body, $mail_headers); and it seems to be placing the mail in the sendmail queue which gets sent every 30 mintues. is there a PHP mail() option or anoth

Re: [PHP] mail function fails

2001-07-02 Thread Julia A. Case
Thanks! > > Ryan > > -Original Message- > From: Michael Geier, CDM Systems Admin [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 02, 2001 10:57 AM > To: Shrout, Ryan > Subject: RE: [PHP] mail function fails > > > RPM's tend to hose installations. Ma

RE: [PHP] mail function fails

2001-07-02 Thread Shrout, Ryan
ppear that sendmail is not configured to allow others to use it? Is there a quick easy way to fix this? Thanks! Ryan -Original Message- From: Michael Geier, CDM Systems Admin [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 10:57 AM To: Shrout, Ryan Subject: RE: [PHP] mail function

Re: [PHP] mail function fails

2001-07-02 Thread mike cullerton
l messages are particular about their syntax. mike on 7/2/01 7:00 AM, Shrout, Ryan at [EMAIL PROTECTED] wrote: > I am having a problem with the PHP mail() function. Here is the code: > > if (mail ("[EMAIL PROTECTED]", "Quote Request", $message)) { &

RE: [PHP] mail function fails

2001-07-02 Thread Shrout, Ryan
Darn, still didn't work. Anyone else have a suggestion? Or a way to view an error message of some kind? Ryan Shrout -Original Message- From: Tim Taubert [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 9:51 AM To: PHP Mailingliste Subject: RE: [PHP] mail function fails

<    1   2   3   4   5   >