|
-
Jul 3rd, 2001, 09:57 AM
#1
Thread Starter
Addicted Member
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"
-
Jul 3rd, 2001, 10:49 AM
#2
Addicted Member
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 !
-
Jul 3rd, 2001, 10:56 AM
#3
Thread Starter
Addicted Member
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"
-
Jul 3rd, 2001, 11:05 AM
#4
Addicted Member
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
-
Jul 4th, 2001, 05:12 AM
#5
Thread Starter
Addicted Member
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"
-
Jul 4th, 2001, 06:04 AM
#6
Give us a better explaination and we might be able to help better?
-
Jul 4th, 2001, 06:44 AM
#7
Thread Starter
Addicted Member
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"
-
Jul 4th, 2001, 01:36 PM
#8
have you ever heard of exchange server?
-
Jul 5th, 2001, 04:34 AM
#9
Thread Starter
Addicted Member
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"
-
Jul 5th, 2001, 05:10 AM
#10
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.
-
Jul 5th, 2001, 06:29 AM
#11
Black Cat
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.
-
Jul 7th, 2001, 02:18 AM
#12
Thread Starter
Addicted Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|