php-doc-en/reference/mail/reference.xml
2007-12-10 17:06:11 +00:00

75 lines
2 KiB
XML

<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.13 $ -->
<!-- Purpose: remote.mail -->
<!-- Membership: core -->
<reference xml:id="ref.mail" xmlns="http://docbook.org/ns/docbook">
<title>Mail Functions</title>
<titleabbrev>Mail</titleabbrev>
<partintro>
<section xml:id="mail.intro">
&reftitle.intro;
<para>
The <function>mail</function> function allows you to send mail.
</para>
</section>
<section xml:id="mail.requirements">
&reftitle.required;
<para>
For the Mail functions to be available, PHP must have access to the
<literal>sendmail</literal> binary on your system during compile time.
If you use another mail program, such as qmail or postfix, be sure to
use the appropriate sendmail wrappers that come with them. PHP will
first look for sendmail in your <literal>PATH</literal>, and then in
the following:
<literal>/usr/bin:/usr/sbin:/usr/etc:/etc:/usr/ucblib:/usr/lib</literal>.
It's highly recommended to have sendmail available from your
<literal>PATH</literal>. Also, the user that compiled PHP must have
permission to access the sendmail binary.
</para>
</section>
<section xml:id="mail.installation">
&reftitle.install;
&no.install;
</section>
&reference.mail.ini;
<section xml:id="mail.resources">
&reftitle.resources;
&no.resource;
</section>
<section xml:id="mail.constants">
&reftitle.constants;
&no.constants;
</section>
</partintro>
&reference.mail.entities.functions;
</reference>
<!-- Keep this comment at the end of the file
Local variables:
mode: sgml
sgml-omittag:t
sgml-shorttag:t
sgml-minimize-attributes:nil
sgml-always-quote-attributes:t
sgml-indent-step:1
sgml-indent-data:t
indent-tabs-mode:nil
sgml-parent-document:nil
sgml-default-dtd-file:"../../../manual.ced"
sgml-exposed-tags:nil
sgml-local-catalogs:nil
sgml-local-ecat-files:nil
End:
vim600: syn=xml fen fdm=syntax fdl=2 si
vim: et tw=78 syn=sgml
vi: ts=1 sw=1
-->