U

Udayakumar P's Blog On Java Technologies

Learn concepts in Java, J2EE and its related technologies
with ease. Find concepts, Java programs, programming tips
and interview questions.

  • Rated3.2/ 5
  • Updated 7 Years Ago

How to send mail using JavaMail API

Updated 7 Years Ago

How To Send Mail Using JavaMail API
How to send mail using JavaMail API Sending emails is a common task in most of the real life applications. Java provides a robust API(JavaMail) that we can use to send emails using SMTP server. In …
Read More