From reddaly at gmail.com Sun Dec 14 06:55:21 2008 From: reddaly at gmail.com (Red Daly) Date: Sat, 13 Dec 2008 22:55:21 -0800 Subject: [cl-smtp-devel] SSL support Message-ID: I wanted to send emails through GMail, which requires an SSL connection. I found a patch for this in two places on the internet, including this list. However, it's not yet in the ASDF build. I also see mention of an SVN repository on this list but there is no mention of it on the web page. Best regards, Red Daly -------------- next part -------------- An HTML attachment was scrubbed... URL: From jan.idzikowski at knowledgetools.de Tue Dec 16 19:16:29 2008 From: jan.idzikowski at knowledgetools.de (Jan Idzikowski) Date: Tue, 16 Dec 2008 20:16:29 +0100 Subject: [cl-smtp-devel] SSL support In-Reply-To: References: Message-ID: <87ej08j5gy.wl%jan.idzikowski@knowledgetools.de> Hello Red Daly, yes you can use cl-smtp to send emails to server that implement tls (ssl). I had not yet found the time to make a ASDF build with the current cvs version of cl-smtp. You can download the current version from common-lisp.net. cvs -z3 -d :pserver:anonymous:anonymous at common-lisp.net:/project/cl-smtp/cvsroot co cl-smtp for instruction show the README file. Best regards, Jan Idzikowski