Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/himash79/spring-boot-mail-sender
Build the mail sending application intergrate with Spring Boot with Restful web services as well as project functioning sending to gmail and mailTrap.
https://github.com/himash79/spring-boot-mail-sender
gmail mailtrap-io send-email spring-boot
Last synced: about 2 months ago
JSON representation
Build the mail sending application intergrate with Spring Boot with Restful web services as well as project functioning sending to gmail and mailTrap.
- Host: GitHub
- URL: https://github.com/himash79/spring-boot-mail-sender
- Owner: himash79
- Created: 2022-08-23T16:47:22.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-08-25T16:47:10.000Z (over 2 years ago)
- Last Synced: 2023-08-14T21:27:20.904Z (over 1 year ago)
- Topics: gmail, mailtrap-io, send-email, spring-boot
- Language: Java
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Spring-Boot-Mail-Sender
Build the mail sending application intergrate with Spring Boot with Restful web services as well as project functioning sending to gmail and mailTrap.## Requirements
01) Java 1.8 +
02) Maven 3.8 +
03) Gmail Account & MailTrap Account## Project setup
01) Clone the project
git clone https://github.com/himash79/Spring-Boot-Mail-Sender.git
02) Configure the Gmail app password and mailtrap
Lookup and follow the steps of "Project Config.txt" file.
03) Clean and build the project using maven
open command line (CMD) in project directory and execute 'mvn clean install'
04) Open project using intelij / eclipse05) Setup configurations in application.properties file
01) Both Gmail and Mailtrap Configuration.
06) Disable Anti-Malware Sotfware and expose Rest APIs