2002-04-15 00:12:54 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2004-02-24 08:46:39 +00:00
|
|
|
<!-- $Revision: 1.10 $ -->
|
2002-04-15 00:12:54 +00:00
|
|
|
<reference id="ref.mail">
|
2004-02-24 08:46:39 +00:00
|
|
|
<title>Mail Functions</title>
|
2002-04-15 00:12:54 +00:00
|
|
|
<titleabbrev>Mail</titleabbrev>
|
|
|
|
<partintro>
|
|
|
|
|
2002-07-23 09:34:49 +00:00
|
|
|
<section id="mail.intro">
|
|
|
|
&reftitle.intro;
|
|
|
|
<para>
|
2002-09-25 14:37:30 +00:00
|
|
|
The <function>mail</function> function allows you to send mail.
|
2002-07-23 09:34:49 +00:00
|
|
|
</para>
|
|
|
|
</section>
|
2002-04-15 00:12:54 +00:00
|
|
|
|
2002-08-09 10:26:12 +00:00
|
|
|
<section id="mail.requirements">
|
2002-07-23 09:34:49 +00:00
|
|
|
&reftitle.required;
|
2003-06-08 14:12:34 +00:00
|
|
|
<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>
|
2002-07-23 09:34:49 +00:00
|
|
|
</section>
|
2002-06-08 15:31:23 +00:00
|
|
|
|
2002-07-23 09:34:49 +00:00
|
|
|
<section id="mail.installation">
|
|
|
|
&reftitle.install;
|
|
|
|
&no.install;
|
|
|
|
</section>
|
2002-04-15 00:12:54 +00:00
|
|
|
|
2002-09-15 16:47:13 +00:00
|
|
|
&reference.mail.ini;
|
2002-07-23 09:34:49 +00:00
|
|
|
|
|
|
|
<section id="mail.resources">
|
|
|
|
&reftitle.resources;
|
|
|
|
&no.resource;
|
|
|
|
</section>
|
|
|
|
|
|
|
|
<section id="mail.constants">
|
|
|
|
&reftitle.constants;
|
|
|
|
&no.constants;
|
|
|
|
</section>
|
2002-04-15 00:12:54 +00:00
|
|
|
|
|
|
|
</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
|
|
|
|
-->
|