> > i'm just finishing up a new revision of libSmtp that has much better > > support for sending multiple email messages..
> multithread ? it already is (as far as runrev's multi-threading goes).. basically it allows you to send multiple messages (the same one, or a completely different one) using the same connection to the server (saves on system resources on both ends).. libSmtpOpen( serverAddress[, serverPort] ) <-- start the connection libSmtpSend( mailFrom, recipientList, message[, username, password][, callbackMessage] ) <-- call this one as many times as you need libSmtpClose <-- end the connection it's all completed, but i'm just putting the finishing touches on an example email sender program (this one has prefs ;-) -Sean _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
