Date: Fri, 13 Jun 2003 09:10:33 +0200 From: Roman Neuhauser <neuhauser@bellavista.cz> To: Joshua Oreman <oremanj@webserver.get-linux.org> Cc: Supote Leelasupphakorn <pjn0211@yahoo.com> Subject: Re: Is it neccessary for sending mail from php ? Message-ID: <20030613071033.GF5117@freepuppy.bellavista.cz> In-Reply-To: <20030610143206.GA91731@webserver.get-linux.org> References: <20030610095101.70366.qmail@web40611.mail.yahoo.com> <20030610143206.GA91731@webserver.get-linux.org>
next in thread | previous in thread | raw e-mail | index | archive | help
# 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030613071033.GF5117>