Skip to content

ITersDesktop/java-send-email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sending emails in Java

This tutorial shows how to send emails in Java. The libraries used in the tutorial project are javax.mail and javax.activation.

To customise the project to make sure it runnable, you need to change the following values in SendEmail class to fit with your project.

  • Properties of the mail server. In my example, I use gmail.
  • username and password for PasswordAuthentication class.
  • Replace someone@email.com with a real email.

Next improvements/updates:

  • Discover the differences between javax.mail and com.sun.mail.
  • Send HTML messages.

References

Sign in with App Passwords

How To Send Email In Java Using Gmail SMTP?

Java - Sending Email | Tutorials Point

Releases

No releases published

Packages

No packages published

Languages