Skip to content

YoungMYN/simple-email-sender

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-email-sender

A simple script on Spring Boot that performs the function of sending emails.
I took it to a small service and use it in my projects if I need a mail service.
The script can be expanded if additional functionality is needed.
The code shows the minimum required for working mailing.

To test the service, replace the data in the file application.properties
(you will need to create an application password, if you use a Gmail mailbox, you can get information on how to do this here)

And also change the data in the code section below to yours

drawing

About

This code was written in order to study the technology of sending emails from java projects with maven.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages