Cdonts are not used on our platform, you should use Cdos instead

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mmvazir
    New Member
    • Mar 2010
    • 6

    Cdonts are not used on our platform, you should use Cdos instead

    I have been using Cdonts to sent mail through a simple feedback form from a website. But now my hosting company say that Cdonts are not supported instead of Cdonts I should use Cdos. But I am unable to do so. Can anyone please convert the attached file in Cdos.

    I will be very grateful.

    Regards.

    Munir
    Attached Files
  • RedSon
    Recognized Expert Expert
    • Jan 2007
    • 4980

    #2
    CDO looks pretty similar but its: "CreateObject(" CDO.Message") "

    Try googling for that.

    Comment

    • mmvazir
      New Member
      • Mar 2010
      • 6

      #3
      You suggest that I should only change the following:
      set objMail=server. CreateObject("C donts.NewMail")
      to
      set objMail="Create Object("CDO.Mes sage") "

      Comment

      • mmvazir
        New Member
        • Mar 2010
        • 6

        #4
        You suggest that I should only change the following:
        set objMail=server. CreateObject("C donts.NewMail")
        to
        set objMail="Create Object("CDO.Mes sage") "

        Comment

        • RedSon
          Recognized Expert Expert
          • Jan 2007
          • 4980

          #5
          I suggest that you use my suggestion to do some research on CDO for yourself. This is a common enough problem that even MS has technical articles about it.

          Comment

          Working...