<?xml version="1.0" encoding="iso-8859-1"?> <!-- $Revision: 1.11 $ --> <!-- Purpose: remote.mail --> <!-- Membership: core --> <reference id="ref.mail"> <title>Mail Functions</title> <titleabbrev>Mail</titleabbrev> <partintro> <section id="mail.intro"> &reftitle.intro; <para> The <function>mail</function> function allows you to send mail. </para> </section> <section 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 id="mail.installation"> &reftitle.install; &no.install; </section> &reference.mail.ini; <section id="mail.resources"> &reftitle.resources; &no.resource; </section> <section id="mail.constants"> &reftitle.constants; &no.constants; </section> </partintro> &reference.mail.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 -->