Re: Is it neccessary for sending mail from php ?

[ Available lists | Index of freebsd-questions | Month of Jun 2003 | Week of 13 Jun 2003 | Raw email | View thread | Wrap long lines | Reply | Tag ]
From
Roman Neuhauser <neuhauser@bellavista.cz>
Date
13 Jun 2003 00:10:36
Subject
Re: Is it neccessary for sending mail from php ?
Message-ID
20030613071033.GF5117@freepuppy.bellavista.cz

In reply to

[ Hide this part ]
# oremanj@webserver.get-linux.org / 2003-06-10 07:32:06 -0700:
> On Tue, Jun 10, 2003 at 10:51:01AM +0100 or thereabouts, Supote Leelasupphakorn seemed to write:
> > Hello,
> >
> > I've install apache+php and would like to use
> > function:mail() in php to sendmail from my
> > box(Freebsd). My question is, is it neccessary to
> > run sendmail or other SMTP-like service on this box
> > for able to send (outgoing) mail.
>
> Probably not. If you can send outgoing mail from that box,
> you can mail() too.

If you can send outgoing mail from that box, you have Sendmail
or other MTA running. IOW, yes, it's necessary. The mail function
uses the sendmail(8) command line interface as a backend.

--
If you cc me or remove the list(s) completely I'll most likely ignore
your message. see http://www.eyrie.org./~eagle/faqs/questions.html


Elapsed time: 0.122 seconds