Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Fake Smtp Server | 323 | a day ago | 19 | apache-2.0 | Java | |||||
A simple SMTP Server for Testing purposes. Emails are stored in an in-memory database and rendered in a Web UI | ||||||||||
Trackr Backend | 198 | 4 years ago | 26 | mit | Java | |||||
Springboot Demo | 138 | 7 months ago | 3 | apache-2.0 | Java | |||||
基于SpringBoot 2.x整合各种常用开发工具,包括但不限于Redis,MyBatisPlus,RocketMQ,RabbitMQ,Elasticsearch,Quartz,Xxl-Job,Kafka等。 | ||||||||||
Spring Boot Examples | 121 | 2 years ago | apache-2.0 | Java | ||||||
:green_salad: Spring/SpringBoot/SpringCloud 实践学习案例,从入门到精通,持续更新中,欢迎交流学习:beer: ! | ||||||||||
Boot Admin | 112 | 3 months ago | 1 | mit | Java | |||||
基于SpringBoot 2.6.2,spring Security 5.6.1,mybatis plus3.5.0的前后端分离的后台管理系统 | ||||||||||
Isotope Mail | 109 | 3 years ago | 46 | apache-2.0 | JavaScript | |||||
Isotope Mail Client | ||||||||||
Spring Higher Order Components | 78 | 3 months ago | 6 | March 16, 2019 | 3 | Java | ||||
⚡️ Preconfigured components to speedup Spring Boot development | ||||||||||
Crowd Admin | 73 | 11 days ago | 1 | mit | Java | |||||
crowd-admin是一个基于Spring,Shiro,Redis/ehcache,Mybatis的通用后台权限管理系统,这里推荐本人另一个基于sprinboot的单点登录系统 | ||||||||||
Wenda | 70 | 5 years ago | n,ull | Java | ||||||
使用SSM框架搭建仿知乎问答社区 | ||||||||||
Alarm | 67 | 6 years ago | 2 | Java | ||||||
告警系统。通过提供一个上报接口,程序可以通过这个接口发送告警信息。目前支持通过邮件、微信、QQ三个渠道发送告警信息。 |
This Repository contains Restful Api for sending E-mail using smtp.gmail.com
host.
Download or clone -> Import project ->Existing Maven Projects -> Run as Spring Boot project
1.sendMail
2.sendMailWithAttachment
spring.mail.username = *********@gmail.com
spring.mail.password = *********
user.setEmailAddress("Your_Email_Address");
http://localhost:8080/send-mail
http://localhost:8080/send-mail-attachment
https://medium.com/cornercode/sending-e-mail-using-spring-boot-rest-api-16bf9c0697aa
This project is licensed under the Apache License 2.0 - see the LICENSE.md file for details