Search the BBS for BLAT the primary SMTP mailer used. Code would look like this:
code:
$maxpwage=10
IF @PWAGE>$maxpwage
; does a NET SEND
$rc=SENDMESSAGE(@USERID,'Change your password!')
SHELL 'blat.exe .....' ; fill in appropriatre switches/parameters
ENDIF

in your login script. If you need it for all users, you will have to use ADSI for this.

[ 31 July 2002, 23:36: Message edited by: sealeopard ]
_________________________
There are two types of vessels, submarines and targets.