Page 1 of 1

Dragonfly updates: improved logging + new module for SMTPS (secure SMTP)

Posted: Mon Feb 06, 2023 4:13 am
by itistoday
Hi folks, I've released a new module for the Dragonfly framework to handle sending email using the wonderful `msmtp` command, allowing Dragonfly to send SMTPS emails, and it uses the exact same API as the existing smtpx.lsp API:

https://github.com/taoeffect/dragonfly- ... /msmtp.lsp

It also has improved logging for the `./newlispServer` command, which now `tail -F`'s the dragonfly.log file so you can see log output just from running that one command.

Note, these changes are in the `master` branch, not in a tagged version.

Enjoy!