Page 1 of 1

Error found in smtp.lsp Module

Posted: Wed Jul 15, 2009 3:23 pm
by ale870
Hello,

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

Code: Select all

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

Posted: Wed Jul 15, 2009 3:35 pm
by ale870
I found another error...

Code: Select all

(net-sent-get-result (append "." lne))
Previous function should be (net-send-get-result)

(sent --> send).

Regards.