https://github.com/thecomponent/send-maill-spring
Validation with email via Java SMTP ✉️
https://github.com/thecomponent/send-maill-spring
java mail smtp spring-boot
Last synced: 3 months ago
JSON representation
Validation with email via Java SMTP ✉️
- Host: GitHub
- URL: https://github.com/thecomponent/send-maill-spring
- Owner: TheComponent
- Created: 2024-10-17T14:49:12.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-20T15:50:47.000Z (over 1 year ago)
- Last Synced: 2025-01-18T11:28:03.524Z (over 1 year ago)
- Topics: java, mail, smtp, spring-boot
- Language: Java
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hi guys!
A concise Java function to send emails using the Gmail SMTP server.
# Guide line for set up gmail SMTP server.
- Step 1: You have to first enable the two-factor authentication method in your Google account. In the absence of that, the process will not be completed.
- Step 2: Click this link: https://myaccount.google.com/apppasswords and create Name application.
- Step 3: This page will be show for you password and add it in .env file.