Re: [PHP] Re: Mail subject encoding breaks

2009-05-12 Thread Thodoris
Hello, on 05/11/2009 12:25 PM Thodoris said the following: This script seems to work ok in a freebsd development server I have but a linux production machine breaks the subject's encoding for some unexpected reason. The subject has a mix of English and Greek characters that FreeBSD seems to

Re: [PHP] Re: mail() is duplicating

2009-03-17 Thread Manuel Lemos
Hello, on 03/17/2009 05:34 PM Ashley Sheridan said the following: >>> I have several forms on my site that use the same sequence of events: >>> The first script displays and validates the form data, the second >>> reformats and asks for confirmation or editing, and the third script >>> sends the d

Re: [PHP] Re: mail() is duplicating

2009-03-17 Thread Ashley Sheridan
On Fri, 2009-03-13 at 22:54 -0300, Manuel Lemos wrote: > Hello, > > on 03/13/2009 05:37 PM Rick Pasotto said the following: > > I have several forms on my site that use the same sequence of events: > > The first script displays and validates the form data, the second > > reformats and asks for con

Re: [PHP] Re: mail() takes too much time

2007-09-03 Thread Stut
Colin Guthrie wrote: Stut wrote: Matthew Lasar wrote: I run pretty simple mail group distribution program that uses php/mysql and the mail() function. I adapted it from an open source script. Most of the time it runs well. But it does take a while to run through all 150 members of the list. So

Re: [PHP] Re: mail() takes too much time

2007-09-03 Thread Stut
Matthew Lasar wrote: I run pretty simple mail group distribution program that uses php/mysql and the mail() function. I adapted it from an open source script. Most of the time it runs well. But it does take a while to run through all 150 members of the list. So I'm half glad that I don't have a

Re: [PHP] Re: mail() takes too much time

2007-09-03 Thread brian
Matthew Lasar wrote: I run pretty simple mail group distribution program that uses php/mysql and the mail() function. I adapted it from an open source script. Most of the time it runs well. But it does take a while to run through all 150 members of the list. So I'm half glad that I don't have a

Re: [PHP] Re: mail header questions

2006-12-01 Thread Youri LACAN-BARTLEY
Hi there Chantal, Hi all, have you ever thought of using phpMailer or swiftmailer? That has solved me a lot of hassle with time, especially as far as correctly setting the Return-Path is concerned. Good luck ! Chantal Rosmuller wrote: >>> The strange thing is that even the fifth parameter soluti

Re: [PHP] Re: mail header questions

2006-12-01 Thread Chantal Rosmuller
> > The strange thing is that even the fifth parameter solution doesn't work. > > I use Postfix as MTA by the way. > > Strange - I use postfix on my dev server and it works fine. Are you > running anything non-default in postfix (eg chroot) ? > > -- > Postgresql & php tutorials > http://www.design

Re: [PHP] Re: mail header questions

2006-11-29 Thread Chris
Chantal Rosmuller wrote: On Wednesday 29 November 2006 00:45, Chris wrote: you will most likely change what I forgot to mention that I can't set the return-path either. That can *only* be an email address - you can't include a "name" in the return-path. Also it can't be changed if safe-mode is

Re: [PHP] Re: mail header questions

2006-11-29 Thread Chantal Rosmuller
On Wednesday 29 November 2006 00:45, Chris wrote: you will most likely change what > > > > I forgot to mention that I can't set the return-path either. > > That can *only* be an email address - you can't include a "name" in the > return-path. Also it can't be changed if safe-mode is on for the ser

Re: [PHP] Re: mail header questions

2006-11-28 Thread Chris
Chantal Rosmuller wrote: Hi Manuel, 1) I can't get the From header right, when I receive the test mail the sender is apache There is From: and From . From is not a real header. It is just set by some MTA to the return path address and is also used as separator in mailbox files with multiple me

Re: [PHP] Re: mail header questions

2006-11-28 Thread Chantal Rosmuller
Hi Manuel, > > 1) I can't get the From header right, when I receive the test mail the > > sender is apache > > There is From: and From . From is not a real header. It is just set by > some MTA to the return path address and is also used as separator in > mailbox files with multiple messages in the

Re: [PHP] Re: Mail in Spam Box

2006-06-18 Thread eqla3.com eqla3.com
On 6/19/06, eqla3.com eqla3.com <[EMAIL PROTECTED]> wrote: is there an example of the correct code? is my messege get in the right place? === web archive http://7b99.com/";>.

Re: [PHP] Re: Mail in Spam Box

2006-06-18 Thread eqla3.com eqla3.com
is there an example of the correct code?

Re: [PHP] Re: Mail in Spam Box - its working now

2006-06-18 Thread kartikay malhotra
Hey! Its working now. I replaced @mydomain with some valid mail address (gmail address) and the mail was delivered to the Inbox. Feel free to use the code if it helps. Attachments are allowed. Also, it works without a subject (for gmail), but the mail address I used now was genuine. Also genuine

Re: [PHP] Re: mail() and Return-Path header

2006-02-02 Thread Richard Lynch
On Thu, February 2, 2006 7:23 am, Barry wrote: > Søren Schimkat wrote: >> Hi Guys >> >> I'm using the mail function for sending mail, and I would like to >> specify the >> Return-Path header, but it would seem that PHP or Apache is >> modyfying the >> header. >> >> This is the simple code: >> >> ma

Re: [PHP] Re: mail() and Return-Path header

2006-02-02 Thread Søren Schimkat
Quoting Barry <[EMAIL PROTECTED]>: > Søren Schimkat wrote: > > Hi Guys > > > > I'm using the mail function for sending mail, and I would like to specify > the > > Return-Path header, but it would seem that PHP or Apache is modyfying the > > header. > > > > This is the simple code: > > > > mail('[E

Re: [PHP] Re: Mail-format...

2005-09-22 Thread Gustav Wiberg
- Original Message - From: "M. Sokolewicz" <[EMAIL PROTECTED]> To: "Gustav Wiberg" <[EMAIL PROTECTED]> Cc: ; "joshua may" <[EMAIL PROTECTED]> Sent: Thursday, September 22, 2005 5:24 PM Subject: Re: [PHP] Re: Mail-format... Gustav

Re: [PHP] Re: Mail-format...

2005-09-22 Thread M. Sokolewicz
Gustav Wiberg wrote: - Original Message - From: "joshua may" <[EMAIL PROTECTED]> To: Sent: Thursday, September 22, 2005 9:50 AM Subject: [PHP] Re: Mail-format... I was having the same issue with one of my clients just today in fact. We just filtered the email addresses to ensure they'

Re: [PHP] Re: Mail-format...

2005-09-22 Thread Gustav Wiberg
- Original Message - From: "joshua may" <[EMAIL PROTECTED]> To: Sent: Thursday, September 22, 2005 9:50 AM Subject: [PHP] Re: Mail-format... I was having the same issue with one of my clients just today in fact. We just filtered the email addresses to ensure they're valid. There's a

Re: [PHP] Re: mail() and Verizon

2004-10-01 Thread Mark
--- Sam Smith <[EMAIL PROTECTED]> wrote: > > have you tried sending the same message, via the same path (i.e., > > smtp server), but not generated via php, to this recipient? by > > "same" that includes the same rfc821 "from"/return-path. > > I logged on to the web server where php is running a

Re: [PHP] Re: mail() and Verizon

2004-10-01 Thread Sam Smith
> have you tried sending the same message, via the same path (i.e., > smtp server), but not generated via php, to this recipient? by > "same" that includes the same rfc821 "from"/return-path. I logged on to the web server where php is running and did telnet localhost 25 hello ... The mail was re

Re: [PHP] Re: mail() and Verizon

2004-10-01 Thread Sam Smith
> Hello, > > On 10/01/2004 12:47 AM, Sam Smith wrote: >> Can anyone tell why the mail (see below) is not being relayed to >> [EMAIL PROTECTED]: >> >> #Note: There were 2 "To:" addresses. Below is the header from the successful >> mail to the second address. > > Each address will receive differen

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

2004-09-02 Thread Dre
Thank you Lone , I will try it out "Lone Wolf" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > What you need to do is set your SMTP server inside the php.ini file... > > > [mail function] > SMTP = smtp.server.com ; for win32 only > sendmail_from = [EMAIL PROTECTED] ; for win32 only

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

2004-09-01 Thread Lone Wolf
What you need to do is set your SMTP server inside the php.ini file... [mail function] SMTP = smtp.server.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) The test string I used t

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

2004-09-01 Thread Pahlevanzadeh Mohsen
If you use Windows as your server,You must install M$Exchange server.It is a mailserver under Windows. Of course,If you want to install Linux,I can help u. It has benefit for u. Even i made a group on yahoo "phplovers". You can join to my group & will get help. It has 56 members. My email address i

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

2004-09-01 Thread Pahlevanzadeh Mohsen
Please switch to a UNIX box.For example Fedora. Because it has everythings that you need. --- Dre <[EMAIL PROTECTED]> wrote: > I'm using an Apache server .. doesn't it come with a > sendmail program ?? > I really don't know > > "Jasper Howard" <[EMAIL PROTECTED]> wrote in > message > news:[EMAIL

Re: [PHP] Re: Mail Functions help

2004-09-01 Thread Jason Wong
On Wednesday 01 September 2004 22:50, [EMAIL PROTECTED] wrote: > I did some research and found out that my ISP's SMTP server is > smtp.comcast.net. That's what we like to see. > If I configure my mail functions to connect to this should my script be > able to send e-mails? > > Research and Experi

Re: [PHP] Re: Mail Functions help

2004-09-01 Thread John Holmes
From: <[EMAIL PROTECTED]> Did it work? So if I put smtp.comcast.net in php.ini should my e-mail script work? I don't know about you, but my magic-php-8-ball says "Yes!" http://www.amazon.com/exec/obidos/ASIN/B1ZWV7/indrasnet/002-7362067-2944804 Make sure you restart your webserver after the ph

Re: [PHP] Re: Mail Function

2004-03-08 Thread Stuart
Will wrote: My sendmail_from is as follows: sendmail_from = [EMAIL PROTECTED] Did you restart Apache (assuming you're using the module) after making this change? -- Stuart -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Mail Function

2004-03-08 Thread Tom Rogers
Hi, Tuesday, March 9, 2004, 12:05:22 AM, you wrote: W> Please help me with this. Can someone give me an example of their W> php.ini on the settings of the mail function. W> ~WILL~ A wild guess but try it with \r\n as line endings, I don't run the server under windows so can't help with the in

Re: [PHP] Re: mail question (mime)

2003-12-16 Thread Cesar Cordovez
W cool. I went there, but I thought this class only worked for sending mails. Great! Justin Patrin wrote: Well, you could look for yourself. ;-) Yes, there is. Mail_Mime does both encoding and decoding. http://pear.php.net/package/Mail_Mime -- PHP General Mailing List (http://www.php.ne

Re: [PHP] Re: mail question (mime)

2003-12-16 Thread Justin Patrin
Cesar Cordovez wrote: ...and talking about mail, is there a class to parse an incoming mail? Let me explain: I'm using the great POP3 pear class to receive mail, but I'm having trouble separating the different parts in an "multipart/alternative" type of msg. Is there a class to receive the re

Re: [PHP] Re: mail question (mime)

2003-12-16 Thread Cesar Cordovez
...and talking about mail, is there a class to parse an incoming mail? Let me explain: I'm using the great POP3 pear class to receive mail, but I'm having trouble separating the different parts in an "multipart/alternative" type of msg. Is there a class to receive the result from POP3 class an

Re: [PHP] Re: mail -f option for removing nobody@localhost Return-Path

2003-11-21 Thread Burhan Khalid
Manuel Lemos wrote: [ snip ] Anyway, you may want to try this class that has work arounds to mail function bugs and emulates what you want by passing the Return-Path header: http://www.phpclasses.org/mimemessage Another good one is http://phpmailer.sourceforge.net PEAR also has a good Mail pack

Re: [PHP] Re: mail() function, how to get it work?

2003-10-06 Thread Burhan Khalid
Manuel Lemos wrote: Hello, On 10/03/2003 12:44 PM, Kristian Snabb wrote: How do I set up the mail() function in php.ini. How do I define the username and password? My smtp service requires me to log on. I'm using Apache 2.0.47 on WinXP Pro. There is no way to set SMTP authentication using th

Re: [PHP] Re: Mail() question

2003-09-09 Thread Jason Sheets
You can also use ini_set or .htaccess to increase the max execution time for the PHP script. I have some reports that used to take 5 or 6 minutes to run and this worked well, note though that IE has a timeout where it will close the connection if the page has not finished loading within n seco

Re: [PHP] Re: mail()

2003-07-22 Thread Javier
[EMAIL PROTECTED] (Chris Hayes) wrote in news:[EMAIL PROTECTED]: > Is your script on a yahoo.com PHP-enabled website? > > If not: most servers deny access to the mailer because mailers (often > SMTP servers) with public access have been widely abused in the past, > especially by spammers. If this

Re: [PHP] Re: mail()

2003-07-22 Thread Javier
[EMAIL PROTECTED] (Curt Zirzow) wrote in news:20030722165644.GK67309 @bagend.shire: Ehh you're right, I'll let the mail server to handle that problem. :) > Why are you connection to yahoo to send this mail? sendmail should > handle who to connect to. > > > > Curt -- *** s2r - public k

Re: [PHP] Re: mail()

2003-07-22 Thread Chris Hayes
At 18:29 22-7-03, you wrote: [EMAIL PROTECTED] (Joshua Groboski) wrote in news:[EMAIL PROTECTED]: but I will get a relaying is denied because the target domain isn't the same domain I am connected to for eg. yahoo.com > Why don't you send it to [EMAIL PROTECTED] I think as long as > the $to addres

Re: [PHP] Re: mail()

2003-07-22 Thread Curt Zirzow
* Thus wrote Javier ([EMAIL PROTECTED]): > [EMAIL PROTECTED] (Joshua Groboski) wrote in > news:[EMAIL PROTECTED]: > > but I will get a relaying is denied because the target domain isn't the > same domain I am connected to for eg. yahoo.com Why are you connection to yahoo to send this mail? send

Re: [PHP] Re: mail function

2003-07-21 Thread Curt Zirzow
* Thus wrote Ivo Fokkema ([EMAIL PROTECTED]): > > >Does mail() return true? I mean, do you get printed "U redu je"? If so, > > > > When PHP sends an email to a non existing email address such as > > [EMAIL PROTECTED], the warning mail you normally get returned often does not > > arrive in your mail

Re: [PHP] Re: mail function

2003-07-21 Thread Ivo Fokkema
> >Does mail() return true? I mean, do you get printed "U redu je"? If so, your > >email should've been sent by PHP. > > > >You are really missing a bunch of headers. I'm not sure if this is your > >problem, but I think it's not a bad idea to include more headers, also > >because more and more ISP'

Re: [PHP] Re: mail function

2003-07-21 Thread Chris Hayes
At 10:39 21-7-03, you wrote: > I put this PHP script on web server: > > if (mail("[EMAIL PROTECTED]", "brati", "peda", "From: Peda")== TRUE) > print("U redu je"); > else > print("Greska"); > ?> > > But It seems that mail function doesn't work. I don't get any e-mail. > > Can anyone tell me what

Re: [PHP] Re: mail() - how to attach file to the message???

2003-07-10 Thread Mark
You had an tag in your email, so I assumed you were trying to upload the file. If the file is not already on the server, you *will* have to upload it before emailing it. But that's a whole other matter. If you look at the classes and see how they attach a file, you should be able to figure it out

Re: [PHP] Re: mail() - how to attach file to the message???

2003-07-10 Thread Jason Wong
On Thursday 10 July 2003 16:22, szparag wrote: > no. > > i`m not trying to upload file on server. > i want to send e-mail with attachments but if it's possible without > using classes. > > i thought that file should be first uploaded and then send with e-mail as > attachment, maybe uploading isn't

Re: [PHP] Re: mail() - how to attach file to the message???

2003-07-10 Thread szparag
no. i`m not trying to upload file on server. i want to send e-mail with attachments but if it's possible without using classes. i thought that file should be first uploaded and then send with e-mail as attachment, maybe uploading isn't correct... i don't know how to do it. szparag -- PHP Ge

Re: [PHP] Re: mail() - how to attach file to the message???

2003-07-09 Thread Mark
Also note that the uploaded file will be in the $_FILES[] array. http://us4.php.net/features.file-upload --- Mark <[EMAIL PROTECTED]> wrote: > From your question, it seems you're more concerned with how to get > the file from the user to the server. To upload a file, you need > the > following fo

Re: [PHP] Re: mail() - how to attach file to the message???

2003-07-09 Thread Mark
>From your question, it seems you're more concerned with how to get the file from the user to the server. To upload a file, you need the following format for your web form: Upload file: That will let you move the file to the server. How you email it from their is a whole 'nuther matter. --

Re: [PHP] Re: mail + regex + somethoughts

2003-07-03 Thread Jason Wong
On Thursday 03 July 2003 19:18, Shivanischal A wrote: > I believe very much in the spirit of mailing lists and will never commit > any undesirable activity. I'm not saying that you have been committing any undesirable acts -- and AFAIK you haven't -- yet ;-) > I got the idea is when i browsed t

Re: [PHP] Re: mail + regex + somethoughts

2003-07-03 Thread Shivanischal A
ed this is difficult. Anyway, thanks for ur timeRegards, -shiva - Original Message - From: "Jason Wong" <[EMAIL PROTECTED]> Newsgroups: php.general To: <[EMAIL PROTECTED]> Sent: Thursday, July 03, 2003 3:38 PM Subject: Re: [PHP] Re: mail + regex + somethoughts

Re: [PHP] Re: mail + regex + somethoughts

2003-07-03 Thread sven
maybe you dig a little bit deeper: take a look at rfc2045 and following. they describe the mime-type. there is also specified, how boundaries in multipart-messages are defined. ciao SVEN - Edwin - wrote: > Hello, > > "Shivanischal A" <[EMAIL PROTECTED]> wrote: > >> Hi Edwin, >> >> Let me restate

Re: [PHP] Re: mail + regex + somethoughts

2003-07-03 Thread Jason Wong
On Thursday 03 July 2003 16:37, Shivanischal A wrote: > Hi Edwin, > > Let me restate my question... > > I'm now replying to ur mail. I've left ur message to me untouched. > (whatever follows '- Original Message - '). What i want is that > some SERVER-SIDE SCRIPT should be able to identify t

Re: [PHP] Re: mail + regex + somethoughts

2003-07-03 Thread - Edwin -
Hello, "Shivanischal A" <[EMAIL PROTECTED]> wrote: > Hi Edwin, > > Let me restate my question... > > I'm now replying to ur mail. I've left ur message to me untouched. (whatever > follows '- Original Message - '). What i want is that some > SERVER-SIDE SCRIPT should be able to identify

Re: [PHP] Re: MAIL( ) - Send mail using another SMTP

2003-06-21 Thread Verdon Vaillancourt
Something like this... Add the following into a .htaccess file for your domain(s) php_value SMTP smtp.yourhost.com On 6/21/03 7:51 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > how do you do this please explain

Re: [PHP] Re: mail() function & exchange

2003-06-13 Thread Manuel Lemos
Hello, On 06/12/2003 02:32 PM, Diana wrote: I totally agree with your first sentence *grin*. Anyways, I won`t be able to use your class because my server is kind of "locked" in their network, meaning I don`t have the possibility to connect outside, only to their servers (NT servers). And as Exchan

Re: [PHP] Re: mail() function & exchange

2003-06-12 Thread Diana
Hi, my company set their server up not to talk SMTP (disabled all --> that guy told me), and my tries to connect or talk to any of their Exchange servers failed :( so he must be true. Got onto their NT servers though ;) All the company uses Outlook & Exchange, & they use mapi to talk to each other.

Re: [PHP] Re: mail() function & exchange

2003-06-12 Thread Mark
--- Diana <[EMAIL PROTECTED]> wrote: > I totally agree with your first sentence *grin*. > Anyways, I won`t be able to use your class because my > server is kind of "locked" in their network, meaning I > don`t have the possibility to connect outside, only to > their servers (NT servers). And as Exc

Re: [PHP] Re: mail() function & exchange

2003-06-12 Thread Diana
I totally agree with your first sentence *grin*. Anyways, I won`t be able to use your class because my server is kind of "locked" in their network, meaning I don`t have the possibility to connect outside, only to their servers (NT servers). And as Exchange servers don`t use SMTP (meaning the whole

Re: [PHP] Re: mail() function & exchange

2003-06-11 Thread Manuel Lemos
Hello, On 06/11/2003 05:38 PM, Diana wrote: Hi, just today I stumbled into the same problem. It is true, I got this answer from an expert: "Unfortunately this will not work. SMTP relaying is disabled on all the Exchange connector servers and a standard Exchange mailbox server does not support

Re: [PHP] Re: mail() function & exchange

2003-06-11 Thread Diana
Hi, just today I stumbled into the same problem. It is true, I got this answer from an expert: "Unfortunately this will not work. SMTP relaying is disabled on all the Exchange connector servers and a standard Exchange mailbox server does not support SMTP. The only way that you can send SMTP em

RE: [PHP] Re: mail() function

2003-03-04 Thread M.A.Bond
Not strictly true, the mail function will send to multiple email addresses separated by a comma, you can also cc and bcc by using headers. See the manual, which has some good examples of this. Mark -Original Message- From: Patrick Schnegg [mailto:[EMAIL PROTECTED] Sent: 04 March 2003 13

Re: [PHP] Re: mail() function

2003-03-04 Thread Patrick Schnegg
Oh, silly me. Commas are indeed accepted. My apologies. - Original Message - From: "Jason Wong" <[EMAIL PROTECTED]> Newsgroups: php.general To: <[EMAIL PROTECTED]> Sent: Tuesday, March 04, 2003 2:18 PM Subject: Re: [PHP] Re: mail() function > On Tuesday 04

Re: [PHP] Re: mail() function

2003-03-04 Thread Jason Wong
On Tuesday 04 March 2003 21:13, Patrick Schnegg wrote: > The mail() function will only send one mail at a time, to send multiple > mails you would write a loop like this (presuming you had your mail > addresses ready in an array called $emails): > > foreach ($emails as $email) { > mail($email,

Re: [PHP] Re: Mail (), BBC: recipients not receiving my Newsletter

2003-02-27 Thread Manuel Lemos
Hello, On 02/27/2003 02:22 PM, Ricardo Fitzgerald wrote: I've dl your class and read some of your test scripts, but it's not working at all I tested using test_personalized_bulk_mail.php And I got :'Error: it was not possible to send email message' You most likely have a PHP configuration problem

RE: [PHP] Re: Mail (), BBC: recipients not receiving my Newsletter

2003-02-27 Thread Ricardo Fitzgerald
Hi Manuel, I've dl your class and read some of your test scripts, but it's not working at all I tested using test_personalized_bulk_mail.php And I got :'Error: it was not possible to send email message' Thank you, Rick Off Price Closeouts 1700 W 8 Ave Miami, FL 33010 (305) 888 2555 FAX (305) 8

Re: [PHP] Re: mail() not working on Win2k

2003-01-06 Thread Manuel Lemos
Hello, On 01/06/2003 08:46 PM, Rad Craig wrote: I can't use that as the program that I need for the email to work with, I don't have access to it's mail() function...yet. As I explained, the class comes with a wrapper function named smtp_mail() that emulates mail() function (but without the bu

RE: [PHP] Re: mail() not working on Win2k

2003-01-06 Thread Rad Craig
I can't use that as the program that I need for the email to work with, I don't have access to it's mail() function...yet. Rad... > -Original Message- > From: Manuel Lemos [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 06, 2003 4:28 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Re: mail

RE: [PHP] Re: mail()

2002-12-20 Thread Andy Turegano
Yeah, is the best alternative. On Fri, 20 Dec 2002, John W. Holmes wrote: > > I changed this and it works fine but I now lose my formating. It > doesn't > > seem to recognize the \n breaks. Am I asking for to much? > > Well, you'll be required to learn HTML if you're going to send HTML > emai

RE: [PHP] Re: mail()

2002-12-20 Thread John W. Holmes
> I changed this and it works fine but I now lose my formating. It doesn't > seem to recognize the \n breaks. Am I asking for to much? Well, you'll be required to learn HTML if you're going to send HTML emails. Use . ---John W. Holmes... PHP Architect - A monthly magazine for PHP Professionals

Re: [PHP] Re: mail()

2002-12-20 Thread Bastian Vogt
but my formatting did not. > Everything was just a long string. > > Thanks, > Eddie > > -Original Message- > From: Rick Emery [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 20, 2002 9:07 AM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Re: mail() >

RE: [PHP] Re: mail()

2002-12-20 Thread Edward Peloke
9:07 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Re: mail() that should be: http://www.aircharterunited.com\pages\activate_account.php?clientid=$uname (Grrr...that's what I get for using copy/paste from original email) - Original Message - From: "Rick Emery" <[EM

Re: [PHP] Re: mail()

2002-12-20 Thread Rick Emery
TECTED]>; <[EMAIL PROTECTED]> Sent: Friday, December 20, 2002 8:04 AM Subject: Re: [PHP] Re: mail() Actually, you don't need to send this as an html hyperlink. Simply using: http:\\www.aircharterunited.com\pages\activate_account.php?clientid=$uname Should work; it does for me. --

Re: [PHP] Re: mail()

2002-12-20 Thread Rick Emery
PROTECTED]> Sent: Friday, December 20, 2002 8:18 AM Subject: RE: [PHP] Re: mail() I changed this and it works fine but I now lose my formating. It doesn't seem to recognize the \n breaks. Am I asking for to much? -Original Message- From: Mike Mannakee [mailto:[EMAIL PROTECTED]] Sent:

RE: [PHP] Re: mail()

2002-12-20 Thread Edward Peloke
I changed this and it works fine but I now lose my formating. It doesn't seem to recognize the \n breaks. Am I asking for to much? -Original Message- From: Mike Mannakee [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 8:51 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: mail()

RE: [PHP] Re: mail()

2002-12-19 Thread Edward Peloke
Thanks all! I will give this a shot! -Original Message- From: Mike Mannakee [mailto:[EMAIL PROTECTED]] Sent: Thursday, December 19, 2002 8:51 AM To: [EMAIL PROTECTED] Subject: [PHP] Re: mail() You need to set the correct header type: Content-type: text/html otherwise it defaults to:

Re: [PHP] Re: Mail() Not working right

2002-12-16 Thread Chris Hewitt
Miguel González Castaños wrote: I am testing the php mail function with the typical script $mailsuccess = mail(...); if (!$mailsuccess) { echo "Mail could not be sent"; } In one redhat linux box I got that the email was sent succesfully and in the other box, it cant send it, but the script is e

Re: [PHP] Re: Mail() Not working right

2002-12-16 Thread Miguel González Castaños
Dear all, Sorry for my English...I am not a native speaker... I am experiencing the same problem with the mail function. I am using exactly the same test php script to test the PHP mail function. I have two RedHat linux boxes. In one box, the PHP mail function work and in the other one doesnt wo

Re: [PHP] Re: Mail() Not working right

2002-12-12 Thread Tom Culpepper
I actaully already wrote one like that. The PHP is going fine, the problem I believe is PHP interfacing with my mail server. Thanks though Steve Yates wrote: "Tom Culpepper" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... while I get no PHP errors the mail is

Re: [PHP] Re: mail headers & filtering

2002-10-01 Thread Debbie Dyer
informed and in a better position to answer. Thank you very much for your help Chris. Debbie - Original Message - From: "Chris Hewitt" <[EMAIL PROTECTED]> To: "Debbie Dyer" <[EMAIL PROTECTED]> Sent: Tuesday, October 01, 2002 10:56 AM Subject: Re: [PHP] Re:

Re: [PHP] Re: mail headers & filtering

2002-10-01 Thread Debbie Dyer
hat sends the mail - maybe then I can get back to you for some tests. Thanks Debbie - Original Message - From: "Chris Hewitt" <[EMAIL PROTECTED]> To: "Debbie Dyer" <[EMAIL PROTECTED]> Sent: Tuesday, October 01, 2002 8:48 AM Subject: Re: [PHP] Re: mail hea

Re: [PHP] Re: mail headers & filtering

2002-09-30 Thread Chris Hewitt
Debbie Dyer wrote: >mailboxes too - next one who does I will ask them to check their dns as > Its a problem with the sender's domain, rather than the recipient. Chris -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: mail headers & filtering

2002-09-30 Thread Debbie Dyer
ot;Chris Hewitt" <[EMAIL PROTECTED]> To: "Debbie Dyer" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Monday, September 30, 2002 6:52 PM Subject: Re: [PHP] Re: mail headers & filtering > Debbie Dyer wrote: > > >addresses and got it bounced back w

Re: [PHP] Re: mail headers & filtering

2002-09-30 Thread Chris Hewitt
Debbie Dyer wrote: >addresses and got it bounced back with the following:- > >X-AntiAbuse: This header was added to track abuse, please include it with >any abuse report >X-AntiAbuse: Primary Hostname - server.securesite7.com >X-AntiAbuse: Original Domain - c-u-online.co.uk >X-AntiAbuse: Originat

Re: [PHP] Re: mail headers & filtering

2002-09-30 Thread Debbie Dyer
Hi Henry "I think that we just have to accept that emails can no longer be relied upon." <- yes I know we all want to stop spam but when you rely on email to automate signups, speak to customers etc..it's a Good luck finding your javascript encoder Debbie - Original Message -

Re: [PHP] Re: Mail problem with more than 1k users

2002-09-23 Thread Justin French
on 24/09/02 2:12 PM, Peter J. Schoenster ([EMAIL PROTECTED]) wrote: > Eeks. I hate that. I hate email that does not indicate it knows who > I am. Why is sending one email to one user so bad? I can't think of a > reason that would trump the personalization that I like so much. But > I'm all ea

Re: [PHP] Re: Mail problem with more than 1k users

2002-09-23 Thread Peter J. Schoenster
> On 09/23/2002 08:08 PM, Research And Development wrote: > > So I re-designed the script to send emails in parts. 500 emails per > > header. But after the database reached more than 3,000 records the > > emailing did not work at all. Sendmail refused to send to any of the > > emails in the data

RE: [PHP] Re: Mail problem

2002-09-01 Thread David Robley
In article <002101c25029$2ca0c490$[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > I have this set on both boxes. Here are the settings - > > local box (which does send mail)isp box (does not send > mail) > sendmail_from me@@localhost.com 'no va

Re: [PHP] Re: Mail problem

2002-08-30 Thread Manuel Lemos
Hello, On 08/30/2002 07:15 AM, Mark Colvin wrote: > I have some more information that may be relevant to my problem. I compared > the phpinfo() from both servers and there is a difference. The sendmail_from > variable in the php.ini on my server is set to [EMAIL PROTECTED] The same > variable on

Re: [PHP] Re: Mail problem

2002-08-30 Thread Manuel Lemos
Hello, On 08/30/2002 05:26 AM, Mark Colvin wrote: > My development platform is linux 7.2 and php4.0.6. The production server is > also linux (I think 7.2) but the php version 4.1.1. If it is not sending a message, maybe the mail() function is not enabled because configure could not find sendmai

Re: [PHP] Re: Mail()....

2002-08-30 Thread DL Neil
Brian, Please be aware that many email clients will NOT read HTML. The human readers are then presented with raw HTML and get very <...?...> upset about it! (that's why list postings are not supposed to be in HTML/rich text format) Regards, =dn > It's a text-based newsletter... > > I have a s

RE: [PHP] Re: Mail problem

2002-08-30 Thread Mark Colvin
I have this set on both boxes. Here are the settings - local box (which does send mail)isp box (does not send mail) sendmail_from me@@localhost.com 'no value' sendmail_path /usr/sbin/sendmail -t -i/usr/sbin/sendmail -t -i SMT

RE: [PHP] Re: Mail problem

2002-08-30 Thread Mark Colvin
php.ini with my isp. Mark > -Original Message- > From: Erwin [mailto:[EMAIL PROTECTED]] > Sent: 30 August 2002 14:27 > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Re: Mail problem > > > > Am I correct in > > assuming that the SMTP and sendmail_from va

RE: [PHP] Re: Mail problem

2002-08-30 Thread M . A . Bond
- From: Mark Colvin [mailto:[EMAIL PROTECTED]] Sent: 30 August 2002 13:40 To: 'Erwin' Cc: Php (E-mail) Subject: RE: [PHP] Re: Mail problem Still not resolved. I checked my local php.ini and the sendmail_path variable is commented out. If I do a phpinfo() on the same server, sendmail_path h

Re: [PHP] Re: Mail problem

2002-08-30 Thread Erwin
> Am I correct in > assuming that the SMTP and sendmail_from variables are only relevant > for webservers on windows hosts and all I need to be concerned with > is sendmail_path? Yes, that is correct. Did you check for existence of /usr/sbin/sendmail? Sendmail often resides in /usr/lib/sendmail,

RE: [PHP] Re: Mail problem

2002-08-30 Thread Mark Colvin
Still not resolved. I checked my local php.ini and the sendmail_path variable is commented out. If I do a phpinfo() on the same server, sendmail_path has a value of /usr/sbin/sendmail -t -i ? I don't know where it pick up this value from but I can send emails from this server. The production serve

Re: [PHP] Re: Mail problem

2002-08-30 Thread Erwin
>> The sendmail_from variable in the php.ini on my server is set to >> [EMAIL PROTECTED] The same variable on my isp's ini file is set to >> 'no value'. Would this stop my emails from being sent and if so can >> I change this value from within my script or would it have to be >> directly amended i

RE: [PHP] Re: Mail problem

2002-08-30 Thread Mark Colvin
I have some more information that may be relevant to my problem. I compared the phpinfo() from both servers and there is a difference. The sendmail_from variable in the php.ini on my server is set to [EMAIL PROTECTED] The same variable on my isp's ini file is set to 'no value'. Would this stop my

Re: [PHP] Re: Mail()....

2002-08-30 Thread Stas Maximov
If you need plaintext newsletter, you can not use HTML at all, even pretending that it is a plain-text. It will be screwed badly on the plaintext-only e-mail clients anyway. Stas - Original Message - From: "Brian McGarvie" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, August

RE: [PHP] Re: Mail problem

2002-08-30 Thread Mark Colvin
Manuel, My development platform is linux 7.2 and php4.0.6. The production server is also linux (I think 7.2) but the php version 4.1.1. On your second point, do you mean I should say something like this - header("Location: http://ccmltdcouk.site.securepod.com/test.php";) This is our temporary dom

  1   2   >