How can I send an email to another computer on the same LAN without using
the ISP â directly from one PC to another? I use Outlook while the other PC
uses Outlook Express. IPâs are dynamic and both PCâs have the same workgroup
name and individual PC names. There is no mail server.
This is a very common question. It would seem like having two computers one
ought to be able to send email between them without some kind of âmiddle
manâ.
Sadly, you canât. All I can do is explain why â and if youâre a geek, point
you at whatâs required.
Become a Patron of Ask Leo! and go ad-free!
Email â at least email using standard email programs such as you describe,
assumes and requires that there be a mail server. The very thing you clearly
state you donât have.
There are several reasons for this, ranging from how email is funneled into
the correct accounts, to the very protocols that are used for transferring
email from machine to machine.
A good example is that your email program knows how to send email using a
protocol called âSMTPâ â Simple Mail Transport Protocol. In fact, thatâs how
email is sent from server to server as well, until it reaches the final server
that hosts the email account for which the message is destined for. That server
collects the mail destined for that account, and waits until itâs contacted by
your email program.
When downloading email your program uses either POP3 (Post Office Protocol
version 3) or in some, cases IMAP (Internet Message Access Protocol) to
request that the mail server deliver the messages associated with a specific
account.
SMTP and POP3 (or IMAP) are very different protocols, and while itâs not
obvious on the surface, they actually serve very different needs. SMTP, in a
sense, says âhereâs a message, go send it on to its recipientâ, while POP3 says
things like âIâd like message numbers 2, 5 and 24 for the account named âleoâ
with the password âpassword'â.
for the squeamish.â
So to even further grossly oversimplify the problem, a mail program
sends using SMTP, and therefore has no way to transfer a message directly to
a program that, of course, uses POP3 or IMAP to receive.
There simply must be a mail server for what you and I consider normal
email.
Now, it is possible to set up your own mail server on your LAN. You could
even choose to make one of the two machines you mention a mail server. But I
will warn you that setting up and running a mail server is not a job for the
squeamish. Mail servers are complicated beasts, and getting them set up and
connected properly can have you quickly pulling your hair out. I know, because
Iâve done it. Repeatedly.
I used to run a mail server on my LAN â Merak Mail Server for Windows. If youâre at all technically
inclined, that may be a reasonable approach. Under Linux there are many, many
mail server options, which require more detailed technical knowledge.
(Iâm sure readers familiar with the issue will also make suggestions in the
comments to this article.)
But the short answer for most âmere mortalsâ is that in order to send mail
from one machine to another, even on your local network, you will need a mail
server involved somewhere. If thatâs not something you want to rely on, then
transferring information with more traditional file sharing might be more
appropriate, depending on what youâre attempting to do.
i have a local area network connection â windows xp and windows 98. is there any possibility to send and receive messages from other system â like sending messages through âwinpopupâ in windows 98 systems
How can I send messages to users of the net via the My Network my wireless devices connected not including long distance.
Can I use to send alert messages written by me of the organs through windows xp sp3?
What is the best mail server for local area network?
How can i configure that mail server?
Do you have any suggestions?
I m doing a project on e-mail application using asp.net. I want to send e-mails within my LAN network. How the mails will actually transfer??
Is any requirement for that??
Looking through the comments, Winpopup is mentioned.
Is there an XP / Vista / 7 equivalent to Winpopup, or possibly another way of achieving non-internet messaging between networked PCâs?
What is the best mail server for local area network?
How can i configure that mail server?
Do you have any suggestions
I wanted a simple way to send messages to my employees on the local network. (My business network is not connected to the internet). I wrote a simple app that sends and receives messages using UDP. works a treat.