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

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

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 data in an

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

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

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 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.designmagick.com/

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 solution

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

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

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

Re: [PHP] Re: Mail in Spam Box

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

Re: [PHP] Re: Mail in Spam Box

2006-06-19 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 a href=http://7b99.com/;./a

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

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('[EMAIL PROTECTED]',

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: mail('[EMAIL

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

2005-09-22 Thread Gustav Wiberg
- Original Message - From: joshua may [EMAIL PROTECTED] To: php-general@lists.php.net 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

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

2005-09-22 Thread M. Sokolewicz
Gustav Wiberg wrote: - Original Message - From: joshua may [EMAIL PROTECTED] To: php-general@lists.php.net 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

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

2005-09-22 Thread Gustav Wiberg
- Original Message - From: M. Sokolewicz [EMAIL PROTECTED] To: Gustav Wiberg [EMAIL PROTECTED] Cc: php-general@lists.php.net; joshua may [EMAIL PROTECTED] Sent: Thursday, September 22, 2005 5:24 PM Subject: Re: [PHP] Re: Mail-format... Gustav Wiberg wrote: - Original Message

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

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 reported

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 and did telnet

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

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

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

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 is

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

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 ini

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

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

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

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

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

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

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 address

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

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 is

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: ?php 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 is wrong. Does

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's add some

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

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

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 Mark
You had an input 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

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: form action=upload.php method=post enctype=multipart/form-data Upload file: input type=file name=upfilebr input type=submit

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 format

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 these

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 these

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

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

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

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

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

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

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 March 2003 21:13, Patrick Schnegg

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

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)

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

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

Re: [PHP] Re: mail()

2002-12-20 Thread Rick Emery
, 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: Thursday, December 19, 2002 8:51 AM

Re: [PHP] Re: mail()

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

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 [EMAIL PROTECTED] To: Edward

Re: [PHP] Re: mail()

2002-12-20 Thread Bastian Vogt
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() that should be: http://www.aircharterunited.com\pages\activate_account.php?clientid=$uname

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 br. ---John W. Holmes... PHP Architect - A monthly magazine for PHP

RE: [PHP] Re: mail()

2002-12-20 Thread Andy Turegano
Yeah, br 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 emails.

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

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

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
- 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 headers filtering Debbie Dyer wrote: I was talking about my

Re: [PHP] Re: mail headers filtering

2002-10-01 Thread Debbie Dyer
. 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: mail headers filtering Debbie Dyer wrote: Hi Chris They are having the problem receiving the mail sent by the script

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

Re: [PHP] Re: mail headers filtering

2002-09-30 Thread Debbie Dyer
[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 with the following:- X-AntiAbuse: This header was added to track abuse, please

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

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

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

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

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

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

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

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

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 has a value

RE: [PHP] Re: Mail problem

2002-08-30 Thread Mark Colvin
to 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 variables are only relevant for webservers

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 melocalhost.com 'no value' sendmail_path /usr/sbin/sendmail -t -i/usr/sbin/sendmail -t -i SMTP

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

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 sendmail

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 my

Re: [PHP] Re: mail() problems

2002-07-31 Thread dan radom
nope. all that did was prodice the following warning... Jul 31 20:53:47 mars sendmail[20790]: g712rkA20790: Authentication-Warning: mars.radom.org: nobody set sender to [EMAIL PROTECTED] using -f dan * Manuel Lemos ([EMAIL PROTECTED]) wrote: Hello, On 07/31/2002 10:47 PM, Dan Radom

Re: [PHP] Re: mail() problems

2002-07-31 Thread Manuel Lemos
Hello, On 07/31/2002 11:55 PM, Dan Radom wrote: nope. all that did was prodice the following warning... Jul 31 20:53:47 mars sendmail[20790]: g712rkA20790: Authentication-Warning: mars.radom.org: nobody set sender to [EMAIL PROTECTED] using -f Are you sure the message is not stuck in the

Re: [PHP] Re: mail() problems

2002-07-31 Thread dan radom
mailq's empty. i'll try a real address and see if i get a bounce notice. * Manuel Lemos ([EMAIL PROTECTED]) wrote: Hello, On 07/31/2002 11:55 PM, Dan Radom wrote: nope. all that did was prodice the following warning... Jul 31 20:53:47 mars sendmail[20790]: g712rkA20790:

  1   2   >