probs with lsmail in IvoryEX Thread last updated on 2003-06-17 05:44:39

Posted by member 6410 on 2003-06-17 05:44:39

well I have a prob, the sound that is meant to be played every time I get a mail won't play.
it looks like this
; ===== LSMail =====

if sysmeter_right=0
if recycler=1
LSMailX -124
else
LSMailX -62
endif
else
if recycler=1
LSMailX 62
else
LSMailX 0
endif
endif
LSMailY -70
LSMailW 62
LSMailH 70
;LSMailTimer 1
LSMailFont Arial
LSMailFontSize 12
LSMailFontColor 635B50
LSMailNewMailFontColor 548D82
LSMailCheckingFontaColor C87A60
LSMailBackBmp $language$lsmail_bg.png
LSMailNewMailBmp $language$lsmail_new.png
LSMailCheckingBmp $language$lsmail_check.png
LSMailEMailClient "C:\Programmer\Microsoft Office\Office10\outlook"
LSMailNewMailCmd !PlayWav $SoundDir$1msg.wav
LSMailAlwaysOnTop

*LSMailServer 15 20 "Email" "username"

and where the sound is placed is in
C:\LiteStep\themes\IvoryEX\misc\sound

can someone plz help me, I've tried a long time to solve this prob.