Quote:
> Aaarrrggghhh....no offense, but it doesn't seem like anyone understands what
> I HAVE to do. I must write a component that will send mail using ASP
> WITHOUT an IIS server.
No offense, but the whole confusion may emanate from your explanation style.
For instance - if you are serving ASP pages - you DO have IIS (hopefully not
Chili!Soft?). If your web server runs IIS, then you do have CDONTS or can
always install SMTP service on that box.
Quote:
> Hmm....think about it as having the Script Host
> installed on their local computer but they don't have the CDONTS library to
> work with.
Now this is a missconception. Your web clients should not be responsable for
mailing. Create web form, have clients fill it and post it back to server.
Server will (should) take form apart and based on its fields create and
send the mail on behalf of clients. Then you'd use whatever easy conntrollable
means you have at your disposal on IIS like CDONTS.
Quote:
> Can I use the Winsock control in a VBS file? I know how to make the Winsock
> control work for email using VB6 but can I do it for VBS?
If you simply MUST - then go ahead make your own VB component, have it
registered on the IIS server and let it do the job (but this feels more
like re-inventing the wheel)...
Quote:
> ... No other solutions are allowed by my boss.
High time to change the boss (by changing the place one works at;)?
Branimir