Sorry to post this to the mailing list, but I figure that the majority of the SMTP library users are subscribed.

In the "smtpClose" handler the following code is wrong:
 if (paramCount() = 1) AND (param(1) is not empty) then
   put param(1) into tCallbackMessage
   put param(2) into tCallbackTarget
 end if

Replace the line:
   put param(2) into tCallbackTarget
with:
   put the long id of the target into tCallbackTarget

I'll have the download fixed by Monday. Again, sorry to clutter the mailing list with this.

-Sean ^_^
www.shaosean.tk

_________________________________________________________________
Express yourself instantly with MSN Messenger! Download today - it's FREE! http://messenger.msn.click-url.com/go/onm00200471ave/direct/01/

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to