From d3f5b37caebb3f07f8d65dc0579524b1e67ae4eb Mon Sep 17 00:00:00 2001 From: robert Date: Sun, 11 Apr 2004 20:31:06 +0000 Subject: [PATCH] add optional limit for updateA, add addAttachment() documentation --- include/classes/email.php-class | 3 +++ 1 file changed, 3 insertions(+) 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 // -- 2.35.3