buy tb500

cdonts.dll , cdosys.dll send email through asp code (form)

if customer want to send email using asp form, first of all we need to check in his code what type of component he using to send email ( CDONTS.dll , CDOSYS.dll) then after that go to c:/ windows / system32 and check is the component there, if there check the permission for the component make sure everyone permission, if not you need to bring component from other server and register the component in the Dos using the following command:..

regsvr32  name.dll

then we can test the email is working or not.

Leave a Reply