Technology TidBits

Answers to various technical questions on php programming, mysql, linux, and many more categories.
25% off Hosting at HostGator.com:
Use Code techbits25



What's this error mean: ActiveX component can't create object: 'EasyMail.SMTP' ?

Last updated: 06/18/2009
If you get this, it might be that you don't have the EasyMail control properly installed.  I ran into this while moving a website to a new machine.  My solution turned out to just be this:

copy the dll emsmtp.dll to c:windowssystem32

Then from a command prompt, run:

regsvr32.exe c:windowssystem32emsmtp.dll

All done!
blog comments powered by Disqus
Have your own Tech-bit to contribute? Submit it here

Other questions in this category:
I get this error runing asp scripts - Disallowed Parent Path. How can I fix this?
My asp scripts give me an Error 500 with no useful debugging information. How can I fix this?
Here's a simple captcha method for ASP:
My asp conditional statements are not working - what's going on?
I'm getting an error "ASP_0131 Disallowed_Parent_Path" trying to include an asp page



Powered by KnowledgebasePublisher 1.1
Host Gator
Content provided by Roberts WebForge, Inc.