mirror of
https://github.com/macintoshplus/doc-fr.git
synced 2026-03-30 12:52:08 +02:00
git-svn-id: https://svn.php.net/repository/phpdoc/fr/trunk@161259 c90b9560-bf6c-de11-be94-00142212c4b1
74 lines
2.0 KiB
XML
74 lines
2.0 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.9 $ -->
|
|
<!-- EN-Revision: 1.10 Maintainer: yannick Status: ready -->
|
|
<!-- Reviewed: yes -->
|
|
<reference id="ref.mail">
|
|
<title>Mail</title>
|
|
<titleabbrev>Mail</titleabbrev>
|
|
<partintro>
|
|
|
|
<section id="mail.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
La fonction <function>mail</function> permet d'envoyer un mail.
|
|
</para>
|
|
</section>
|
|
|
|
<section id="mail.requirements">
|
|
&reftitle.required;
|
|
<para>
|
|
Pour que la fonction <function>mail</function> soit disponible,
|
|
il faut que &php; ait accès au service <literal>sendmail</literal>
|
|
sur le serveur, au moment de la compilation. Si vous utilisez un
|
|
autre programme de mail, comme <productname>qmail</productname> ou
|
|
<productname>postfix</productname>, assurez-vous d'utiliser les bonnes
|
|
API. &php; va commencer à chercher sendmail dans votre <literal>PATH</literal>,
|
|
puis, dans les dossiers suivants :
|
|
<literal>/usr/bin:/usr/sbin:/usr/etc:/etc:/usr/ucblib:/usr/lib</literal>.
|
|
Il est hautement recommandé d'avoir sendmail de disponible dans votre
|
|
<literal>PATH</literal>. De plus, l'utilisateur qui compile &php;
|
|
doit avoir le droit d'accéder à l'exécutable sendmail.
|
|
</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:
|
|
-->
|
|
|