Results 1 to 4 of 4

Thread: CDONTS

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Manchester
    Posts
    446
    I'm having trouble with sedning mail, i know CDONTS will work but our exchange server cannot be used with SMTP, could anyone tell me another alternative to CDONTS.NewMail

    Cheers

  2. #2
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    I use MAPI/CDO when I don't want to use SMTP. This allows me to use the Exchange server names rather than the SMTP names

    example: I can send mail using CDO to "Jane Doe" rather than "[email protected]"

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Mar 2000
    Location
    Manchester
    Posts
    446
    Do you have an alternative to this line then:

    set myMail = Server.CreateObject("CDONTS.NewMail"0


    Cheers

  4. #4
    Guru Clunietp's Avatar
    Join Date
    Oct 1999
    Location
    USA
    Posts
    1,844
    You'll need to replace more than just that one line (unless, of course, you create your own VB object)

    I don't have CDO code here, I will try and see if I can whip some up later....


    Tom

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width