Re: Javamail using sendmail on unix
Posted By:
Lunkwill_Vroomfondel
Posted On:
Monday, May 27, 2002 03:49 PM
if there is a sendmail-daemon running on your computer, the server is "localhost" and the port is 25.
you dont invoke sendmail as your mail-handling-program directly - thats exactly the job, javamail does for you.
Re: Javamail using sendmail on unix
Posted By:
John_Zukowski
Posted On:
Sunday, May 26, 2002 05:00 PM
It doesn't matter what program you are using. All you have to do is put the name of the server that is listening on the appropriate port.