Update of /project/cl-smtp/cvsroot/cl-smtp In directory clnet:/tmp/cvs-serv4965
Modified Files: README Log Message: attachments and buffer-size keyword add to send-email doc
--- /project/cl-smtp/cvsroot/cl-smtp/README 2006/04/04 13:04:40 1.4 +++ /project/cl-smtp/cvsroot/cl-smtp/README 2006/05/24 10:46:22 1.5 @@ -17,7 +17,8 @@ ------------------------------------------------
(cl-smtp:send-email host from to subject message - &key (port 25) cc bcc reply-to extra-headers authentication) + &key (port 25) cc bcc reply-to extra-headers authentication + attachments (buffer-size 256))
Arguments: - host (String) : hostname or ip-adress of the smtpserver