Please is it possible to use the Sendmail program located in /usr/sbin/sendmail as a Mail Server. If possible , Please does any one have an article or hint of how i can use Java to communicate with sendmail for the purpose of sending mail, All hints and suggestions are welcome
The Java API for sending mal is called JavaMail; a number of relevant links -including a lengthy introduction- can be found in the http://faq.javaranch.com/java/JavaEnterpriseEditionFaq. It doesn't matter whether sendmail or any other server is used; just tell JavaMail the host name, and it will take it from there.