CDO object?

  • Thread starter Thread starter perspolis
  • Start date Start date
P

perspolis

Hi everyone.
I used a System.Web.Mail to send smtp mails.
but it needs that SMTP component of windows be installed.
is there a way to bypass problem??
I mean I want to transfer this application to another Windows and maybe
there isn't this component.
Can I just dll of the SMTP component??

thx in advance
 
As far as I know you only need the SMTP service if you are using your own machine to post mail. If you plan on having the client use their own machine as e-mail server then it makes no sense not to have SMTP services installed.

I may be wrong though.
 
I just want to post email..not smtp server..
but when I use System.Web.Mail,in runtime it gives me following error:
"cant' create CDO.Message object";
???

Morten Wennevik said:
As far as I know you only need the SMTP service if you are using your own
machine to post mail. If you plan on having the client use their own
machine as e-mail server then it makes no sense not to have SMTP services
installed.
 
Back
Top