From: robert Date: Sun, 11 Apr 2004 20:31:06 +0000 (+0000) Subject: add optional limit for updateA, add addAttachment() documentation X-Git-Url: https://git-public.kairo.at/?p=php-utility-classes.git;a=commitdiff_plain;h=d3f5b37caebb3f07f8d65dc0579524b1e67ae4eb;hp=4f96c398686b7fc69e0f0b5c8808c6d429828b56;ds=sidebyside add optional limit for updateA, add addAttachment() documentation --- diff --git a/include/classes/email.php-class b/include/classes/email.php-class index 77d4033..5f6454a 100755 --- a/include/classes/email.php-class +++ b/include/classes/email.php-class @@ -96,6 +96,9 @@ class email { // function addMailText($textpart) // add some text to the mail // + // function addAttachment($aname, $acontent, [$atype]) + // add an attachment to the mail, use given file name, content and MIME type (defaults to application/octet-stream) + // // function send() // really send the mail //