Viewing 4 posts - 1 through 4 (of 4 total)
Thanks for this function, Paul! 🙂
March 21, 2013 at 7:10 am
#1599361
There is a little mistake: you don't need tags <strong> and </strong> in question.
July 29, 2009 at 12:45 am
#1031480
a bit familiar situation for me. You should create ActiveX Script task like this:
sub MessageToEmail(email, msg_textbody, msg_subject)
if email <> "" then
on error resume next
const cdoSendUsingPort = 2
...
March 26, 2009 at 3:35 am
#966490
this old topic is mentioned in daily newsletter, so there will be a plenty of visitors perhaps :w00t:
March 26, 2009 at 1:38 am
#966449