Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 347 Bytes

File metadata and controls

11 lines (8 loc) · 347 Bytes

Java-Email

Send Email In Java Via SMTP Server

1:

Download The Latest javax.mail.jar from HERE

2:

Place the File Under "\path to your jdk\jdk(your version)\jre\lib\ext" OR Easily Add it As A Dependency Via Your Favorite IDE

3:

Enter Your Info, Run Code and Have Fun!