I wanted what Rick Emery sent to me... This little example on how to make php talk to sendmail...
<?php mail("[EMAIL PROTECTED]","test subject","This is my test message","From: [EMAIL PROTECTED]\n") ?> He little script help show me that php is working with sendmail. Our e-mail been working now for 4 years...just this send_reminder.php that is a part of Web Calendar isn't sending any maul. So because I write the guy that wrote I thought I make sure that there wasn't anything wrong with my php.ini and that php can talk to sendmail. But the book PHP bible example wasn't clear. So again Rick thanks your little example help me and that's want I wanted. Chuck On 4/3/02 4:45 PM, "Javier" <[EMAIL PROTECTED]> wrote: > So you tried to send a mail to yourself and worked. > What do you want to do then? > > On Wed, Apr 03, 2002 at 04:40:25PM -0500, Chuck PUP Payne wrote: >> Mail works, I am wanting to see PHP can talk to mail. >> >> >> On 4/3/02 4:38 PM, "javier" <[EMAIL PROTECTED]> wrote: >> >>> Have you got access to your host machine? >>> You can send messages to your local user a then see if they reach >>> destination. >>> >>> Chuck "Pup" Payne wrote: >>>> I have just install a program called Web Calendar. It suppose to be able to >>>> send reminders via e-mail but I am not sure if PHP is set up to send e-mail >>>> or what is happening. I have turned on debugging and it is showing that >>>> there are remembers but it not sending anything. >>>> >>>> Is there a simple test I can to to test php is talking to sendmail? >>>> >>>> >>>> Thanks, >>>> >>>> >>>> ----------------------------- >>>> | Chuck Payne | >>>> | Magi Design and Support | >>>> | www.magidesign.com | >>>> | [EMAIL PROTECTED] | >>>> ----------------------------- >>>> >>>> >>> >>> > -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php