Added new rfc/pear links, from Richard Heyes

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67574 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
James Cox 2002-01-11 18:05:34 +00:00
parent d97896b3e4
commit 980b6a3a69

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.34 $ -->
<!-- $Revision: 1.35 $ -->
<reference id="ref.mail">
<title>Mail functions</title>
<titleabbrev>Mail</titleabbrev>
@ -89,10 +89,19 @@
be specified by putting a comma between each address in
<parameter>to</parameter>. Email with attachments and special
types of content can be sent using this function. This is
accomplished via MIME-encoding - for more information, see
<ulink url="http://www.zend.com/zend/spotlight/sendmimeemailpart1.php"
>http://www.zend.com/zend/spotlight/sendmimeemailpart1.php</ulink> or
<ulink url="&url.rfc1896;">RFC 1896</ulink>).
accomplished via MIME-encoding - for more information, see this
<ulink url="http://www.zend.com/zend/spotlight/sendmimeemailpart1.php">
Zend article</ulink> or the <ulink url="http://pear.php.net/get/Mail_Mime">
PEAR Mime Classes</ulink>.
</simpara>
<simpara>
The following RFC's may also be useful:
<ulink url="&url.rfc1896;">RFC 1896</ulink>,
<ulink url="&url.rfc2045;">RFC 2045</ulink>,
<ulink url="&url.rfc2046;">RFC 2046</ulink>,
<ulink url="&url.rfc2047;">RFC 2047</ulink>,
<ulink url="&url.rfc2048;">RFC 2048</ulink> and
<ulink url="&url.rfc2049;">RFC 2049</ulink>.
</simpara>
<para>
<function>mail</function> returns &true; if the mail