abstractOwl / smtp-client.lsp

Proof of concept Lisp SMTP client

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Proof of concept Lisp SMTP client


Languages

Language:Common Lisp 100.0%