newLISP Fan Club

Forum => So, what can you actually DO with newLISP? => Dragonfly => Topic started by: itistoday on February 05, 2023, 08:13:45 PM

Title: Dragonfly updates: improved logging + new module for SMTPS (secure SMTP)
Post by: itistoday on February 05, 2023, 08:13:45 PM
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-newlisp/blob/master/example-site/dragonfly-framework/plugins-inactive/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!