Results 1 to 4 of 4

Thread: Email Application without CDONTS

  1. #1

    Thread Starter
    Addicted Member rikshawdriver's Avatar
    Join Date
    Apr 2001
    Posts
    160

    Email Application without CDONTS

    Hello.

    Can someone explain how or give a link that will enable me to gather material for making an ASP email application without CDONTS on NT Server.

    My server is Windows NT4. CDONTS will not work on NT4, will it? Of course this is my first attempt in this.

    Thanks in advance.
    Thomas

  2. #2
    Fanatic Member eimroda's Avatar
    Join Date
    Jul 2000
    Location
    Philippines
    Posts
    642
    try or buy aspemail component from http://www.aspemail.com..
    On Error GoTo Hell

    Hell:
    Kill Me


    Food For Thought:

    - Do not judge a book... if you're not a judge!


  3. #3
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    CDONTS should work on NT4 Server. You might need the SMTP service installed, though.
    Josh
    Get these: Mozilla Opera OpenBSD
    I have books for sale: "MCSD in a Nutshell" and "VB Distributed Exam Cram" - PM me for details. Will also trade for a decent ATX Pentium 2 MB/CPU/RAM combo.

  4. #4
    Hyperactive Member
    Join Date
    Feb 2001
    Posts
    280

    could try this?

    maybe you could do this....

    if the web server has no appropriate mail service pop/smtp you could connect your regular mail sys etc..

    try this - look at any incomming external emails properties - in the header you should be able to see the IP address of the mail server at your boarder. (assuming smtp)

    telnet to it but specify port 25 for smtp (109/110 for pop2/3 - the following are smtp - pop is slightly different etc etc)

    then try the following commands

    HELP
    HELO test
    RCTP FROM:<[email protected]>
    MAIL TO:<[email protected]>
    DATA
    hi this is a test
    .
    (dot and enter to end the message)
    QUIT

    you should receive and e-mail

    having done all this, you could fairly easily do all the above using winsocks in an exe. (ip & port)

    once this works - build a com object from it, nail on a few properties for the relevant info - etc etc - then it would just become another object on your page.... etc etc..

    could be fun..
    Cheers A.J.P. KraftUK

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