Results 1 to 12 of 12

Thread: how to build an intranet e-mail system ?

  1. #1

    Thread Starter
    Addicted Member nad_scorp's Avatar
    Join Date
    Feb 2001
    Location
    Inside XML
    Posts
    242

    how to build an intranet e-mail system ?

    hi

    I have this one simple question ?
    How can i build an intranet e_mail system ?
    plz include anything usefull
    maybe it is not so easy
    thanx in advance
    Me "Talented Idiot" by Gtarawneh "He said he's sorry

    Inconsequential is Incommunicable

    The first impression we have
    Is not always the real one
    My reality is not always your
    so my friend....Is life that simple?


    It is called "Israeli occupation forces"

  2. #2
    Addicted Member
    Join Date
    Oct 2000
    Location
    Québec, Canada
    Posts
    212
    Are you using NT and IIS ?
    If so, I've used this simple function in my asp pages :

    Sub SendMail()
    Dim msgNotification
    '****************************************************************
    ' mails SMTP
    '****************************************************************
    Dim mailObj

    Set mailObj = Server.CreateObject("CDONTS.NewMail")

    msgNotification = "MSG HERE"
    mailObj.From = OBVIOUS
    mailObj.To = TOO
    mailObj.Subject = "Subject" mailObj.Body = msgNotification
    mailObj.Send

    Set mailObj = Nothing

    End Sub


    Hope this helps !
    Regards,

    El-Nino

  3. #3

    Thread Starter
    Addicted Member nad_scorp's Avatar
    Join Date
    Feb 2001
    Location
    Inside XML
    Posts
    242
    HOW TO INCLUDE MS OUTLOOK EXPRESS IN THIS WHOLE PROCESS ?
    Me "Talented Idiot" by Gtarawneh "He said he's sorry

    Inconsequential is Incommunicable

    The first impression we have
    Is not always the real one
    My reality is not always your
    so my friend....Is life that simple?


    It is called "Israeli occupation forces"

  4. #4
    Addicted Member
    Join Date
    Oct 2000
    Location
    Québec, Canada
    Posts
    212
    WHY WOULD YOU LIKE TO INCLUDE MS OUTLOOK IN THE PROCESS ? (Sorry couldn't resist caps)

    Outlook express is too random on client side (unlike i didn't understood correctly what you want to do) because it is directly dependant on their configuration...

    Hope I could help and not confuse you
    Regards,

    El-Nino

  5. #5

    Thread Starter
    Addicted Member nad_scorp's Avatar
    Join Date
    Feb 2001
    Location
    Inside XML
    Posts
    242

    what about starting from scratch ?

    It may seem a little bit strange but i have a very small idea
    and want to know how to build it mmm , let's say from scratch
    any tools or tutorial can be very helpful ?
    thanx in advance
    Me "Talented Idiot" by Gtarawneh "He said he's sorry

    Inconsequential is Incommunicable

    The first impression we have
    Is not always the real one
    My reality is not always your
    so my friend....Is life that simple?


    It is called "Israeli occupation forces"

  6. #6
    chenko
    Guest
    Give us a better explaination and we might be able to help better?

  7. #7

    Thread Starter
    Addicted Member nad_scorp's Avatar
    Join Date
    Feb 2001
    Location
    Inside XML
    Posts
    242
    it is windows 2000 network and i want to use ms outlook to send
    and receive emails between computers in this intranet
    Me "Talented Idiot" by Gtarawneh "He said he's sorry

    Inconsequential is Incommunicable

    The first impression we have
    Is not always the real one
    My reality is not always your
    so my friend....Is life that simple?


    It is called "Israeli occupation forces"

  8. #8
    chenko
    Guest
    have you ever heard of exchange server?

  9. #9

    Thread Starter
    Addicted Member nad_scorp's Avatar
    Join Date
    Feb 2001
    Location
    Inside XML
    Posts
    242
    yep
    Me "Talented Idiot" by Gtarawneh "He said he's sorry

    Inconsequential is Incommunicable

    The first impression we have
    Is not always the real one
    My reality is not always your
    so my friend....Is life that simple?


    It is called "Israeli occupation forces"

  10. #10
    chenko
    Guest
    Well thats how a lot of people get email across a network, Win2k ADV server (not sure about standard server) has virutal SMTP server, you might be able to use that to a certain extent..... Im not to sure thou as I have never used it.

  11. #11
    Black Cat JoshT's Avatar
    Join Date
    Nov 2000
    Location
    WNY, USA
    Posts
    4,032
    You need to write two standards-compliant servers: An SMTP server for sending mail and an POP3 server for receiving mail. Then you could use whatever email client you want to with them. Documentation on the protocols is on the web, and if you write an SMTP server, make sure it can't be used to relay spam.
    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.

  12. #12

    Thread Starter
    Addicted Member nad_scorp's Avatar
    Join Date
    Feb 2001
    Location
    Inside XML
    Posts
    242
    Originally posted by JoshT
    Documentation on the protocols is on the web



    where on the web ??
    Me "Talented Idiot" by Gtarawneh "He said he's sorry

    Inconsequential is Incommunicable

    The first impression we have
    Is not always the real one
    My reality is not always your
    so my friend....Is life that simple?


    It is called "Israeli occupation forces"

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