CDO object?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • perspolis

    CDO object?

    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


  • Morten Wennevik

    #2
    Re: CDO object?

    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.

    On Sat, 21 May 2005 15:18:50 +0200, perspolis <rezarms@hotmai l.com> wrote:
    [color=blue]
    > 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
    >
    >
    >[/color]



    --
    Happy coding!
    Morten Wennevik [C# MVP]

    Comment

    • perspolis

      #3
      Re: CDO object?

      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" <MortenWennevik @hotmail.com> wrote in message
      news:op.sq4wt6u 4klbvpo@stone.. .[color=blue]
      > As far as I know you only need the SMTP service if you are using your own[/color]
      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.[color=blue]
      >
      > I may be wrong though.
      >
      > On Sat, 21 May 2005 15:18:50 +0200, perspolis <rezarms@hotmai l.com> wrote:
      >[color=green]
      > > 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
      > >
      > >
      > >[/color]
      >
      >
      >
      > --
      > Happy coding!
      > Morten Wennevik [C# MVP][/color]


      Comment

      Working...