[Prev][Next][Index][Thread]
SMTP library available
-
To: info-dylan@ai.mit.edu
-
Subject: SMTP library available
-
From: Chris Double <chris@double.co.nz>
-
Date: Sun, 2 Sep 2001 14:30:02 -0400 (EDT)
-
Organization: None.
-
Sender: unknown@DOUBLE
-
User-Agent: Gnus/5.0807 (Gnus v5.8.7) Emacs/20.6
-
Xref: traf.lcs.mit.edu comp.lang.dylan:13610
I've added an SMTP library to Dylanlibs. It's in the new dylanlibs-1.7
release which should be available shortly (as soon as sourceforge
updates) but can be retrieved from CVS if needed.
Dylanlibs is at:
http://sourceforge.net/projects/dylanlibs
The interface to the SMTP library is quite simple. Basically:
send-mail("smtp.server.com",
"from@somewhere.com",
"to@somewhereelse.com",
"My message";
Includes multiple recipients, bcc, cc, etc.
Chris.
--
http://www.double.co.nz/dylan