Re: [PHP-DB] mail() on Mac OS X

2002-01-15 Thread Paul Burney
on 1/15/02 7:38 AM, Adam Royle at [EMAIL PROTECTED] appended the following bits to my mbox: I have been trying for months now (on and off) to get mail() working in OS X. I - I am using PHP v4.0.6 on Mac OS X 10.1 (pre-compiled with cool options from entropy.ch) - I installed Communigate

[PHP-DB] mail() - Return-Path

2002-01-12 Thread Malcolm White
I Have been trying to change the Return-Path: when using mail() but to no success. I have followed the examples in the documentation. Is there any hidden trick - Iam using apache 1.3.14, php 4.1.1 and sendmail 8.9.3. Thanks, Malcolm -- PHP Database Mailing List (http://www.php.net/) To

Re: [PHP-DB] mail() - Return-Path

2002-01-12 Thread DL Neil
Malcolm, I Have been trying to change the Return-Path: when using mail() but to no success. I have followed the examples in the documentation. Is there any hidden trick - Iam using apache 1.3.14, php 4.1.1 and sendmail 8.9.3. =There's been some grouching on the lists about spam and vague

Re: [PHP-DB] mail() - Return-Path

2002-01-12 Thread Malcolm White
1. Message sends. 2/3. The code used is as per the annotated on line PHP manual [EMAIL PROTECTED] 11-Jan-2002 02:10 There used to be a note with a complete set of headers to use with the mail function but somehow now its gone so here they are again hope it helps :)

Re: [PHP-DB] mail() - Return-Path

2002-01-12 Thread Paul Burney
on 1/12/02 7:36 AM, Malcolm White at [EMAIL PROTECTED] appended the following bits to my mbox: 4. No error messages. An email constructed as above sends perfectly - but the return path defaults to the apache user (in my case www) not the supplied return path. I tested the header construction

Re: [PHP-DB] mail() - Return-Path

2002-01-12 Thread DL Neil
Malcolm, Thank you for all this info. Let's take it one step at a time:- 1. Message sends. =yes, answers 1 and 4 highlight the problem with email (not just email from PHP!) - there are no guarantees... (except that the developer will suffer severe headaches and recurring nightmares) 2/3.

[PHP-DB] mail() function

2002-01-08 Thread Osman Omar
Hi all, I use mail() function to send automatic email to me but when I receive the email, I found that send date is not correct (send date is in future) How do I correct this problem I use PHP 4.1.0 platform win98se apache 1.3.22 Thanks -- PHP Database Mailing List (http://www.php.net/) To

Re: [PHP-DB] Mail() Not working

2001-12-12 Thread Kevin J . Maynard
On Wednesday, December 12, 2001, at 01:14 AM, Cristian Pozzer wrote: my php.ini file has the following line in it: SMTP = mail.attbi.com my php script is as follows: ? $email = to_email; $from = from_email; $mesg = This is a test email. \r\n; if (mail($email, Test, $mesg, $from))

Re: [PHP-DB] Mail() Not working

2001-12-12 Thread Kevin J . Maynard
: [PHP-DB] Mail() Not working I have been unable to get the mail() function to work. my php.ini file has the following line in it: SMTP = mail.attbi.com my php script is as follows: ? $email = to_email; $from = from_email; $mesg = This is a test email. \r\n

RE: [PHP-DB] Mail() Not working

2001-12-12 Thread Rick Emery
: Wednesday, December 12, 2001 10:33 AM To: PHP List; Rick Emery Subject: Re: [PHP-DB] Mail() Not working On Wednesday, December 12, 2001, at 06:12 AM, Rick Emery wrote: The mail() function works fine. $email must be set to you email program, NOT an email server. Should be something like

RE: [PHP-DB] mail() - is there a limit?

2001-09-27 Thread Luke Muszkiewicz
olinux: I do not know the answer to your question. However, I would alternatively suggest that you send the email to each person individually. That is to say, loop through your recipient array and use mail() to send the message to each recipient, as opposed to creating a bcc array and then

RE: [PHP-DB] mail ()

2001-09-17 Thread Sam Masiello
: Andrius Jakutis [mailto:[EMAIL PROTECTED]] Sent: Monday, September 17, 2001 1:43 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] mail () Hello, How to make field required? Using mail () Thanks. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED

[PHP-DB] mail ()

2001-09-16 Thread Andrius Jakutis
Hello, How to make field required? Using mail () Thanks. -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]

[PHP-DB] Mail() function and the php.ini file

2001-09-10 Thread Jeff Panis
I'm attempting to setup the PHP module to allow the mail() function to work. As I understand, I need to edit the php.ini file? I can't locate the file to edit. Can someone point me in the right direction? I'm using OSX Server. Thanks, Jeff Panis [EMAIL PROTECTED] -- PHP Database Mailing List

[PHP-DB] mail() - is there a limit?

2001-09-08 Thread olinux
I am using a script that grabs about 100 emails from a database, loops thru and writes them to $bcc Then I use a single mail() to send a msg to everyone in the $bcc Is there a maximum nuber of emails that i can mail to this way? Thanks, olinux

RE: [PHP-DB] mail function

2001-08-14 Thread Tom Hodder
otherwise mail cannot send mail at all. -Original Message- From: Travis Cannell [mailto:[EMAIL PROTECTED]] Sent: 14 August 2001 03:27 To: [EMAIL PROTECTED] Subject: [PHP-DB] mail function hi all, I cant seem to get my mail function to work. OK so i am a noob, that might have

[PHP-DB] mail function

2001-08-13 Thread Travis Cannell
hi all, I cant seem to get my mail function to work. OK so i am a noob, that might have something to do with it. I am using a script I found called the HTML Mime Mail Class, which does everything i need except actually send the mail. I am guessing that there is some config problems, but i am

[PHP-DB] mail problem with ... Unbalanced ''

2001-08-05 Thread Tom Hodder
Hi, sorry if this is slightly off topic but I thought someone might have some idea of the problem. I am using the mail function like so; mail( $to, $subject, $this-mime ); where the arguments have the following values; print '$to = '.$to.\n; print '$subject =

Re: [PHP-DB] MAIL from php

2001-06-23 Thread Andreas D. Landmark
At 22.06.2001 16:22, you wrote: Very strange Warning: mail() is not supported in this PHP build in /virtual/sergio/public/prova.php on line 18 What's this ? This is _totally_ unrelated to php-db, and should have been posted on the php-general list! But basically your php install hasn't

Re: [PHP-DB] MAIL from php

2001-06-23 Thread TomazSa
e, sergio (oz. admin), rekompajlaj php na serverju z mail() funkcijo omogoceno, oz. jo omogoci kako drugace, ce znas:) p.s. in ni prova, nego je proba :) lp, tomaz At 22.06.2001 16:22, you wrote: Very strange Warning: mail() is not supported in this PHP build in

Re: [PHP-DB] mail system

2001-04-26 Thread Andreas D. Landmark
At 26.04.2001 16:20, you wrote: I was wondering if anyone had any ideas on how I can setup a email system , internal using php and mysql only .. No Imap Server, or POP. Can someone please guide me in the right direction ,, this is email sysetm would be only for registered members. I am setting up

[PHP-DB] mail system

2001-04-26 Thread Greg K
I was wondering if anyone had any ideas on how I can setup a email system , internal using php and mysql only .. No Imap Server, or POP. Can someone please guide me in the right direction ,, this is email sysetm would be only for registered members. I am setting up a dating site.. Any help would

Re: [PHP-DB] mail() headers

2001-03-19 Thread Joe Brown
I believe mail works completely different on unix. It probably doesn't suffer the same problems, because it's a direct call to an external process. Lookup "sendmail" ""Free Beachler"" [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Someone else has tested this

[PHP-DB] mail server

2001-03-07 Thread Free Beachler
hi all, is there any way i can specify my own smtp server and override the php.ini file? i want to use the mail command on my host and i keep getting this error: Warning: Unknown error in D:\inetpub\nextepmedia\www\nexteplaunch\test_email.php on line 2 i just have a simple

[PHP-DB] mail function

2001-03-07 Thread Liz Bander
I need to make an email link in a table. The username is displayed as text; I need it to be a link through which I can send email. Is this possible in php? The following is the code for that I'm using: function show_logged_users($user) { $query = "select distinct uid, cn from log left

RE: [PHP-DB] mail server

2001-03-07 Thread Michael J. Upchurch
Communications, LLC -Original Message- From: Free Beachler [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 07, 2001 11:48 AM To: [EMAIL PROTECTED] Subject: [PHP-DB] mail server hi all, is there any way i can specify my own smtp server and override the php.ini file? i want to use the mail

Re: [PHP-DB] mail server

2001-03-07 Thread JJeffman
I'm not sure but I think you must have a smtp server program running to configure as your smtp server. HTH. Jayme. -Mensagem Original- De: Free Beachler [EMAIL PROTECTED] Para: [EMAIL PROTECTED] Enviada em: quarta-feira, 7 de maro de 2001 14:48 Assunto: [PHP-DB] mail server hi all

Re: [PHP-DB] mail server

2001-03-07 Thread Miles Thompson
mtp server. HTH. Jayme. -Mensagem Original- De: Free Beachler [EMAIL PROTECTED] Para: [EMAIL PROTECTED] Enviada em: quarta-feira, 7 de maro de 2001 14:48 Assunto: [PHP-DB] mail server hi all, is there any way i can specify my own smtp server and override the php.ini file? i want

Re: [PHP-DB] Mail Form error

2001-03-04 Thread Rudi Ahlers
onzai Web Design http://www.bonzai.org.za - Original Message - From: "Randall Barber" [EMAIL PROTECTED] To: "Rudi Ahlers" [EMAIL PROTECTED] Sent: Sunday, March 04, 2001 9:14 PM Subject: Re: [PHP-DB] Mail Form error There are only 4 parameters allowed in the mail funct

<    1   2