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

A web framework in newLISP
Locked
itistoday
Posts: 429
Joined: Sun Dec 02, 2007 5:10 pm
Contact:

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

Post 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!
Get your Objective newLISP groove on.

Locked