==== Mail ==== * (ql:quickload "cl-smtp") * Send HTML mail with attachment .. code-block:: lisp (cl-smtp:send-email +mail-server+ "from-email@example.com" "to-email@example.com" "Subject" "

Shiny html.

" :extra-headers '(("Content-type" "text/html; charset=\"iso-8859-1\"")) :attachments '("/path/to/file"))