X-Git-Url: https://git-public.kairo.at/?p=php-utility-classes.git;a=blobdiff_plain;f=include%2Fclasses%2Femail.php-class;h=5f6454a3835ea432a0cbd3496c3700a4d38e9db3;hp=77d4033822e9280051e6a3f6f07ae8bffea55ec1;hb=e920ca68f705d79c416b98752c228c57271d66e0;hpb=4f96c398686b7fc69e0f0b5c8808c6d429828b56 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 //