hi,
i'm using grouwise. not sure if smtp is enabled or if it's using its own stuff. but i haven't been able to set up a command to send email from vbscript using groupwise.
there's a piece of code that is posted in vba that's using groupwise to send from access in the form docmd.sendsubject
but i'm not sure how to subtitute a run command or something for docmd? maybe that would work?
i'm using grouwise. not sure if smtp is enabled or if it's using its own stuff. but i haven't been able to set up a command to send email from vbscript using groupwise.
there's a piece of code that is posted in vba that's using groupwise to send from access in the form docmd.sendsubject
but i'm not sure how to subtitute a run command or something for docmd? maybe that would work?
Code:
DoCmd.SendObject , , , "me@myemail.com", , , "Audit Due", " Attached is the Audit tool for the " & [TaskDescription] & " Audit. Please print, complete and return to me as soon as possilbe.", -1, Attchmnt