make some additional scaling options available (logarithmic, claculated ranges);...
[php-utility-classes.git] / include / classes / email.php-class
index 77d4033822e9280051e6a3f6f07ae8bffea55ec1..5f6454a3835ea432a0cbd3496c3700a4d38e9db3 100755 (executable)
@@ -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
   //