r2961: *** empty log message ***
[postoffice.git] / smtp.lisp
index 31a53c5f31091b997b3ca0c12cd9a8742a9b7c9a..0b374b1d9ff1529a8c3e77bb85155c8714c0d82c 100644 (file)
--- a/smtp.lisp
+++ b/smtp.lisp
@@ -23,7 +23,7 @@
 ;; Suite 330, Boston, MA  02111-1307  USA
 ;;
 ;;
-;; $Id: smtp.lisp,v 1.1 2002/10/09 14:26:11 kevin Exp $
+;; $Id: smtp.lisp,v 1.2 2002/10/09 23:28:41 kevin Exp $
 
 ;; Description:
 ;;   send mail to an smtp server.  See rfc821 for the spec.
 
 
 
-(defpackage :net.post-office
-  (:use #:lisp #:excl
-       #+allegro #:socket
-       #-allegro #:acl-socket)
-  (:export 
-   #:send-letter
-   #:send-smtp
-   #:test-email-address))
-
 (in-package :net.post-office)