• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

configure JavaMail Server

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi everybody,
I am going to have an email server on my pc and read emails by using JavaMail Api.So i downloaded "javamail-1.4.1" , "jaf-1.0.2" and also "jes-1.6.1" and added their jar files to the ClassPath.
Here is a problem confusing me some days.I have a simple java program which needs host,id and password.
I don't know exactly how should i configure this email server to set these variables and i will appreciate if anybody can help me.

Regard
 
Sheriff
Posts: 22784
131
Eclipse IDE Spring VI Editor Chrome Java Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You haven't downloaded a mailserver yet. You can use one provided by your operating system (e.g. IIS for Windows Professional / Server, sendmail or postfix for Linux etc), or search for one on the Internet.
 
hany hashemi
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your response but i downloaded JavaEmail Server as a server.Still i don't know how to use this email server...
reply
    Bookmark Topic Watch Topic
  • New Topic