• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

Java Mail and Linux mail function

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi, we have a linux box and the mail function is there.
Do you know if this is a smtp server (?) and in particalur i can
use java mail api to send/receive text mail messages?
../Mel
[ January 27, 2004: Message edited by: Melody Siu ]
 
Ranch Hand
Posts: 688
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can get anything from Sendmail, Postfix, qMail, JAMES, etc. Depends on your taste, in my opinion, the quickest way to set up one and running, is using postfix. Takes about 10 minutes to configure and up and running. You will also need to install POP/IMAP package as well.
 
reply
    Bookmark Topic Watch Topic
  • New Topic