RE: [PHP] mail() problem...

2002-04-03 Thread Rick Emery
$arrText[$i] still contains the new-line character at the end. Is that harmful here? -Original Message- From: Jack Davis [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 3:16 PM To: [EMAIL PROTECTED] Subject: [PHP] mail() problem... I wrote a small piece of code to take a tex

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

2002-04-03 Thread Miguel Cruz
On Wed, 3 Apr 2002, Jack Davis wrote: > mail("$arrText[$i]", $subject, $message, $headers); mail (trim($arrText[$i]), $subject, $message, $headers); miguel -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] mail() problem

2002-06-05 Thread Nick Wilson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 * and then César L. Aracena declared > I have this strange problem where I can send e-mails from a PHP script to a common >e-mail address such as Hotmail's, but I can't send to my ISP-given e-mail address >(@infovia.com.ar). Does anyone happen

Re: [PHP] mail() problem

2002-06-05 Thread Ivan Hernandez
Cesar: What's the exact error message you are getting? or there's no error message? Are you running the PHP script in a local machine or a server? What MTA are you using? Regards, Ivan --- "César_L._Aracena" <[EMAIL PROTECTED]> wrote: > Hi all, > > I have this strange problem where I can send

Re: [PHP] mail() problem

2002-06-05 Thread Jim lucas
you might want to test with a hotmail account as the return email address and find out if they are bouncing your email. I had this problem once, and in the return email it told me that I had miss formed headers. I got an error 550 from the mail server. you might try setting in the headers of yo

Re: [PHP] mail() problem

2002-06-05 Thread John Taylor-Johnston
> Yes. I had something similar. Try putting 'Reply-To: [EMAIL PROTECTED]' in > the fourth argument for mail. For some reason some systems balk without > a reply address, I'm not certain why? I questioned my ISP on that. They had something in their sendmail.exe which prevented outgoing mail (scrip

RE: [PHP] mail() problem

2002-06-05 Thread César L . Aracena
Ok. I've done everything that all of you told me to do, but still can't get to send e-mails to my ISP's mail address. I did all of the following: a) Append a Reply-To: [EMAIL PROTECTED] (Actually, it’s [EMAIL PROTECTED] ) b) Send the e-mail to my Hotmail account, but everything seems fine. The a

Re: [PHP] mail() problem

2002-06-05 Thread Manuel Lemos
Hello, On 06/06/2002 12:42 AM, César l . aracena wrote: > Ok. I've done everything that all of you told me to do, but still can't > get to send e-mails to my ISP's mail address. I did all of the > following: > > a) Append a Reply-To: [EMAIL PROTECTED] (Actually, it?s > [EMAIL PROTECTED] ) > b)

Re: [PHP] mail() problem

2002-06-07 Thread Jim lucas
should give you some insight on what is going on with the error messages included in the return mail. Jim Lucas - Original Message - From: "César L. Aracena" <[EMAIL PROTECTED]> To: "PHP General List" <[EMAIL PROTECTED]> Sent: Wednesday, June 05, 2002 8:42 PM S

Re: [PHP] mail problem

2001-03-04 Thread David Robley
On Mon, 5 Mar 2001 14:17, Peter Houchin wrote: > > Hiya, > am near completeion of a site only i can't get any mail to send to > multiple recipients at all .. either in the "To:" section or having on > email in "To" and one email address in "CC" section.. and i need to be > able to do this ... c

RE: [PHP] mail problem

2001-03-05 Thread Peter Houchin
Now if i include $headers .= "Cc: [EMAIL PROTECTED] " . " , "; $headers .= "[EMAIL PROTECTED]\n"; My page won't load at all apart from the first include i have on my page.. does any one have any idea's? Hiya, am near compl

RE: [PHP] mail() problem

2001-05-19 Thread Craig Vincent
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? The simpliest thing to

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 m

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

Re: [PHP] mail problem

2001-09-12 Thread Peter Houchin Sun Rentals STR Manager
TECTED]> >To: 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: &

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 sudd

Re: [PHP] mail problem

2001-09-12 Thread Peter Houchin Sun Rentals STR Manager
TECTED]> >To: 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 probl

Re: [PHP] mail problem

2001-09-12 Thread David Robley
On Thu, 13 Sep 2001 13:43, Peter Houchin Sun Rentals STR Manager wrote: > >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 f

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

[PHP] Re: PHP Mail problem

2002-05-24 Thread Michael Virnstein
refer to the manual of your email server and check for quota settings. You obviously reached the quota limit there and now you're not allowed to send any data, until the quota is reset. This may be on a daily or monthly basis or perhaps you have to do it manually. Regards Michael "Manisha" <[EMA