RE: [PHP] mail() errors and alternatives

2002-04-30 Thread John Holmes
PROTECTED] Subject: [PHP] mail() errors and alternatives For the second time in less than a week, the commercial Web service provider where I have four domains hosted has managed to break PHP. In particular, I get this message: Warning: mail() is not supported in this PHP build I'm

[PHP] mail() problem with email mail@dom.com

2002-04-29 Thread fred
Hello, I have a pb with mail() function. my script run ok on a linux but not on a nt: ? ini_set(SMTP, 192.168.0.126); ini_set(sendmail_from, info [EMAIL PROTECTED]); mail(fred [EMAIL PROTECTED], the subject, message); ? On my windows nt server I can only run: ? ini_set(SMTP, 192.168.0.126);

[PHP] mail() Returned mail: Data format error (

2002-04-26 Thread SeanW
Using this command mail( $mailrow[email], $subject, $spamstr, From: me@mydomain\r\n Content-type: text/html; charset=us-ascii\r\n Contenet-Transfer-Encoding: 7bit\r\n MIME-Version: 1.0n );

Re: [PHP] mail() Returned mail: Data format error (

2002-04-26 Thread Miguel Cruz
On Fri, 26 Apr 2002, SeanW wrote: Using this command mail( $mailrow[email], $subject, $spamstr, From: me@mydomain\r\n Content-type: text/html; charset=us-ascii\r\n Contenet-Transfer-Encoding: 7bit\r\n

[PHP] Mail responders

2002-04-26 Thread Dennis Gearon
All these lists that have addresses to subscribe, unsubscribe, etc, how do they work? Are they using a cron job to poll the mail inbox through sendmail? Does all mail not to a specific address at the site go to a 'catchall' address, which is then polled? -- If You want to buy computer parts,

Re: [PHP] Mail responders

2002-04-26 Thread Miguel Cruz
On Fri, 26 Apr 2002, Dennis Gearon wrote: All these lists that have addresses to subscribe, unsubscribe, etc, how do they work? Are they using a cron job to poll the mail inbox through sendmail? Does all mail not to a specific address at the site go to a 'catchall' address, which is then

Re: [PHP] Mail responders

2002-04-26 Thread Dennis Gearon
How is that done on the box? Miguel Cruz wrote: On Fri, 26 Apr 2002, Dennis Gearon wrote: All these lists that have addresses to subscribe, unsubscribe, etc, how do they work? Are they using a cron job to poll the mail inbox through sendmail? Does all mail not to a specific address at

Re: [PHP] Mail responders

2002-04-26 Thread JSheble
How would you set this up via PHP? I've wanted to do this, but I always thought it was something specific to SendMail, and in a hosted environment, mucking about with SendMail generally isn't allowed... I'd like to send an email to something like [EMAIL PROTECTED] but have a PHP script get

Re: [PHP] Mail responders

2002-04-26 Thread Miguel Cruz
1) Make sure you have built the CGI versions of PHP. 2) Create a PHP script file that begings with a bangpath invocation of the PHP CGI binary. So, if your standalone PHP were located in /usr/local/bin/php, your PHP file would start with: #!/usr/local/bin/php -q 3) In your script, use fopen,

Re: [PHP] Mail responders

2002-04-26 Thread Richard Emery
:05 PM Subject: Re: [PHP] Mail responders How is that done on the box? Miguel Cruz wrote: On Fri, 26 Apr 2002, Dennis Gearon wrote: All these lists that have addresses to subscribe, unsubscribe, etc, how do they work? Are they using a cron job to poll the mail inbox through sendmail

Re: [PHP] Mail responders

2002-04-26 Thread Jason Wong
On Saturday 27 April 2002 01:13, JSheble wrote: How would you set this up via PHP? I've wanted to do this, but I always thought it was something specific to SendMail, and in a hosted environment, mucking about with SendMail generally isn't allowed... I'd like to send an email to something

RE: [PHP] Mail responders

2002-04-26 Thread Steve
snip I'd like to send an email to something like [EMAIL PROTECTED] but have a PHP script get the mail and operate on it... snip You might want to reference an article from the May issue of Sysadmin Magazine ( http://www.sysadminmag.com/ ) title 'Using Email to Perform UNIX System Monitoring

[PHP] mail() through a form

2002-04-26 Thread Jennifer Downey
Hello to all, I have a mail script with a set of options in a dropdown list that I'm hoping you can help with. Here is the part I wish to get working then after that I can do the rest What I need this to do is send the users name, email address, the option in the drop down list, and the

Re: [PHP] mail() through a form

2002-04-26 Thread Rasmus Lerdorf
$query = SELECT * FROM {$config[prefix]}_users WHERE uid = {$session[uid]}; $query = SELECT * FROM .${$config['prefix'].'_users'}. WHERE uid = $session[uid]; $result = mysql_query($query); $result = mysql_query($query) or die(mysql_erro()); $row = mysql_fetch_array($result); $name =

[PHP] mail() not sending -- Little bit OT

2002-04-25 Thread David Redmond
Hi All, When attempting to send an email through a PHP script via Apache, no emails are sent. However if I use the standalone binary and run the same script but on the console then it works fine. Because of that I have a feeling that there is something in Sendmail which is preventing the

Re: [PHP] mail() not sending -- Little bit OT

2002-04-25 Thread Miguel Cruz
On Fri, 26 Apr 2002, David Redmond wrote: When attempting to send an email through a PHP script via Apache, no emails are sent. However if I use the standalone binary and run the same script but on the console then it works fine. Because of that I have a feeling that there is something in

Re: [PHP] mail() not sending -- Little bit OT

2002-04-25 Thread Justin French
Are you using headers in your mail script??? I'm no expert on sendmail at all, but your host may require the From: [EMAIL PROTECTED] header before it will send ? $to = [EMAIL PROTECTED]; $subject = test; $message = testing; $headers = From: [EMAIL PROTECTED];

RE: [PHP] mail() + attachment

2002-04-21 Thread Boaz Yahav
Class for sending mail with MIME attachments in multipart format using external send mail, mime code and zip http://www.weberdev.com/index.php3?GoTo=get_example.php3?count=336 Class to send a file as an attachment with the php mail() function. http://www.weberdev.com/index.php3?GoTo

[PHP] mail() + attachement

2002-04-20 Thread Wolf-Dietrich von Loeffelholz
Is it possible to send with mail an attachment .. if yes, how ??? Greetings wolf -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] mail() + attachement

2002-04-20 Thread heinisch
At 20.04.2002 22:44, you wrote: Is it possible to send with mail an attachment .. if yes, how ??? Greetings wolf Hi Wolf, just ask google, or the archives there are a few classes and functions which will do what you want. If you like OOP you will find certains under http://www.phpclasses.org

[PHP] Sorry Testing Please DELETE ... No PHP mail for awhile now

2002-04-18 Thread Daniel Negron/KBE
Thank You Daniel Negrón Lotus Notes Administrator / Developer KB Electronics, Inc. 954.346.4900x122 http://www.kbelectronics.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] mail() says: Warning: Server Error

2002-04-08 Thread GENESiS DESiGNS
Hello, Evert time I run a mail function it gives me this: Warning: Server Error What's wrong here? Thanks, -Sean P.S. I use Apache 1.3.23 and have PHP 4.1.1 installed. _ MSN Photos is the easiest way to share and print your

[PHP] mail to authenticated smtp on WIN2K

2002-04-04 Thread Rodrigo Figueiredo
Hi, I've tried the following script: ?php mail([EMAIL PROTECTED], 'Subject', 'Message', From: [EMAIL PROTECTED]); ? on PHP 4.1.2-32 with Apache on a Win2k machine. The ISP smtp is known as smtp in the Outlook send server acct and the smtp server requires requires authentication. If I ping it, I

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

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

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

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

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

2002-04-04 Thread Jason Murray
, freak later! -Original Message- From: Martin Towell [mailto:[EMAIL PROTECTED]] Sent: Friday, April 05, 2002 3:24 PM To: 'Anthony Rodriguez'; [EMAIL PROTECTED] Subject: RE: [PHP] Returned e-mail (PHP mail function) I believe the default from address is the user of the process

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

2002-04-04 Thread Jason Murray
, April 05, 2002 3:27 PM To: 'Martin Towell'; 'Anthony Rodriguez'; [EMAIL PROTECTED] Subject: RE: [PHP] Returned e-mail (PHP mail function) You can specify a From: field in the extra headers area of the mail() function. Additionally, you can specify the address you want bounces sent

[PHP] mail tag

2002-04-03 Thread hamish
hello, I have coded a typical mail process for sending a mail from a form. It works fine except for anytime any one puts a ' or a in the content of the mail, the tag places a \ infront of it. I have tried to stripslashes and the mail is being sent as html. Has any one got the answer? code

RE: [PHP] mail tag

2002-04-03 Thread Rick Emery
03, 2002 7:28 AM To: [EMAIL PROTECTED] Subject: [PHP] mail tag hello, I have coded a typical mail process for sending a mail from a form. It works fine except for anytime any one puts a ' or a in the content of the mail, the tag places a \ infront of it. I have tried to stripslashes

[PHP] Mail Function

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

RE: [PHP] Mail Function

2002-04-03 Thread Mark Roedel
| -- John Powell -Original Message- From: Chiew, Richard [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 11:45 AM To: [EMAIL PROTECTED] Subject: [PHP] Mail Function Can someone please tell me what did i do wrong in the following php mail function? I created

[PHP] mail() problem...

2002-04-03 Thread Jack Davis
I wrote a small piece of code to take a text file with a list of email addresses in it one per line and send out an email to each of them like so... $headers = From: [EMAIL PROTECTED]\r\n; $headers .= Reply-To: [EMAIL PROTECTED]\r\n; $message = Blah Blah Blah;

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

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 function acting a bit differently

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

[PHP] Mail - max_execution_time problem

2002-04-02 Thread Chris
I'm trying to use the mail() function to send mail to a mailing list and because of the junk mail problem of hotmail, I'm trying to send mail one by one. The problem of using this method is that it always exceed the max execution time of 30s before the script reaches end of parsing. I'm using a

[PHP] Mail function acting a bit differently

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

RE: [PHP] Mail function acting a bit differently

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

Re: [PHP] Mail function acting a bit differently

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

RE: [PHP] Mail function acting a bit differently

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

Re: [PHP] Mail function acting a bit differently

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

Re: [PHP] Mail function acting a bit differently

2002-04-02 Thread lmlweb
Original Message- From: lmlweb [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 1:12 PM To: [EMAIL PROTECTED] Subject: [PHP] Mail function acting a bit differently I got an email someone submitted through my web form. I've been using this form for a while, and it h

Re: [PHP] Mail function acting a bit differently

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

Re: [PHP] Mail function acting a bit differently

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

Re: [PHP] Mail function acting a bit differently

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

[PHP] mail() function.

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

Re: [PHP] mail() function.

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

[PHP] Mail problems on Mac

2002-03-28 Thread Anders Henke
Hi folks! When I send mail (using the mail-function) and the subject line contains non-english letters like å, ä, ö the special caracters turns into strange symbols. This only happens on Mac OS, wich is pretty strange. Have anyone else encounter this problem? Does anyone have a solution for it,

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

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

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

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

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

2002-03-25 Thread Demitrious S. Kelly
) -Original Message- From: Kevin Stone [mailto:[EMAIL PROTECTED]] Sent: Monday, March 25, 2002 4:26 PM To: php-general-list Subject: [PHP] mail() function returns TRUE but no email is sent Anyone run into this problem before? I've got a simple email parser that I've set up for our clients

[PHP] mail...

2002-03-24 Thread Mantas Kriauciunas
Hey PHP General List, Why do i get 5 copies of each email? not always but sometime 3 sometimes 2 sometimes 5. Is this the only me (coz something is messed up with mail server or mail client) or some ppl also gets more than one :--: Have A Nice Day!

[PHP] mail

2002-03-20 Thread Sven Jacobs
hey Is it possible to put somebody in CC when you use the mail() function ???

Re: [PHP] mail

2002-03-20 Thread RIVES Sergio
yes I guess http://www.php.net/manual/en/function.mail.php Good luck. SR Sven Jacobs a écrit : hey Is it possible to put somebody in CC when you use the mail() function ??? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] mail

2002-03-20 Thread TV Karthick Kumar
Yeah, just add Cc:[EMAIL PROTECTED] to your headers, that's it... Karthick - Original Message - From: Sven Jacobs [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, March 20, 2002 11:51 AM Subject: [PHP] mail hey Is it possible to put somebody in CC when you use the mail

Re: [PHP] mail

2002-03-20 Thread Krzysztof Kocjan
//-- function sendmail( $From, $To, $CC, $BCC, $Replay_To, $Subject, $Body, $Mailer, $Extra_Header ) { $Header = '';

Re: [PHP] mail()

2002-03-20 Thread bvr
Jennifer, The SMTP option in php.ini is for Windows only. On other platforms you should specify a delivery program (sendmail). If you still want to use an external server, there are classes available that send mail through an SMTP server without using mail(). bvr. Jennifer wrote:

[PHP] mail()

2002-03-19 Thread Jennifer
Hi guys, I'm new to PHP and i'm trying to set it up so that i can use the mail() function to send emails. I'm using Mac OS X 10.1.3, PHP 4.1.2 and Apache/1.3.20. I've copied the php.ini-dist to usr/local/lib and renamed it php.ini I have also uncommented the following lines from the

Re: [PHP] mail()

2002-03-19 Thread Miguel Cruz
On Wed, 20 Mar 2002, Jennifer wrote: I'm new to PHP and i'm trying to set it up so that i can use the mail() function to send emails. I'm using Mac OS X 10.1.3, PHP 4.1.2 and Apache/1.3.20. ... nothing seems to happen ei. the mail was not sent. There's a problem with the default

Re: [PHP] mail()

2002-03-19 Thread Miguel Cruz
On Wed, 20 Mar 2002, Jennifer wrote: $to=[EMAIL PROTECTED]; $from=[EMAIL PROTECTED]; $subject=Hi; $message=this message; mail($to, $subject, $message, $from\r\nX-Priority: 1 (Highest)); By the way, your From line is also mangled. You should have: $from = From: [EMAIL PROTECTED]; That's

Re: [PHP] mail()

2002-03-19 Thread Jennifer
sorry...i should have mentioned also that I am not using the internal mail server but i am using an external mail server On Wednesday, March 20, 2002, at 05:24 PM, Jennifer wrote: Hi guys, I'm new to PHP and i'm trying to set it up so that i can use the mail() function to send emails. I'm

[PHP] mail() function

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

[PHP] mail() and qmail

2002-03-14 Thread Daniel Reichenbach
Hy list, seems like my PHP installation won't send mails with qmail. I'm using it with vpopmail. As suggested in the manual nots for mail() I tried using both /path/to/qmail/bin/sendmail -t -i and directly using /path/to/qmail/bin/qmail-inject for sendmail_path in php.ini. Anyway ... it doesn't

[PHP] What is needed to test php mail on a local testserver

2002-03-14 Thread andy
Hi there, I am wondering, how I could test the mail functions of php on a local machine. Do I have to install something like a mailserver, or does this come with php? Maybe someone knows some good articles on that. Thanx, Andy -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] What is needed to test php mail on a local testserver

2002-03-14 Thread andy thomas
On Thu, 14 Mar 2002, andy wrote: Hi there, I am wondering, how I could test the mail functions of php on a local machine. Do I have to install something like a mailserver, or does this come with php? If you are using a Unix/Linux type server for your local system, sendmail (or an

RE: [PHP] mail() and qmail

2002-03-14 Thread Rick Emery
it and qmail-popd3. -Original Message- From: Daniel Reichenbach [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 14, 2002 5:42 AM To: Php-General Subject: [PHP] mail() and qmail Hy list, seems like my PHP installation won't send mails with qmail. I'm using it with vpopmail. As suggested

Re: [PHP] What is needed to test php mail on a local testserver

2002-03-14 Thread scott furt
... and AFAIK, if you're running windows, read 'php.ini' and you can specify an SMTP server to use for mail sending. andy thomas wrote: On Thu, 14 Mar 2002, andy wrote: Hi there, I am wondering, how I could test the mail functions of php on a local machine. Do I have to install something

RE: [PHP] mail() and qmail

2002-03-14 Thread Daniel Reichenbach
I use qmail with PHP on a RH v 7.0 system. Works like a charm. Same here, RH 7.0 with some updates from RPM. I compiled/installed qmail from source. Installed RH, Apache and PHP from source, too. Do you have a possibility to look at a phpinfo() page? There the option your php version uses

Re: [PHP] mail() and qmail

2002-03-14 Thread Jason Wong
On Thursday 14 March 2002 22:56, Daniel Reichenbach wrote: I use qmail with PHP on a RH v 7.0 system. Works like a charm. Same here, RH 7.0 with some updates from RPM. I compiled/installed qmail from source. Installed RH, Apache and PHP from source, too. Do you have a possibility to

Re: [PHP] mail() and qmail

2002-03-14 Thread Jim Koutoumis
qmail here, working fine. I have the following set in php.ini : sendmail_path =/var/qmail/bin/qmail-inject Jim. Jason Wong [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED]... On Thursday 14 March 2002 22:56, Daniel Reichenbach wrote: I use qmail with PHP on a RH v 7.0

[PHP] Mail Attachment for Photo

2002-03-13 Thread Mark Lo
Hi All, I am trying to do a mail attachment for photo(jpeg file) by using php mail function and qmail server. I have used the following mime format to send out photo attachment provide by http://planetkiller.shadow.net.au/mime-php.txt. But When I received the mail in Outlook Express

[PHP] Re: PHP Mail() Question

2002-03-08 Thread LaserJetter
Its probably a problem with your mail server software not being able to send email out. I think you need t tell it to connect to another email server outside of your network Mindless Bot [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hello, I hope maybe you

[PHP] mail() getenv() problems (after 4.1.2 update)...

2002-03-07 Thread Paul
Hello, I wonder if anyone can help me with a problem I have. I have some sites hosted on a Cobalt Raq4 server (not sure if this is relevant). I recently upgraded PHP from a package at www.pkgmaster.com, and since making this upgrade I have problems with PHP that I cannot find the solution to.

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

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

[PHP] PHP Mail() Question

2002-03-05 Thread Mindless Bot
Hello, I hope maybe you can help me with this problem I've been working with PHP/mySQL for about 6 months now, this is causing quite a headache! When I try to send confirmation email (from a form the user fills out) - it works fine when sending within the company network but fails when

[PHP] Mail with php and w2k

2002-03-04 Thread Mike Schmid
Hi NG how you have configured your phpini (mail point) and your windws to mail? Thanks -- PHP General Mailing List (http://wwwphpnet/) To unsubscribe, visit: http://wwwphpnet/unsubphp

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

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

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

2002-02-28 Thread Brad Wright
Yep it is a linux box. From: DL Neil [EMAIL PROTECTED] Reply-To: DL Neil [EMAIL PROTECTED] Date: Thu, 28 Feb 2002 22:55:59 - To: Brad Wright [EMAIL PROTECTED], PHP General List [EMAIL PROTECTED] Subject: Re: [PHP] PHP MAIL function...why wont it work Hi Brad, Hi all... I have

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

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

[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

[PHP] php - mail() and sendmails clientmqueue directory

2002-02-23 Thread Luke Vogel
I'm setting up a contact page on a site. Typically I use form inputs to assemble the data and then use the mail() function to send the data to the appropriate user. Whenever I submit the form data, I immediately see a system error reporting that sendmail (version 8.12.1) cant chdir to

[PHP] Mail Headers Formatting

2002-02-19 Thread Steven Walker
Can someone tell me where to find documentation on defining mail headers and formatting? I've been to faqs.org, but was hoping to find something a bit more friendly. Steven J. Walker Walker Effects www.walkereffects.com [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To

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

[PHP] Mail () problems - Need help!

2002-02-18 Thread Anthony Rodriguez
time (136 times). It loaded very slow (loading indicator). Finally it displayed url not found with the name of the script file. And, I got no e-mails. Is there a conflict between php mail() and the mail server when multiple e-mails are involved? Thanks! Anthony F. Rodriguez ([EMAIL PROTECTED

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

2002-02-18 Thread Bogdan Stancescu
with the name of the script file. And, I got no e-mails. Is there a conflict between php mail() and the mail server when multiple e-mails are involved? Thanks! Anthony F. Rodriguez ([EMAIL PROTECTED]) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

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

2002-02-18 Thread DL Neil
-mails. Is there a conflict between php mail() and the mail server when multiple e-mails are involved? Thanks! Anthony F. Rodriguez ([EMAIL PROTECTED]) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List

[PHP] Mail()

2002-02-15 Thread André Felix Miertschink
I have been installing NuSphere (Apache and PHP 4.0.6). As that I configure the Apache or PHP, so that I get to use and to test the command mail in my computer? André -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Mail()

2002-02-15 Thread Rick Emery
15, 2002 5:55 AM To: [EMAIL PROTECTED] Subject: [PHP] Mail() I have been installing NuSphere (Apache and PHP 4.0.6). As that I configure the Apache or PHP, so that I get to use and to test the command mail in my computer? André -- PHP General Mailing List (http://www.php.net

[PHP] mail headers

2002-02-13 Thread Stalmannen
Hej! I have a question. I send mail from a php-script with the mail()-function. However the smtp server I use has a wrong time set. Can I set the sent-time through the headers so I take my web-servers time? and how then? Thankfull for help. /Kalle

[PHP] Mail Sent Date

2002-02-08 Thread Pickup, Jordan
We are in the -0700 time zone but whenever I use PHP to send a message it sends it from +0700 making the message appear to have been sent 14hours earlier than it was. I can add my own Date header to the mail function with the correct date/time zone but that means I have to modify all my

RE: [PHP] Mail Sent Date - more info

2002-02-08 Thread Pickup, Jordan
in PHP 4.0.4? Jordan -Original Message- From: Pickup, Jordan [mailto:[EMAIL PROTECTED]] Sent: Friday, February 08, 2002 1:40 PM To: '[EMAIL PROTECTED]' Subject: [PHP] Mail Sent Date We are in the -0700 time zone but whenever I use PHP to send a message it sends it from +0700 making

[PHP] mail() - 7bit headers

2002-02-07 Thread Martin C. Petersen
How do i encode 8 bit text to 7 bit in php so that the mail server (courier) won't complain about 8 bit content in the header (From:) while still enabling mailreaders to decode it? Regards Martin Petersen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] Mail stopped working - Somewhat Urgent

2002-02-07 Thread Bryan Gintz
All of a sudden Mail through PHP just stopped working, we can do it through the command line, but refuses to work in PHP. Any ideas? Thanks, Bryan -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

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.

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

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

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

<    9   10   11   12   13   14   15   16   17   >