betz            Tue Jul 23 05:32:27 2002 EDT

  Modified files:              
    /phpdoc/en/reference/mail   reference.xml 
  Log:
  new structure applied
  
  
Index: phpdoc/en/reference/mail/reference.xml
diff -u phpdoc/en/reference/mail/reference.xml:1.4 
phpdoc/en/reference/mail/reference.xml:1.5
--- phpdoc/en/reference/mail/reference.xml:1.4  Sat Jun  8 11:31:23 2002
+++ phpdoc/en/reference/mail/reference.xml      Tue Jul 23 05:32:27 2002
@@ -1,86 +1,117 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.4 $ -->
+<!-- $Revision: 1.5 $ -->
  <reference id="ref.mail">
   <title>Mail functions</title>
   <titleabbrev>Mail</titleabbrev>
   <partintro>
-   <simpara>
-    The <function>mail</function> function allows you to send mail
-   </simpara>
-
-   <variablelist>
-    <title>Mail Configuration Directives</title>
-
-    <varlistentry id="ini.smtp">
-     <term>
-      <parameter>SMTP</parameter>
-      <type>string</type>
-     </term>
-     <listitem>
-      <para>
-       Used under Windws only: DNS name or IP address of the SMTP server PHP
-       should use for mail sent with the <function>mail</function> function.
-      </para>
-     </listitem>
-    </varlistentry>
-
-    <varlistentry id="ini.smtp-port">
-     <term>
-      <parameter>SMTP</parameter>
-      <type>int</type>
-     </term>
-     <listitem>
-      <para>
-       Used under Windws only: Number of the port to connect to the server
-       specified with the <literal>SMTP</literal> setting when sending mail
-       with <function>mail</function>; defaults to 25. Only available since
-       <literal>PHP</literal> 4.3.0.
-      </para>
-     </listitem>
-    </varlistentry>
-
-    <varlistentry id="ini.sendmail-from">
-     <term>
-      <parameter>sendmail_from</parameter>
-      <type>string</type>
-     </term>
-     <listitem>
-      <para>
-       Which "From:" mail address should be used in mail sent from
-       PHP under Windows.
-      </para>
-     </listitem>
-    </varlistentry>
-
-    <varlistentry id="ini.sendmail-path">
-     <term>
-      <parameter>sendmail_path</parameter>
-      <type>string</type>
-     </term>
-     <listitem>
-      <para>
-       Where the <command>sendmail</command> program can be found,
-       usually <filename>/usr/sbin/sendmail</filename> or
-       <filename>/usr/lib/sendmail</filename>
-       <command>configure</command> does an honest attempt of
-       locating this one for you and set a default, but if it fails,
-       you can set it here.
-      </para>
-      <para>
-       Systems not using sendmail should set this directive to the
-       sendmail wrapper/replacement their mail system offers, if any.
-       For example, <ulink url="&url.qmail;">Qmail</ulink>
-       users can normally set it to
-       <filename>/var/qmail/bin/sendmail</filename> or <filename>
-       /var/qmail/bin/qmail-inject</filename>.
-      </para>
-      <para>
-       <command>qmail-inject</command> does not require any option to
-       process mail correctly.
-      </para>
-     </listitem>
-    </varlistentry>
-   </variablelist>
+
+   <section id="mail.intro">
+    &reftitle.intro;
+    <para>
+     The <function>mail</function> function allows you to send mail
+    </para>
+   </section>
+
+   <section id="mail.requirenments">
+    &reftitle.required;
+    &no.requirement;
+   </section>
+
+   <section id="mail.installation">
+    &reftitle.install;
+    &no.install;
+   </section>
+
+   <section id="mail.configuration">
+    &reftitle.runtime;
+    <para>
+     <variablelist>
+     <title>Mail Configuration Directives</title>
+
+      <varlistentry id="ini.smtp">
+       <term>
+        <parameter>SMTP</parameter>
+        <type>string</type>
+       </term>
+       <listitem>
+        <para>
+         Used under Windws only: DNS name or IP address of the SMTP server PHP
+         should use for mail sent with the <function>mail</function> function.
+        </para>
+       </listitem>
+      </varlistentry>
+
+      <varlistentry id="ini.smtp-port">
+       <term>
+        <parameter>SMTP</parameter>
+        <type>int</type>
+       </term>
+       <listitem>
+        <para>
+         Used under Windws only: Number of the port to connect to the server
+         specified with the <literal>SMTP</literal> setting when sending mail
+         with <function>mail</function>; defaults to 25. Only available since
+         <literal>PHP</literal> 4.3.0.
+        </para>
+       </listitem>
+      </varlistentry>
+
+      <varlistentry id="ini.sendmail-from">
+       <term>
+        <parameter>sendmail_from</parameter>
+        <type>string</type>
+       </term>
+       <listitem>
+        <para>
+         Which "From:" mail address should be used in mail sent from
+         PHP under Windows.
+        </para>
+       </listitem>
+      </varlistentry>
+
+      <varlistentry id="ini.sendmail-path">
+       <term>
+        <parameter>sendmail_path</parameter>
+        <type>string</type>
+       </term>
+       <listitem>
+        <para>
+         Where the <command>sendmail</command> program can be found,
+         usually <filename>/usr/sbin/sendmail</filename> or
+         <filename>/usr/lib/sendmail</filename>
+         <command>configure</command> does an honest attempt of
+         locating this one for you and set a default, but if it fails,
+         you can set it here.
+        </para>
+        <para>
+         Systems not using sendmail should set this directive to the
+         sendmail wrapper/replacement their mail system offers, if any.
+         For example, <ulink url="&url.qmail;">Qmail</ulink>
+         users can normally set it to
+         <filename>/var/qmail/bin/sendmail</filename> or <filename>
+         /var/qmail/bin/qmail-inject</filename>.
+        </para>
+        <para>
+         <command>qmail-inject</command> does not require any option to
+         process mail correctly.
+        </para>
+       </listitem>
+      </varlistentry>
+     </variablelist>
+
+    </para>
+   </section>
+
+   <section id="mail.resources">
+    &reftitle.resources;
+    &no.resource;
+   </section>
+
+   <section id="mail.constants">
+    &reftitle.constants;
+    &no.constants;
+   </section>
+
   </partintro>
 
 &reference.mail.functions;



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to