Skip to content

ashutoshbhoyar/mailSending-springBoot-restAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

mailSending-springBoot-restAPI

Adding the spring-boot-starter-mail dependency in pom.xml. org.springframework.boot spring-boot-starter-mail

Step 2: Setting up Application.properties file with configurations required for using Gmail SMTP server. spring.mail.host=smtp.gmail.com spring.mail.port=587 spring.mail.username= spring.mail.password= spring.mail.properties.mail.smtp.auth=true spring.mail.properties.mail.smtp.starttls.enable=true

For password generation, 2-step verification needs to be enabled for your account Login to Gmail -> Manage your Google Account -> Security -> App Passwords -> Provide your login password -> Select app with a custom name -> Click on Generate

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages