/smtp-client.lsp

Proof of concept Lisp SMTP client

Primary LanguageCommon Lisp

smtp-client.lsp

Proof of concept Lisp SMTP client

Just an experiment in Lisp and Lisp (SBCL, specifically) networking.

Notes

  • Only works with SBCL
  • Does no error handling, only works on plain SMTP, hardcoded to port 25