root/trunk/thirdparty/cl-smtp/INSTALL

Revision 2782, 284 bytes (checked in by hans, 2 years ago)

update cl-smtp from cvs

Line 
1
2CL-SMTP works in all implementations supported by its dependencies.
3
4For all implementations you'll need usocket
5and cl-base64 (the latter isn't a requirement on ACL).
6
7CL-SMTP has a asdf system definition file.
8
9To load this file:
10
11(asdf:operate 'asdf:load-op 'cl-smtp)
12
13thats all.
Note: See TracBrowser for help on using the browser.