↧
Java code sending Mail with Attachment using Java Mail API
Introduction In a day-to-day life the emails are occupied our life.If we can send our mails by using our java code without help of browser how we feel? This article do this.By using the JavaMail API...
View ArticleJava Code to Receive Mail using JavaMailAPI
Introduction: In the previous article, we have looked at sending mail with Java Mail API.Sending e-mail was relatively simple with only one protocol (SMTP) to handle. But Reception involves two...
View Article