E-mail
shaosean at unitz.ca
shaosean at unitz.ca
Sun Feb 8 18:31:53 EST 2004
> > 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
More information about the use-livecode
mailing list