For Programmers: Free Programming Magazines  


Home > Archive > Java Help > January 2008 > java mail









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author java mail
focode

2008-01-23, 7:26 pm

hello everyone,

after a long time i am sending any technical
query , it has never happened that i have not been answered plz answer
me this time also...

i am working on a program that implements
javamail , it asks for ISP's mail server name , i am working on
windows service pack 2 machine (laptop) and using dailup connection
for my internet , can any one suggest me the real substitute for
this , ( my ISP mail server name , method of finding ?), in one of
the examples i have read it would be somthing like this
focode@focode.com , i am if it is the name of my machine
(hostname)

kindly help me , it important for my final
year project (working on remote acess)

focode
RedGrittyBrick

2008-01-23, 7:26 pm

focode wrote:
>
> i am working on a program that implements javamail,


I guess you mean "uses" not "implements".

> it asks for ISP's mail server name, i am working on
> windows service pack 2 machine (laptop) and using dailup connection
> for my internet , can any one suggest me the real substitute for
> this , ( my ISP mail server name , method of finding ?),


There are a number of ways
- Phone your ISP's help desk.
- Look at your ISP's web pages.
- Look at your email client (e.g. Outlook) configuration.

> in one of
> the examples i have read it would be somthing like this
> focode@focode.com ,


No. an ISP mail server name is often something like "mail.isp.com" or
"smtp.isp.com" for outgoing mail; something like "pop.isp.com" or
"mail.isp.com" for incoming mail.

Your "focode@focode.com" has the form of an email address and would be
inappropriate as a server name.

> i am if it is the name of my machine (hostname)


You are . It is not. Unless you are already running a correctly
configured SMTP service on your machine - which seems unlikely given
your question.


> kindly help me , it important for my final year project (working on remote acess)


It's not important to me however! Nevertheless, I hope this helps.
Roedy Green

2008-01-23, 7:26 pm

On Wed, 23 Jan 2008 11:32:29 -0800 (PST), focode
<programarunesh@gmail.com> wrote, quoted or indirectly quoted someone
who said :

>in one of
>the examples i have read it would be somthing like this
>focode@focode.com , i am if it is the name of my machine
>(hostname)


If you have an email program working, look at its config.

Typically mail server names will look like this:

mail.mindprod.com
pop3.mindprod.com
smtp.mindprod.com
pop.mindprod.com

You might download http://mindprod.com/products1.html#BULK
It is bulk emailer using JavaMail.
--
Roedy Green, Canadian Mind Products
The Java Glossary, http://mindprod.com
Lew

2008-01-23, 7:26 pm

focode wrote:
> i [sic] am working on a program that implements
> javamail , it asks for ISP's mail server name , i am working on
> windows service pack 2 machine (laptop) and using dailup connection
> for my internet , can any one suggest me the real substitute for
> this , ( my ISP mail server name , method of finding ?),


You have to contact your ISP for that information. Quite often they will have
the information on their home page, or via a link reachable from their home page.

> in one of the examples i have read it would be somthing like this
> focode@focode.com ,


No, that's an email address. A mail server would more likely be along the
lines of

mail.foo.com

for incoming, and

smtp.foo.com

for outgoing.

> i am if it is the name of my machine (hostname)


No.

--
Lew
The English word "I" is capitalized.
Sponsored Links







Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive

Copyright 2008 codecomments.com