Re: [PHP] mail function fails

2001-07-02 Thread Julia A. Case
Thanks! > > Ryan > > -Original Message- > From: Michael Geier, CDM Systems Admin [mailto:[EMAIL PROTECTED]] > Sent: Monday, July 02, 2001 10:57 AM > To: Shrout, Ryan > Subject: RE: [PHP] mail function fails > > > RPM's tend to hose installations. Ma

RE: [PHP] mail function fails

2001-07-02 Thread Shrout, Ryan
ppear that sendmail is not configured to allow others to use it? Is there a quick easy way to fix this? Thanks! Ryan -Original Message- From: Michael Geier, CDM Systems Admin [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 10:57 AM To: Shrout, Ryan Subject: RE: [PHP] mail function

Re: [PHP] mail function fails

2001-07-02 Thread mike cullerton
hmmm... i just copied your code and changed the email address to mine and it worked. $message was set to 'blah'. this tells me you either have a problem with your email address or $message. why don't you echo $message along with "Email NOT sent!". mail messages are particular about

RE: [PHP] mail function fails

2001-07-02 Thread Shrout, Ryan
Darn, still didn't work. Anyone else have a suggestion? Or a way to view an error message of some kind? Ryan Shrout -Original Message- From: Tim Taubert [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 9:51 AM To: PHP Mailingliste Subject: RE: [PHP] mail function fails

RE: [PHP] mail function fails

2001-07-02 Thread Tim Taubert
ginal Message- From: Shrout, Ryan [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 3:30 PM To: PHP Mailingliste Subject: RE: [PHP] mail function fails I tried that in this format: if ( mail("[EMAIL PROTECTED]", "Quote Request", $message, "From: [EMAIL PROTECTED]

RE: [PHP] mail function fails

2001-07-02 Thread Shrout, Ryan
mail NOT sent and no emails go anywhere. Is there another solution? How about a way to get an error message of some kind? Ryan -Original Message- From: Tim Taubert [mailto:[EMAIL PROTECTED]] Sent: Monday, July 02, 2001 9:09 AM To: PHP Mailingliste Subject: RE: [PHP] mail function fail

RE: [PHP] mail function fails

2001-07-02 Thread Tim Taubert
hey ryan try something like this mail("[EMAIL PROTECTED]", "Quote Request", $message, "From: [EMAIL PROTECTED]\nX-Mailer: PHP/" . phpversion()); hope this helps cya tim - Tim Taubert | [EMAIL PROTECTED] | http://www.shoguna