Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vishwajeet-29-pro/spring-boot-email-service
Email Handling using Spring boot with Simple mail, Mail with attachment and also the Multiple Recipients
https://github.com/vishwajeet-29-pro/spring-boot-email-service
bootstrap4 java java-mail-sender spring-boot thymeleaf
Last synced: about 1 month ago
JSON representation
Email Handling using Spring boot with Simple mail, Mail with attachment and also the Multiple Recipients
- Host: GitHub
- URL: https://github.com/vishwajeet-29-pro/spring-boot-email-service
- Owner: Vishwajeet-29-pro
- Created: 2023-02-02T07:05:40.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-02-17T08:58:24.000Z (11 months ago)
- Last Synced: 2024-02-17T16:59:37.591Z (11 months ago)
- Topics: bootstrap4, java, java-mail-sender, spring-boot, thymeleaf
- Language: Java
- Homepage:
- Size: 77.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring-Boot-Email-Service
Email Handling using Spring boot with Simple mail, Mail with attachment and also the Multiple Recipients
--
Using Java Mail Sender and Spring boot starter Mail dependencies Created This Spring boot project.
In this project* Compose the Simple Mail with subject and body of the mail.
* Compose the Mail with attachment.
* Compose Mail with Multiple Recipients.
## Requirement For this project:* Email Account (if using Gmail account you need to allow it to use with less secure app) search on `www.youtube.com` will get video related.
* Any Web Browser
* Any Java IDE ( edit the application.properties files)
## Edit application.properties
`src/main/resources/application.properties`
* Set Your Email Id:
* Set your Password:
* Edit your host, port number if you're using other than Gmail
## Run the application:
Download the zip file and unzip. Import it in your IDE as maven project.
Edit the changes and the main application class.
Then open your browser
* open `http://localhost:8080/email/home`
* Choose the option
* Fill the Data and send the mail.