new module for SMTPS (secure SMTP)

Q&A's, tips, howto's
Locked
itistoday
Posts: 429
Joined: Sun Dec 02, 2007 5:10 pm
Contact:

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

Enjoy!

Also - I'm offering to host newlisp forums if you guys (and Lutz) would like me to. Here's an example of the forums I already host: https://www.taoeffect.com/forum/

Advantages: no spam (*cross-fingers*) and HTTPS!
Disadvantages: might not contain the history of these forums, as it doesn't make sense to import a polluted forum.
Get your Objective newLISP groove on.

cameyo
Posts: 183
Joined: Sun Mar 27, 2011 3:07 pm
Location: Italy
Contact:

Re: new module for SMTPS (secure SMTP)

Post by cameyo »

Thanks.
newlisp deserves a modern and functional forum.

Locked