How to set mail server for CDONTS?

Ask a Question related to ASP, Design and Development.

  1. #1

    Default Re: How to set mail server for CDONTS?

    You'll have to use CDO instead

    --
    ----------------------------------------------------------
    Curt Christianson (Software_AT_Darkfalz.Com)
    Owner/Lead Designer, DF-Software
    [url]http://www.Darkfalz.com[/url]
    ---------------------------------------------------------
    ...Offering free scripts & code snippits for everyone...
    ---------------------------------------------------------

    "BB" <bb@DELETETHISthewaterfall.co.uk> wrote in message
    news:ujTr0elSDHA.632@TK2MSFTNGP12.phx.gbl...
    > Is it possible to use a different server than the SMTP service in IIS to
    > send e-mail using CDONTS and if so how do you specify?
    >
    > Thanks
    >
    > BB
    >
    >

    Curt_C [MVP] Guest

  2. Similar Questions and Discussions

    1. Need help with CDONTS or other object to receive mail in a specific way
      Hello, Is it possible to write a script using CONDTS object to read all emails from the SMTP IIS "Drop" folder without changing the username and...
    2. CDONTS Mail.CC question
      Hello The code itself is working, this is more of a cosmetic thing for me... lets say objRS("memail") = tom.petersen@aol.com strEmail =...
    3. Sending HTML formatted mail using CDONTS
      Does anyone have some sample code for sending an HTML formatted message using CDONTS? Thanks RE: Sending HTML formatted mail using CDONTS ...
    4. how to send chinese mail via CDONTS
      Hello Who can teach me how to send chinese(big5) mail via cdonts, I search some information in internet that said using...
    5. Problems with CDONTS e-mail for non-Latin characters
      Hello all I have a very big problem with my ASP pages sending e- mail to my users. I want them to have Greek characters in the message, but...
  3. #2

    Default Re: How to set mail server for CDONTS?

    As Curt said. You can't set an smtp server with CDONTS. You could setup a
    smarthost in your SMTP settings on your IIS server though. I don't know if
    that will help you with what you're trying to do though.

    Ray at home

    "BB" <bb@DELETETHISthewaterfall.co.uk> wrote in message
    news:ujTr0elSDHA.632@TK2MSFTNGP12.phx.gbl...
    > Is it possible to use a different server than the SMTP service in IIS to
    > send e-mail using CDONTS and if so how do you specify?
    >
    > Thanks
    >
    > BB
    >
    >

    Ray at Guest

  4. #3

    Default Re: How to set mail server for CDONTS?

    Hello,

    CDONTS is proprietary to MS. The only way I know of to set this up is
    to configure the SMTP service (under 2000) to a different port than 25
    if on the same server, and set your mail server as its smart host. I
    haven't dealt with CDONTS in a while, so I can't remember the options
    there.

    I would recommend VisNetic MailServer from Deerfield,
    [url]http://www.deerfield.com[/url]

    Kimmage
    Kim Guest

  5. #4

    Default Re: How to set mail server for CDONTS?

    Thanks folks. That is just what I wanted to know. I don't particularly need
    to use a different mail server just wanted to know if you could.

    BB

    "Ray at <%=sLocation%>" <ray@ajf8jalskdfna.sefrhja7yasdf.com> wrote in
    message news:Oqck5dnSDHA.3188@tk2msftngp13.phx.gbl...
    > As Curt said. You can't set an smtp server with CDONTS. You could setup
    a
    > smarthost in your SMTP settings on your IIS server though. I don't know
    if
    > that will help you with what you're trying to do though.
    >
    > Ray at home
    >
    > "BB" <bb@DELETETHISthewaterfall.co.uk> wrote in message
    > news:ujTr0elSDHA.632@TK2MSFTNGP12.phx.gbl...
    > > Is it possible to use a different server than the SMTP service in IIS to
    > > send e-mail using CDONTS and if so how do you specify?
    > >
    > > Thanks
    > >
    > > BB
    > >
    > >
    >
    >

    BB Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139