projects
/
php-utility-classes.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4f96c39
)
add optional limit for updateA, add addAttachment() documentation
author
robert
<robert>
Sun, 11 Apr 2004 20:31:06 +0000
(20:31 +0000)
committer
robert
<robert>
Sun, 11 Apr 2004 20:31:06 +0000
(20:31 +0000)
include/classes/email.php-class
patch
|
blob
|
blame
|
history
diff --git
a/include/classes/email.php-class
b/include/classes/email.php-class
index 77d4033822e9280051e6a3f6f07ae8bffea55ec1..5f6454a3835ea432a0cbd3496c3700a4d38e9db3 100755
(executable)
--- 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
//