Error found in smtp.lsp Module

Notices and updates
Locked
ale870
Posts: 297
Joined: Mon Nov 26, 2007 8:01 pm
Location: Italy

Error found in smtp.lsp Module

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

ale870
Posts: 297
Joined: Mon Nov 26, 2007 8:01 pm
Location: Italy

Post 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.
--

Locked