cocoa-mail
cocoa-mail is a basic interface for OpenMCL on Mac OS X to the Cocoa Mail infrastructure. It was largely cargo-culted from one of the examples.

It provides two major functions: (NSMAIL:DELIVERY-CONFIGURED) returns T if the NSMailDelivery service is available. (NSMAIL:DELIVER-MESSAGE-BASIC address subject message-body) attempts to deliver the message-body to the address with the specified subject. All arguments should be Lisp strings.

Homepage: http://josephoswald.nfshost.com/cocoa-mail/summary.html

License: BSD


Topics: email