newLISP Fan Club

Forum => newLISP newS => Topic started by: ale870 on July 15, 2009, 08:23:59 AM

Title: Error found in smtp.lsp Module
Post by: ale870 on July 15, 2009, 08:23:59 AM
Hello,



smtp.lsp module contains a small but blocking bug in the code. Look for the following code:



(define (send-mail mail-from mail-to mail-subje`ct mail-body SMTP-server (user-name "") (password ""))


As you can see mail-subject contains an apex (wrong!). Please correct it, since it appears in any newLisp distribution!



Thank you!
Title:
Post by: ale870 on July 15, 2009, 08:35:37 AM
I found another error...



(net-sent-get-result (append "." lne))


Previous function should be (net-send-get-result)



(sent --> send).



Regards.