Jean Louis
2017-03-04 07:36:20 UTC
Hello,
I have tried using cl-sendmail on CLISP, however, I have encountered
issues as explained here:
https://github.com/u-u-h/cl-sendmail/issues/4
The maintainer does not have any time to look into the issues.
Sending email is one of most important activities. Using SMTP is not
always the option, especially when many emails are to be sent, it is
simply blocking the execution of program. Using sendmail liberates the
software, and sendmail handles the queue way faster.
When sending email by using "with-email", the SBCL is working
pretty fine.
However, CLISP sends email where subject is missing, and email
addresses are not correctly shown.
I am just guessing it may be issue in other packages.
Any pointers and helpful hints are welcome.
Jean
I have tried using cl-sendmail on CLISP, however, I have encountered
issues as explained here:
https://github.com/u-u-h/cl-sendmail/issues/4
The maintainer does not have any time to look into the issues.
Sending email is one of most important activities. Using SMTP is not
always the option, especially when many emails are to be sent, it is
simply blocking the execution of program. Using sendmail liberates the
software, and sendmail handles the queue way faster.
When sending email by using "with-email", the SBCL is working
pretty fine.
However, CLISP sends email where subject is missing, and email
addresses are not correctly shown.
I am just guessing it may be issue in other packages.
Any pointers and helpful hints are welcome.
Jean