Click here to Skip to main content
15,884,473 members
Articles / Programming Languages / Java

Send Email with Java and Yahoo! Mail

Rate me:
Please Sign up or sign in to vote.
5.00/5 (2 votes)
24 Apr 2020MIT9 min read 24K   216   5  
Short tutorial on Javax mail library
In this tutorial, we will discuss the way of sending emails from a Yahoo! Mail account using Javax Mail library. After taking a look at how to enable third party app access to Yahoo! Mail, we will see a Java project that will demonstrate how to send email and finally learn how to test. Though this tutorial is short, it will be useful in a lot of scenarios, e.g., setting up a notification service for a blog.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The MIT License


Written By
Team Leader The Judge Group
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions