[Prev][Next][Index][Thread]

SMTP library available



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