trivial-email-utf-8
trivial-email-utf-8 is like CL-SMTP's send-mail, but qprints any Unicode characters in the message title or content and includes the appropriate headers if necessary. It also provides a function INVITE-USER, which is like SEND-EMAIL* except it sends the appropriate headers for sending an email on behalf of another user's email address.

Depends on: cl-qprint, cl-ppcre, trivial-utf-8, cl-smtp

Source repository: https://gitlab.common-lisp.net/bpm/trivial-email-utf-8

License: BSD