[Unetwork-cvs] CVS update: unetwork/README

Matthieu Villeneuve mvilleneuve at common-lisp.net
Fri Mar 12 14:59:11 UTC 2004


Update of /project/unetwork/cvsroot/unetwork
In directory common-lisp.net:/tmp/cvs-serv20842

Modified Files:
	README 
Log Message:
Fix SMTP example
Date: Fri Mar 12 09:59:10 2004
Author: mvilleneuve

Index: unetwork/README
diff -u unetwork/README:1.1 unetwork/README:1.2
--- unetwork/README:1.1	Fri Mar 12 09:46:38 2004
+++ unetwork/README	Fri Mar 12 09:59:10 2004
@@ -51,13 +51,12 @@
 
   - SMTP
 
-      (with-smtp-connection (socket "mh.cvf.fr")
+      (with-smtp-connection (socket "smtp.free.fr")
         (smtp-send-mail socket
                         '((:to . "matthieu.villeneuve at free.fr")
                           (:cc . "mvilleneuve at common-lisp.net"))
                         "smtp test"
-                        "Hello world!"
-                        "smtp.free.fr"))
+                        "Hello world!"))
 
   - POP3
 





More information about the Unetwork-cvs mailing list