Error found in smtp.lsp Module

Started by ale870, July 15, 2009, 08:23:59 AM

Previous topic - Next topic

ale870

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!
--

ale870

#1
I found another error...



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


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



(sent --> send).



Regards.
--