<div dir="ltr">Actually, your form probably failed on my Mac because I have no SMTP server running on port 25. Duh.<div><br></div><div><div>$ telnet localhost 25</div><div>Trying ::1...</div><div>telnet: connect to address ::1: Connection refused</div><div>Trying fe80::1...</div><div>telnet: connect to address fe80::1: Connection refused</div><div>Trying 127.0.0.1...</div><div>telnet: connect to address <a href="http://127.0.0.1">127.0.0.1</a>: Connection refused</div><div>telnet: Unable to connect to remote host</div></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Feb 25, 2018 at 8:28 PM, Mark Klein <span dir="ltr"><<a href="mailto:m_klein@mit.edu" target="_blank">m_klein@mit.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
I’m trying to use cl-smtp (<a href="https://common-lisp.net/project/cl-smtp/" rel="noreferrer" target="_blank">https://common-lisp.net/<wbr>project/cl-smtp/</a>) on Clozure 1.11.1 on Mac OS 10.13.3, but I’m getting the following error:<br>
<br>
(cl-smtp:send-email "localhost” “<a href="mailto:m_klein@mit.edu">m_klein@mit.edu</a>" "<a href="mailto:m_klein@mit.edu">m_klein@mit.edu</a>” “subject" “message")<br>
> Error: Error #<USOCKET:CONNECTION-REFUSED-<wbr>ERROR #x302018F9D84D><br>
> While executing: USOCKET::RAISE-ERROR-FROM-ID, in process Listener-6(3866).<br>
<br>
It used to work in the past, but I am now trying to run it from a different Mac. Any ideas how I could fix it?<br>
<br>
Thanks!<br>
<br>
Mark<br>
<br>
------------------------------<wbr>-<br>
Mark Klein, PhD<br>
Principal Research Scientist<br>
Massachusetts Institute of Technology<br>
<a href="http://cci.mit.edu/klein" rel="noreferrer" target="_blank">http://cci.mit.edu/klein</a><br>
<br>
<br>______________________________<wbr>_________________<br>
Openmcl-devel mailing list<br>
<a href="mailto:Openmcl-devel@clozure.com">Openmcl-devel@clozure.com</a><br>
<a href="https://lists.clozure.com/mailman/listinfo/openmcl-devel" rel="noreferrer" target="_blank">https://lists.clozure.com/<wbr>mailman/listinfo/openmcl-devel</a><br>
<br></blockquote></div><br></div>