Error found in smtp.lsp Module
Posted: Wed Jul 15, 2009 3:23 pm
Hello,
smtp.lsp module contains a small but blocking bug in the code. Look for the following code:
As you can see mail-subject contains an apex (wrong!). Please correct it, since it appears in any newLisp distribution!
Thank you!
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 ""))
Thank you!