G
gregfocker
Has anyone tried using SMTPMail on a Windows XP Pro machine? The sys.
reqs. on their site only says W2K (and prior).
I've successfully registered SASMTP.dll, and simply trying to
instantiate it in Classic ASP with:
Dim objMailer
Set objMailer = CreateObject("SoftArtisans.SMTPMail")
results in an error:
Microsoft VBScript runtime (0x800A01AD)
ActiveX component can't create object: 'SoftArtisans.SMTPMail'
/test.asp, line 12
Any clues? Thanks.
reqs. on their site only says W2K (and prior).
I've successfully registered SASMTP.dll, and simply trying to
instantiate it in Classic ASP with:
Dim objMailer
Set objMailer = CreateObject("SoftArtisans.SMTPMail")
results in an error:
Microsoft VBScript runtime (0x800A01AD)
ActiveX component can't create object: 'SoftArtisans.SMTPMail'
/test.asp, line 12
Any clues? Thanks.