Thanks to Martian and slayer for assistance. The fix is as follows: added maildrop property to $network set appropriately: @prop $network.maildrop "mailhost" hacked $network:sendmail code to change 21: server = thishost = "localhost"; to 21: server = thishost = this.maildrop; Now, it seems to work. Thanks, folks! tim