[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] Re: php - mail() and sendmails clientmqueue directory

2002-02-24 Thread Luke Vogel
Luke Vogel wrote: [snip] Has anyone else experienced this issue, and or can anyone recommend a secure solution. Found the solution ... http://www.sendmail.org/~ca/email/doc8.12/SECURITY -- Regards Luke -- Q: What does FAQ stand for? A: We are Frequently Asked this Question, and we

Re: [PHP] Mail Headers Formatting

2002-02-19 Thread Steven Walker
Nick, Thank you for your reply. I have looked at the RFC's and they are just too wordy without examples. I was hoping to find a nice hyperlinked html page with complete docs and examples...that may be hoping for too much:). I'll be using this to generate auto-responding email messages. I'd

Re: [PHP] Mail () problems - Need help!

2002-02-18 Thread Bogdan Stancescu
Your browser probably timed out. Try using flush() after the echo in the loop. You may also encounter PHP timeout - take a look at set_time_limit() if you bump into that. What I don't understand is why you received no mail - are you sure your mail() syntax is correct? You should try a third

Re: [PHP] Mail () problems - Need help!

2002-02-18 Thread DL Neil
Anthony, A common issue. Pertinent info required: 1 Win or *nix? 2 able to send a single msg to a single email addr? 3 does loop get address and send msg to that address, 136 times; or does loop collect 136 addresses and then after closing the loop a single msg is sent to 136 recipients in the

RE: [PHP] Mail()

2002-02-15 Thread Rick Emery
It should be configured automatically if you have PHP compiled into your Apache server. That said, I know nothing about NuSphere, so they might do something different. Have you tried??? -Original Message- From: André Felix Miertschink [mailto:[EMAIL PROTECTED]] Sent: Friday, February

RE: [PHP] Mail Sent Date - more info

2002-02-08 Thread Pickup, Jordan
I just checked the Date function and when you use the 'O' or 'r': O - Difference to Greenwich time in hours; i.e. +0200 r - RFC 822 formatted date; i.e. Thu, 21 Dec 2000 16:01:07 +0200 it also gives the wrong time zone. Is there anyway to tell PHP that it is wrong? Is this just a bug in

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

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 sends the

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

Re: [PHP] Mail Attachments

2002-01-24 Thread Neil Freeman
Take a look at the articles on: http://www.devshed.com/Server_Side/PHP HTH Neil Gordon Stewart wrote: Dear List I have just compleated a PHP web frontend to the standard mail function in PHP. I have got it to send and recieve email. Can I take this programming task further and allow

Re: [PHP] Mail() Timeout

2002-01-16 Thread Rasmus Lerdorf
Fix your sendmail flags in your php.ini file to just queue up the mail. On Wed, 16 Jan 2002, Ben Sinclair wrote: Is there a way to shorten the timeout for the mail() function? Currently it will wait too long when it is unable to send mail, causing the browser to appear to hang. -- Ben

Re: [PHP] Mail() Timeout

2002-01-16 Thread Ben Sinclair
] - Original Message - From: Rasmus Lerdorf [EMAIL PROTECTED] To: Ben Sinclair [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, January 16, 2002 3:45 PM Subject: Re: [PHP] Mail() Timeout Fix your sendmail flags in your php.ini file to just queue up the mail. On Wed, 16 Jan 2002

Re: [PHP] Mail() Timeout

2002-01-16 Thread Ben Sinclair
: Wednesday, January 16, 2002 4:13 PM Subject: Re: [PHP] Mail() Timeout I changed my sendmail line to: sendmail_path = /usr/sbin/sendmail -t -i -O DeliveryMode=q That should place it in the queue instead of trying to send it immediately, right? It doesn't seem to work though... It still just sits

Re: [PHP] Mail() Timeout

2002-01-16 Thread Ben Sinclair
: Wednesday, January 16, 2002 4:15 PM Subject: Re: [PHP] Mail() Timeout I just noticed from phpinfo() that sendmail_path reads: /usr/sbin/sendmail -t -i -O DeliveryMode Did it really drop the =a or is it just a problem with phpinfo()? -- PHP General Mailing List (http://www.php.net

RE: [PHP] mail function

2001-12-05 Thread Jon Haworth
Yes it is. A good place to start is with the manual (http://www.php.net/mail), where you will find an explanation of how to do it. Cheers Jon -Original Message- From: Gregory Jon Welling/Parts Trading Inc. [mailto:[EMAIL PROTECTED]] Sent: 05 December 2001 11:07 To: [EMAIL PROTECTED]

Re: [PHP] mail smtp class file

2001-11-21 Thread Michael P. Carel
thank you for that but we need a customized mailer system for our development and im just new with this type of system, i just want to make sure that i really understand the program flow of the mailer script .This is just a start and the sample script is very simple to understand for a

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 01:58 Subject: [PHP] mail() function I am new to PHP. I am trying to

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 @mail( [EMAIL PROTECTED], $subject, $body, From: $fromemail\nContent

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 charset conversion

2001-11-19 Thread Martín Marqués
On Lun 19 Nov 2001 17:45, you wrote: I have a small script that recieves mails and does some work with it. What it has to do, it does it great, for now. The problem is that some lines come in encoded (at least thats my thought). For example: Martín Marqués -

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 Subject: [PHP] mail() function Hello,

RE: [PHP] mail() with mailing lists problem

2001-11-13 Thread Rudolf Visagie
- From: TD - Sales International Holland B.V. [mailto:[EMAIL PROTECTED]] Sent: 12 November 2001 04:15 To: Rudolf Visagie Subject: Re: [PHP] mail() with mailing lists problem If you send the same message over and over wouldn't it be a LOT wiser to BCC the rest of the people? This way you are MIME

Re: [PHP] mail() with mailing lists problem

2001-11-13 Thread DL Neil
clipping all/most of the encoded contents please? =dn - Original Message - From: Rudolf Visagie [EMAIL PROTECTED] To: TD - Sales International Holland B.V. [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: 13 November 2001 08:40 Subject: RE: [PHP] mail() with mailing lists problem True. I had

Re: [PHP] Mail() not sending mail..

2001-11-04 Thread David Robley
On Sat, 3 Nov 2001 00:53, Paul Mullett wrote: Hello, Could be a simple problem, using PHP4 on a Linux/Unix Cobalt RaQ4 server. I have been using it fine, but the mail() function wont send mail, even with the most basic content and lack of headers. Can anyone offer any advise on what

Re: [PHP] Mail and mime and attachments

2001-11-03 Thread Jason G.
I tried and tried. I finally got it to work (multipart/alternative) after reading the rfc. Read RFC 1521 at http://www.faqs.org/rfcs/rfc1521.html. Look at section 7.2.2. It will tell you all you need to know. By the way everyone, from faqs.org, WHICH I AM SURE MOST OF YOU USE TIME TO

Re: [PHP] Mail and mime and attachments

2001-11-03 Thread Richard Heyes
Jason G. [EMAIL PROTECTED] scrawled: I tried and tried. I finally got it to work (multipart/alternative) after reading the rfc. Read RFC 1521 at http://www.faqs.org/rfcs/rfc1521.html. Look at section 7.2.2. It will tell you all you need to know. RFCs 2045 - 2049 would be a better

Re: [PHP] mail() extra headers not working

2001-11-01 Thread DL Neil
I am trying to ad extra headers to email's I am sending through php. I want to ad Reply-To: and Bounse-To: addresses. But when add them useing the forth feild of the mail() funtion. mail($recipient,$msubject,$message,Reply-To: $sender); but for some reason when I send this e-mail it puts

Re: [PHP] Mail Handling Question

2001-10-30 Thread Kurt Lieber
On Tuesday 30 October 2001 01:56 pm, Reggie White wrote: Now here's where I'm stuck. When the user is finished previewing the html letter, I want two things to happen: When the user submits, I want the page itself (with the variable in it) to be emailed to a specified recipient. I also want a

Re: [PHP] mail() question

2001-10-23 Thread David Robley
On Wed, 24 Oct 2001 07:03, [EMAIL PROTECTED] wrote: Hi all, I've got a question that I'm sure can be answered, but I'm a little stuck right now... I've set up yelvington's excellent annotate script, and it works beautifully. My next step was to try to add an auto email function to notify me

RE: [PHP] mail() question

2001-10-23 Thread Niklas Lampén
Well, not sure if this is a solution for you but I've done it with something like this: If ($Page == Form) { // Form itself with hidden field Page=Mailer } else if($Page == Mailer) { // Send the mail header(Location: youraddress?Page=Form); }; Hope this helps. Niklas

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

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

Re: [PHP] mail problem

2001-09-13 Thread Peter Houchin Sun Rentals STR Manager
From: David Robley [EMAIL PROTECTED] To: Peter Houchin Sun Rentals STR Manager [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Subject: Re: [PHP] mail problem Date: Thu, 13 Sep 2001 14:51:36 +0930 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Mozilla-Status

Re: [PHP] mail problem

2001-09-12 Thread David Robley
On Thu, 13 Sep 2001 12:04, Peter Houchin Sun Rentals STR Manager wrote: hiya I have several scripts that send mail from web pages made in php.. now these pages all work fine. now all of a sudden php has stopped sending mail and I don't know why System info Unix box running Solaris 2.6

Re: [PHP] mail problem

2001-09-12 Thread Peter Houchin Sun Rentals STR Manager
[EMAIL PROTECTED], [EMAIL PROTECTED] Date: Thu, 13 Sep 2001 12:17:12 +0930 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PHP] mail problem X-Mozilla-Status: X-Mozilla-Status2: X-UIDL: a89ffd79c7882d9be6397af7041f38b1 On Thu, 13 Sep 2001 12:04, Peter Houchin Sun Rentals

Re: [PHP] mail problem

2001-09-12 Thread David Robley
On Thu, 13 Sep 2001 13:10, Peter Houchin Sun Rentals STR Manager wrote: On Thu, 13 Sep 2001 12:04, Peter Houchin Sun Rentals STR Manager wrote: hiya I have several scripts that send mail from web pages made in php.. now these pages all work fine. now all of a sudden php has stopped

Re: [PHP] mail problem

2001-09-12 Thread Peter Houchin Sun Rentals STR Manager
[EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED], [EMAIL PROTECTED] Date: Thu, 13 Sep 2001 13:28:27 +0930 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: Re: [PHP] mail problem X-Mozilla-Status: X-Mozilla-Status2: X-UIDL: b7314ef2bee84cb807f95a04acc39a3d On Thu, 13 Sep

Re: [PHP] mail problem

2001-09-12 Thread David Robley
On Thu, 13 Sep 2001 13:43, Peter Houchin Sun Rentals STR Manager wrote: SNIP headers: didja know dtmail was putting them in? On Thu, 13 Sep 2001 13:10, Peter Houchin Sun Rentals STR Manager wrote: On Thu, 13 Sep 2001 12:04, Peter Houchin Sun Rentals STR Manager wrote: hiya I have

Re: [PHP] mail() ERROR - WHY, WHY, WHY

2001-09-10 Thread Jason Brooke
I drowing here and need a life-ring! I have a site relying heavily on e-mail registration, forums, etc. and mail() is broken in my php install. I've been using an smtp server other than sendmail, but based on recommendations I have removed that smtp server, removed php, installed sendmail,

RE: [PHP] mail() ERROR - WHY, WHY, WHY

2001-09-10 Thread Kraa de Simon
What does phpinfo() think of it? ? phpinfo() ? Search for sendmail_from, sendmail_path, SMTP under Configuration / PHP core and see if the values are correct. Simon. -Original Message- From: Badger [mailto:[EMAIL PROTECTED]] Sent: maandag 10 september 2001 9:24 To: [EMAIL

Re: [PHP] mail from

2001-08-20 Thread speedboy
Hello all. Does anyone know how i can set up the from and Return Address fields in the mail functions in php? mail([EMAIL PROTECTED], subject., body., From: php@$SERVER_NAME\n); -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

RE: [PHP] mail from

2001-08-20 Thread Jan De Luyck
You can set them using the header field in the mail function. Checkout http://www.php.net/mail Jan De Luyck -Original Message- From: PHP [mailto:[EMAIL PROTECTED]] Sent: Monday, August 20, 2001 11:26 AM To: [EMAIL PROTECTED] Subject: [PHP] mail from Hello all. Does anyone

RE: [PHP] mail from

2001-08-20 Thread Tony G. Bolaño
Use the header field in the mail function: $header =From: [EMAIL PROTECTED]\n; $header .=X-Sender: [EMAIL PROTECTED]\n; $header .=X-Mailer: PHP\n; $header .=Reply-To: [EMAIL PROTECTED]\n; $header .=Return-Path: [EMAIL PROTECTED]\n; ... mail($recipient, $subject, $message,

Re: [PHP] Mail method?

2001-08-15 Thread Tyler Longren
Is it not working for you? Do you have an smtp server of some sort set up? If you're using Win98/NT/2000, you can specify an smtp server to use (usually your ISP's). If you're using *nix, install sendmail. Good luck, Tyler Longren Captain Jack Communications [EMAIL PROTECTED]

RE: [PHP] Mail() not setting MIME TYPE

2001-08-14 Thread James Quinn-Hawtin
$mail = mail($address, $subject, $body, $headers \nContent-Type: text/html; charset=iso-8859-1\nContent-Transfer-Encoding: 64bit ); Hi peter, You've got a space and a newline right after the headers ($headers).. they shouldn't be there.. and i'd put a \n after 64bit I don't know if that

RE: [PHP] Mail()

2001-08-13 Thread Mahmoud Kassem
the email from NO BODY [EMAIL PROTECTED] -Original Message- From: ReDucTor [mailto:[EMAIL PROTECTED]] Sent: Monday, August 13, 2001 9:25 AM To: Mahmoud Kassem; [EMAIL PROTECTED] Subject: Re: [PHP] Mail() From : Your Name [EMAIL PROTECTED] make sure you have the arrow things around it... thats

RE: [PHP] Mail()

2001-08-13 Thread Mahmoud Kassem
THe same .. did not make a difference .. for php.ini settings : I am on a virtual hosting .. so I do not have access to the php.ini file -Original Message- From: karthik [mailto:[EMAIL PROTECTED]] Sent: Friday, July 13, 2001 9:43 AM To: Mahmoud Kassem Subject: Re: [PHP] Mail() Hi Try

RE: [PHP] Mail()

2001-08-13 Thread Maxim Maletsky
Try using .htaccess or ini_set() - perhaps this will help you when on shared server. regards, Maxim Maletsky -Original Message- From: Mahmoud Kassem [mailto:[EMAIL PROTECTED]] Sent: Monday, August 13, 2001 4:12 PM To: karthik Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Mail() THe same

RE: [PHP] Mail()

2001-08-13 Thread Michael Geier, CDM Systems Admin
: Mahmoud Kassem [mailto:[EMAIL PROTECTED]] Sent: Monday, August 13, 2001 1:34 AM To: ReDucTor Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Mail() I have the arrows my code is : $headers .= Return-Path: [EMAIL PROTECTED]\n; $headers .= Errors-To: [EMAIL PROTECTED]\n; $headers .= X-Sender: Abkareno [EMAIL

RE: [PHP] Mail()

2001-08-13 Thread Mahmoud Kassem
I said before I do not have access to the php.ini I am on a virtual Hosting ... -Original Message- From: Michael Geier, CDM Systems Admin [mailto:[EMAIL PROTECTED]] Sent: Monday, August 13, 2001 4:43 PM To: Mahmoud Kassem; ReDucTor Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Mail() your

RE: [PHP] Mail()

2001-08-13 Thread Michael Geier, CDM Systems Admin
:[EMAIL PROTECTED]] Sent: Monday, August 13, 2001 9:40 AM To: Michael Geier, CDM Systems Admin Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Mail() I said before I do not have access to the php.ini I am on a virtual Hosting ... -Original Message- From: Michael Geier, CDM Systems Admin [mailto

RE: [PHP] Mail()

2001-08-13 Thread Mahmoud Kassem
PROTECTED]] Sent: Monday, August 13, 2001 12:03 PM To: 'Mahmoud Kassem'; karthik Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Mail() Try using .htaccess or ini_set() - perhaps this will help you when on shared server. regards, Maxim Maletsky -Original Message- From: Mahmoud Kassem [mailto

RE: [PHP] Mail()

2001-08-13 Thread Mahmoud Kassem
: Monday, August 13, 2001 6:12 PM To: Mahmoud Kassem Cc: [EMAIL PROTECTED] Subject: RE: [PHP] Mail() rather than be rude about it, try reading the whole message and then looking through the PHP documentation. http://www.php.net/manual/en/function.ini-set.php

Re: [PHP] Mail()

2001-08-12 Thread ReDucTor
From : Your Name [EMAIL PROTECTED] make sure you have the arrow things around it... thats in your headers... - Original Message - From: Mahmoud Kassem [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, August 13, 2001 4:20 PM Subject: [PHP] Mail() How can force my From: instead

Re: [PHP] mail the contents of an array

2001-08-03 Thread Tim
You could use the implode() function to convert the arrays to strings and then pass the concatenated strings to the mail() function. - Tim On 03 Aug 2001 09:00:04 +, Geoffrey Makstutis wrote: I'm sure that I'm missing something obvious (probably sleep), but how can I take the contents of

Re: [PHP] mail priority

2001-07-24 Thread Tyler Longren
I'm not sure exactly what it is, but check the php manual for the mail() function. There's an example in there to set the message priority. Good luck, Tyler On Wed, 25 Jul 2001 10:41:44 -0500 Jack [EMAIL PROTECTED] wrote: Dear folks, I am doing the email using mail() command. I wonder if

RE: [PHP] mail with html

2001-07-23 Thread Sandeep Hundal
here's a script i wrote a while back. copied and pasted. - ? if ($submit) { $headers .= From: $myemail \n; $headers .= cc:$cc \n; $headers .= bcc:$bcc \n; // $headers .= Content-Type: text/html; charset=iso-8859-1\n; $message =

RE: [PHP] mail with html

2001-07-23 Thread Sandeep Hundal
Message- From: Sandeep Hundal [mailto:[EMAIL PROTECTED]] Sent: 23 July 2001 11:06 To: 'Adrian D'Costa'; php general list Subject: RE: [PHP] mail with html here's a script i wrote a while back. copied and pasted. - ? if ($submit) { $headers .= From: $myemail \n

RE: [PHP] mail with html

2001-07-23 Thread Adrian D'Costa
it. /sunny -Original Message- From: Sandeep Hundal [mailto:[EMAIL PROTECTED]] Sent: 23 July 2001 11:06 To: 'Adrian D'Costa'; php general list Subject: RE: [PHP] mail with html here's a script i wrote a while back. copied and pasted. - ? if ($submit

RE: [PHP] mail with html

2001-07-23 Thread Sandeep Hundal
-Original Message- From: Adrian D'Costa [mailto:[EMAIL PROTECTED]] Sent: 23 July 2001 12:26 To: Sandeep Hundal Cc: php general list Subject: RE: [PHP] mail with html Hi Sandeep, Thanks for your mail but I was looking at something else. This is what I need. I have a table that I

RE: [PHP] mail with html

2001-07-23 Thread Adrian D'Costa
: RE: [PHP] mail with html Hi Sandeep, Thanks for your mail but I was looking at something else. This is what I need. I have a table that I will be selecting certian records and mailing to clients that have signed up. The result should be in html and plain text. The plain text

RE: [PHP] mail with html

2001-07-23 Thread Sandeep Hundal
:[EMAIL PROTECTED]] Sent: 23 July 2001 13:04 To: Sandeep Hundal Cc: php general list Subject: RE: [PHP] mail with html The question is how do I declare the html coding in the message part. Any samples Adrian On Mon, 23 Jul 2001, Sandeep Hundal wrote: well all you need to do is use part

Re: [PHP] mail with html

2001-07-23 Thread Jome
Here is an example that I use myself for sending HTML code via email. ? function qp_encode($str) { $chars = preg_split('//', $str, -1, PREG_SPLIT_NO_EMPTY); foreach ($chars as $char) { if (ord($char) 127 || ord($char) == 61) $result .= sprintf(=%X, ord($char));

Re: [PHP] mail with html

2001-07-23 Thread Sheridan Saint-Michel
. Sheridan - Original Message - From: Adrian D'Costa [EMAIL PROTECTED] To: Sandeep Hundal [EMAIL PROTECTED] Cc: php general list [EMAIL PROTECTED] Sent: Monday, July 23, 2001 7:03 AM Subject: RE: [PHP] mail with html The question is how do I declare the html coding in the message part. Any

Re: [PHP] MAIL to a Bcc: ???

2001-07-11 Thread Sebastian Wenleder
At 18:02 Uhr -0700 10.07.2001, Marcus James Christian wrote: Hello, How do I change the value of the TO: in a mail() function to a value of Bcc: ? Or at least trick the mail to a Bcc:So the recipients emails aren't shown? Hi Marcus, $headers=Bcc:[EMAIL PROTECTED]\n; $headers.=Subject:

Re: [PHP] MAIL to a Bcc: ???

2001-07-11 Thread Marcus James Christian
Sebastian, Thanks and do you know of a place where I can get a printed book of the actual PHP manual, already printed? I hate printing out those huge PDF files and I can't stand reading on screen directions while trying to learn them. Thanks, Marcus Sebastian Wenleder wrote: At 18:02 Uhr

RE: [PHP] Mail Bcc to a $variable?

2001-07-11 Thread Chadwick, Russell
Try a newline at the end of $headers -Original Message- From: Marcus James Christian [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 10:15 AM To: [EMAIL PROTECTED] Subject: [PHP] Mail Bcc to a $variable? Hello, Ok I've got a script going to a Bcc but can't seem to get it

Re: [PHP] Mail Bcc to a $variable?

2001-07-11 Thread Marcus James Christian
Like this... $headers = From: Me [EMAIL PROTECTED]\nBCC:$recipients\n; Or somewhere else? Thanks, Marcus Russell Chadwick wrote: Try a newline at the end of $headers -Original Message- From: Marcus James Christian [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 10:15

RE: [PHP] Mail Bcc to a $variable?

2001-07-11 Thread Matthew Loff
Ahh! I forgot to meantion the \n at the end of the headers in my original post... -Original Message- From: Marcus James Christian [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 11, 2001 1:37 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Mail Bcc to a $variable? Like

Re: [PHP] Mail Bcc to a $variable?

2001-07-11 Thread Reuben D Budiardja
your $recipients only containt the string mailinglist.inc, it does not contain the e-mail addresses, so the bcc is sent to the mailinglist.inc, which is a non-existent address. Basically, your header should looks like: From:[EMAIL PROTECTED]\nBcc:[EMAIL PROTECTED],[EMAIL PROTECTED]\n etc.

Re: [PHP] Mail Bcc to a $variable?

2001-07-11 Thread Lasse
Reuben D Budiardja [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... your $recipients only containt the string mailinglist.inc, it does not contain the e-mail addresses, so the bcc is sent to the mailinglist.inc, which is a non-existent address. DOH! Missed that

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

2001-07-11 Thread Matthew Loff
Sendmail should (by default) attempt to send the mail immediately... If it can't deliver it on that attempt, then it should be queued to send again later (30 mins?)... Unless you've configured sendmail differently, it should attempt to deliver as soon as the mail is sent from PHP. You can

RE: [PHP] mail() and command line headers

2001-07-05 Thread Don Read
On 05-Jul-01 Eric Wood wrote: I can easliy add addional email header using the php mail() function. Does 'mail' or 'sendmail' have this same ability to add email headers from the command line? man sendmail Pay attention to options '-ba' '-t' Regards, -- Don Read

Re: [PHP] mail problem...

2001-07-04 Thread Ivan Balazs
Hi! It seems to be a php-specific problem. Check your php config file (in php4 it is php.ini). There you should find a line related to the smtp server. Fill it with its correct content. Balazs On Wed, 4 Jul 2001, php wrote: hai... I have install php and i want to create email direct

RE: [PHP] mail function fails

2001-07-02 Thread Tim Taubert
hey ryan try something like this mail([EMAIL PROTECTED], Quote Request, $message, From: [EMAIL PROTECTED]\nX-Mailer: PHP/ . phpversion()); hope this helps cya tim - Tim Taubert | [EMAIL PROTECTED] |

RE: [PHP] mail function fails

2001-07-02 Thread Shrout, Ryan
solution? How about a way to get an error message of some kind? Ryan -Original Message- From: Tim Taubert [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 9:09 AM To: PHP Mailingliste Subject: RE: [PHP] mail function fails hey ryan try something like this mail([EMAIL PROTECTED], Quote

RE: [PHP] mail function fails

2001-07-02 Thread Tim Taubert
PROTECTED] | http://www.shogunat.com/rg/ - -Original Message- From: Shrout, Ryan [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 3:30 PM To: PHP Mailingliste Subject: RE: [PHP] mail function fails I tried

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 mh

Re: [PHP] mail function fails

2001-07-02 Thread mike cullerton
hmmm... i just copied your code and changed the email address to mine and it worked. $message was set to 'blah'. this tells me you either have a problem with your email address or $message. why don't you echo $message along with Email NOT sent!. mail messages are particular about

RE: [PHP] mail function fails

2001-07-02 Thread Shrout, Ryan
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 fails

Re: [PHP] mail function fails

2001-07-02 Thread Julia A. Case
- 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. May I suggest: rpm -qa | grep php rpm -e [insert php rpm name here] rpm -e

RE: [PHP] Mail slow

2001-06-30 Thread Tim Ward
- From: Don Read [mailto:[EMAIL PROTECTED]] Sent: 28 June 2001 17:20 To: Tim Ward Cc: PHP News Group (E-mail) Subject: RE: [PHP] Mail slow On 27-Jun-01 Tim Ward wrote: I've finally got a mail client running on our web server and it works fine, except in the time it takes to run

RE: [PHP] Mail slow

2001-06-30 Thread Don Read
On 29-Jun-01 Tim Ward wrote: That sounds like a unix answer, I should probably have said that my web server is NT running Apache. Tim Ward Senior Systems Engineer Yes it was, but the principle is the same. mail() can't go any faster than the MTA (Mail Transport Agent). Test

Re: [PHP] Mail()'s not playing nicely :(

2001-06-30 Thread Robin Chen
Instead of \n try \r\n Robin Jamie Thompson wrote: ok so i got mail([EMAIL PROTECTED], $message, sms alert, Return-Path: $email $email\nFrom: $email $email\nReply-To: $email $email\nX-Mailer: . phpversion()); the email appears as from [EMAIL PROTECTED] istead of [EMAIL PROTECTED]

RE: [PHP] Mail slow

2001-06-29 Thread Don Read
On 27-Jun-01 Tim Ward wrote: I've finally got a mail client running on our web server and it works fine, except in the time it takes to run the mail() function. I've put diagnostics round the call and it seems to be taking 22 seconds to return. All I'm doing is forwarding the results of an

RE: [PHP] mail() problem

2001-05-19 Thread Craig Vincent
snip Below the code i use. Everything works, the $mailto variable is buils up from a database and contains more then one email adresses. Now my question: how can i make the receivers of my message NOT to see the email addresses of all the receivers, so then can't reply to all? /snip The

Re: [PHP] mail() problem

2001-05-19 Thread Urb LeJeune
Below the code i use. Everything works, the $mailto variable is buils up from a database and contains more then one email adresses. Now my question: how can i make the receivers of my message NOT to see the email addresses of all the receivers, so then can't reply to all? Send the

Re: [PHP] mail function. not working

2001-05-19 Thread CC Zona
In article [EMAIL PROTECTED], [EMAIL PROTECTED] (Richard Kurth) wrote: Way does this not work it sends to the recipient but it will not send to the bcc this is right out of the manual. $recipient .= [EMAIL PROTECTED]; $subject = Hello; $message .= The is the message\n; $message .=

Re: [PHP] Mail with Win2K

2001-05-17 Thread David Robley
On Fri, 18 May 2001 01:41, Brandon Orther wrote: Hello, I usually use Linux as my OS so I am not to familure with Windows as a web server. The problem I am facing now is the mail function in windows. It doesn't seem to work. Does anyone know what I need to do to use the mail() function

Re: [PHP] Mail function

2001-04-24 Thread Henrik Hansen
Krupiski Marcin [EMAIL PROTECTED] wrote: Hi everbody ! When I use mail() function it seems not to work what I can find in logs is : Apr 24 16:51:01 xxx sendmail[10688]: f3OEp1U10688: SYSERR(nobody): Cannot create ./dff3OEp1U10688: Permission denied Why it doesn't work ??? I

RE: [PHP] mail() and stripslashes()

2001-04-20 Thread Navid Yar
Isaac, Something like this worked for me... ?php if ($article) { print stripslashes(nl2br($article)); } else { print 'Please a href="1.php"go back/a and type an article before sending.'; } ? Where $article would be the e-mail sent out in raw form. -Original Message- From: Isaac

Re: [PHP] Mail form error in script

2001-04-20 Thread Yasuo Ohgaki
?php_track_vars? is depreciated under current PHP. See NEWS file in source. Regards, -- Yasuo Ohgaki ""John Silverio"" [EMAIL PROTECTED] wrote in message 9bne0n$pug$[EMAIL PROTECTED]">news:9bne0n$pug$[EMAIL PROTECTED]... Whenever I try to mail a form I receive this message: Warning:

Re: [PHP] Mail help!!!!!

2001-04-17 Thread Johannes Janson
Hi, I think you can put more than one recipient into the mail-function by seperating them with a ",". Look in the manual for detailed info. Johannes "Bruno Freire" [EMAIL PROTECTED] schrieb im Newsbeitrag

Re: [PHP] mail function????

2001-04-12 Thread elias
in PHP.ini you have to specify the outgoing mail server: [mail function] SMTP= smtp.blah.com ; for Win32 only sendmail_from= [EMAIL PROTECTED] ; for Win32 only ;sendmail_path=;for unix only, may supply arguments as well (default is 'sendmail -t -i') -elias http://www.kameelah.org/eassoft

RE: [PHP] mail function????

2001-04-12 Thread Matt Williams
Hi, I have PHP 4.0 with IIS on Win2K and I think compiled everything right. I'm not sure how this works on Win32, but on unix it's fine. It's the mail() function. ex. mail("[EMAIL PROTECTED]","My Subject","My Test"); and it returns: Warning: Server Error in C:\PHP/index.php on line

Re: [PHP] Mail Function

2001-04-11 Thread Zeus
Try adding a if (!mail(blah blah, balh blah )) { echo "Mail not sent"; } if (mail(blah bal.)) { echo "Mail sent"; } Try these and subsitute what ever is in the mail() with your relevant information. - Original Message - From: RealGM [EMAIL PROTECTED] To: [EMAIL PROTECTED]

Re: [PHP] Mail Function

2001-04-11 Thread Zeus
April, 2001 5:40 PM Subject: Re: [PHP] Mail Function Thanks for the reply... It comes back mail sent, but nothing is actually arriving.. - Original Message - From: Zeus [EMAIL PROTECTED] To: RealGM [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Wednesday, April 11, 2001 7:29 PM

<    4   5   6   7   8   9   10   >