From 980b6a3a69cf5e04b27ca07949e82b282126021c Mon Sep 17 00:00:00 2001 From: James Cox Date: Fri, 11 Jan 2002 18:05:34 +0000 Subject: [PATCH] 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 --- functions/mail.xml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/functions/mail.xml b/functions/mail.xml index 9d30141437..3d38edcddd 100644 --- a/functions/mail.xml +++ b/functions/mail.xml @@ -1,5 +1,5 @@ - + Mail functions Mail @@ -89,10 +89,19 @@ be specified by putting a comma between each address in to. Email with attachments and special types of content can be sent using this function. This is - accomplished via MIME-encoding - for more information, see - http://www.zend.com/zend/spotlight/sendmimeemailpart1.php or - RFC 1896). + accomplished via MIME-encoding - for more information, see this + + Zend article or the + PEAR Mime Classes. + + + The following RFC's may also be useful: + RFC 1896, + RFC 2045, + RFC 2046, + RFC 2047, + RFC 2048 and + RFC 2049. mail returns &true; if the mail