Hi,
I am trying to send email via a vbs script. Previously this was running okay with MS SMTP however, using CDO.Message. I am now trying to use mailenable and my code is failing at the CreateObject() for MEMail.Message :-
Dim objMsg
Set objMsg = CreateObject("MEMail.Message")
with this error :- ActiveX component can't create object: 'MEMail.Message'
I am looking the Mailenable API guide and it mentions a DLL called MEASP.DLL. However I can't find this dll anywhere our our VPS.
Am i missing something here?
Regards,
Steve.