mirror of
https://github.com/php/doc-de.git
synced 2026-03-29 10:42:12 +02:00
git-svn-id: https://svn.php.net/repository/phpdoc/de/trunk@201856 c90b9560-bf6c-de11-be94-00142212c4b1
75 lines
1.9 KiB
XML
75 lines
1.9 KiB
XML
<?xml version="1.0" encoding="iso-8859-1"?>
|
|
<!-- $Revision: 1.6 $ -->
|
|
<!-- EN-Revision: 1.11 Maintainer: wiesemann Status: ready -->
|
|
<!-- Purpose: remote.mail -->
|
|
<!-- Membership: core -->
|
|
|
|
<reference id="ref.mail">
|
|
<title>Mail-Funktionen</title>
|
|
<titleabbrev>Mail</titleabbrev>
|
|
<partintro>
|
|
|
|
<section id="mail.intro">
|
|
&reftitle.intro;
|
|
<para>
|
|
Die <function>mail</function>-Funktion erlaubt das Versenden von Mail.
|
|
</para>
|
|
</section>
|
|
|
|
<section id="mail.requirements">
|
|
&reftitle.required;
|
|
<para>
|
|
PHP muss während des Kompilierens Zugriff auf die Binärversion von
|
|
<literal>sendmail</literal> auf Ihrem Rechner haben. Falls Sie ein
|
|
anderes Mail-Programm, wie z.B. qmail oder postfix, benutzen, müssen
|
|
Sie dafür sorgen, dass Sie den passenden, mitgelieferten sendmail-Wrapper
|
|
verwenden. PHP sucht nach sendmail zunächst im
|
|
System-<literal>PATH</literal> und anschließend hier:
|
|
<literal>/usr/bin:/usr/sbin:/usr/etc:/etc:/usr/ucblib:/usr/lib</literal>.
|
|
Wir empfehlen, dass sendmail auf Ihrem Rechner im <literal>PATH</literal>
|
|
verfügbar ist. Der Benutzer, der PHP kompiliert hat, muss die Berechtigung
|
|
haben, auf die Binärversion von sendmail zuzugreifen.
|
|
</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:
|
|
-->
|
|
|