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