Yes.
> 2. Is the php.ini value for 'sendmail_path' correct?
Yes.
> 3. Is there any firewall or port.deny for SMTP?
NO?
> 4. Can you send mail from the CLI?
Explain.
> --
> Michael Geier
> CDM Sports, Inc. - Systems Administrator
> email: opera...@cdmsports.com
>
> -----BEGIN GEEK CODE BLOCK-----
> Version: 3.12
> GCM d-(---) s+:+ a31 C+++(++) ULVIS++++$ P--->+ L+++>++++ E---
> W+++ N++ o+(-) K+ w(---) O M-- V--()@ PS+(++) PE Y+ PGP t+ 5+
> X+ R++* tv+ b++++(+++) DI+ D++ G e+* h--- r+++ y++++
> ------END GEEK CODE BLOCK------
>
>
> Quoting The Doctor <doc...@doctor.nl2k.ab.ca>:
>
> > Anyone knows why the below is hapeening?
> >
> > My PHP info page is on http://www.nk.ca/phpinfo.phtml
> >
> > ----- Forwarded message from Bob Federer <b...@elitegroup.on.ca>
> > -----
> >
> > Return-Path: <doc...@doctor.nl2k.ab.ca>
> > Received: from doctor.nl2k.ab.ca (IDENT:2...@localhost.nl2k.ab.ca
> > [127.0.0.1])
> > by doctor.nl2k.ab.ca (8.12.6.Beta1/8.12.6) with ESMTP id
> > g8M1FDh7013565
> > (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168
> > verify=NO)
> > for <doc...@doctor.nl2k.ab.ca>; Sat, 21 Sep 2002 19:15:13 -
> 0600
> > (MDT)
> > Received: (from root@localhost)
> > by doctor.nl2k.ab.ca (8.12.6.Beta1/8.12.6/Submit) id
> > g8M1FDkG013564
> > for doc...@doctor.nl2k.ab.ca; Sat, 21 Sep 2002 19:15:13 -0600
> > (MDT)
> > Resent-Message-Id:
> > <200209220115....@doctor.nl2k.ab.ca>
> > Received: from ELITE (CPE0050ba761922.cpe.net.cable.rogers.com
> > [24.157.79.145])
> > by doctor.nl2k.ab.ca (8.12.6.Beta1/8.12.6) with SMTP id
> > g8LMD1h8000209
> > for <ro...@doctor.nl2k.ab.ca>; Sat, 21 Sep 2002 16:13:04 -0600
> > (MDT)
> > Reply-To: <b...@elitegroup.on.ca>
> > From: "Bob Federer" <b...@elitegroup.on.ca>
> > To: "System Administrator a.k.a. The Root of the Problem"
> > <ro...@doctor.nl2k.ab.ca>
> > Subject: RE: php emails
> > Date: Sat, 21 Sep 2002 18:12:57 -0700
> > Message-ID: <NLECJJDBJLAGDLLK...@elitegroup.on.ca>
> > MIME-Version: 1.0
> > Content-Type: text/plain;
> > charset="iso-8859-1"
> > Content-Transfer-Encoding: 7bit
> > X-Priority: 3 (Normal)
> > X-MSMail-Priority: Normal
> > X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0)
> > X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
> > Importance: Normal
> > In-Reply-To: <2002092113...@doctor.nl2k.ab.ca>
> > Resent-From: ro...@doctor.nl2k.ab.ca
> > Resent-Date: Sat, 21 Sep 2002 19:15:13 -0600
> > Resent-To: The Doctor <doc...@doctor.nl2k.ab.ca>
> >
> > Hello Dave,
> > The php mail function is still not working. I've changed the coding
> > a little
> > bit to help you debug it. The code on the page is now:
> >
> > <?php
> > mail('b...@elitegroup.on.ca, ro...@nk.ca', 'An email to two people',
> > 'This is
> > a test');
> > ?>
> >
> > As you can see, it will send an email to both you and me.
> >
> > To test the page you can go to community updates or
> > sellwithpictures. The
> > two URLs are:
> >
> > http://www.sellwithpictures.com/php/emailtest.html
> >
> > and
> >
> > http://www.communityupdates.com/php/emailtest.html
> >
> > Please email me when you have it working.
> > Thanks for your effort.
> >
> > Apart from being a neat thing for a page to be able to do, I'm
> > doing a quote
> > for a large site where they require emails to be sent out by the
> > site when
> > someone fills out a form, so we need to have this figured out.
> >
> > Thanks again,
> >
> > bob
> >
> >
> > -----Original Message-----
> > From: System Administrator a.k.a. The Root of the Problem
> > [mailto:ro...@doctor.nl2k.ab.ca]
> > Sent: September 21, 2002 12:54 PM
> > To: Bob Federer
> > Subject: Re: php emails
> >
> > On Sat, Sep 21, 2002 at 01:43:03PM -0700, Bob Federer wrote:
> > > Hello Dave,
> > >
> > > I'm going to want to be able to send emails form the Community
> > Updates and
> > > Sell With Pictures sites using PHP.
> > >
> > > The code to send a simple email is very straightforward in php
> > (it's one
> > > line of code) example below:
> > >
> > > <?phpmail('bob_elitegroup.on.ca', 'test email', 'This is just a
> > test');?>
> > >
> > > If the system is set up correctly on your end, it should work
> > flawlessly.
> > > Unfortunately, at this point, it is not working. Apparently, the
> > php.ini
> > > file needs to be adjusted at your end. The link below has details
> > of how
> > to
> > > do it.
> > >
> > > http://www.webmasterbase.com/article/679
> > >
> > >
> > > Could you look into this and let me know when you have made
> > this
> > functional?
> > >
> >
> > Try now.
> >
> > > Thanks
> > >
> > > bob
> >
> > --
> > contact:
> > Dave Yadallee NetKnow The Internet Knowledge Company
> > ro...@nl2k.ab.ca http://www.nl2k.ab.ca
> > 990-3244
> >
> >
> >
> > ----- End forwarded message -----
> >
> > --
> > Member - Liberal International On 11 Sept 2001 the WORLD was
> > violated.
> > This is doc...@nl2k.ab.ca Ici doc...@nl2k.ab.ca
> > Society MUST be saved! Extremists must dissolve.
> > Beware of defining as intelligent only those who share your
> > opinions
> >
> > --
> > PHP General Mailing List (http://www.php.net/)
> > To unsubscribe, visit: http://www.php.net/unsub.php
> >
> >
>
>
> ---------------------------------------------
> This email sent using CDM Sports Webmail v2
> [ http://webmail.cdmsports.com ]
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
--
Member - Liberal International On 11 Sept 2001 the WORLD was violated.
This is doc...@nl2k.ab.ca Ici doc...@nl2k.ab.ca
Society MUST be saved! Extremists must dissolve.
Beware of defining as intelligent only those who share your opinions