[Unetwork-cvs] CVS update: unetwork/README
Matthieu Villeneuve
mvilleneuve at common-lisp.net
Fri Mar 12 15:00:59 UTC 2004
Update of /project/unetwork/cvsroot/unetwork
In directory common-lisp.net:/tmp/cvs-serv11658
Modified Files:
README
Log Message:
Fix SMTP example
Date: Fri Mar 12 10:00:58 2004
Author: mvilleneuve
Index: unetwork/README
diff -u unetwork/README:1.2 unetwork/README:1.3
--- unetwork/README:1.2 Fri Mar 12 09:59:10 2004
+++ unetwork/README Fri Mar 12 10:00:58 2004
@@ -53,8 +53,9 @@
(with-smtp-connection (socket "smtp.free.fr")
(smtp-send-mail socket
- '((:to . "matthieu.villeneuve at free.fr")
- (:cc . "mvilleneuve at common-lisp.net"))
+ "matthieu.villeneuve at free.fr"
+ '((:to . "foo at common-lisp.net")
+ (:cc . "bar at common-lisp.net"))
"smtp test"
"Hello world!"))
More information about the Unetwork-cvs
mailing list