Hi there,
Doesn't matter what kind of application you write
and on what platform you run. All you need to do to
send Email is to make it in the "proper" format for
mail servers and connect to the host running mail
server (could be localhost) on port 25 and you are
done.
Regards,
Naresh
---
Hi,
> my present project requires that I access sendmail of linux from java to
sendmails.
Why does one require sendmail to send out mails from one's system using
JAVAmail or any thing providing the same functionality. All that is required
is a functional SMTP server, to send mail.
> Does send