-
Updated
Jun 20, 2018 - Java
#
javamail
Here are 76 public repositories matching this topic...
2018年本科毕设项目,已更新所有开发和部署文档。基于Dubbo、SSM、Shiro、ELK、ActiveMQ、Redis等实现的一套高可用、高性能、高可扩展的分布式系统架构,实现可支持业务的基础公共服务,API使用Restful风格对外暴露。已经实现的包括:发送邮件服务、FastDFS文件存储服务、ELK实时日志查询服务、Redis缓存服务、Mybatis数据库、阿里短信推送、Goeasy消息推送、Druid监控、ActiveMQ消息队列、shiro权限认证、cas单点登录、权限配置web系统、移动端后台系统。持续更新中......
nginx
redis
spring
maven
restful
elk
zookeeper
jackson
activemq
cas
druid
mybatis
spring-mvc
shiro
dubbo
fastdfs
log4j2
javamail
goeasy
Mail connectors for Camunda BPM
react
connector
email
icons
lookup
attachment
camunda-bpm-platform
process-engine
javamail
camunda-modeler
mail-poll
camunda-bpm-mail
-
Updated
May 20, 2020 - Java
《Servlet & JSP 技術手冊 - 從 Servlet 到 Spring Boot》相關資源
-
Updated
Sep 18, 2019 - Java
i18n
redis
apidoc
mongodb
thymeleaf
jpa
quartz
druid
freemarker
springboot
springsecurity
mybatis
ehcache
swagger2
mybatis-plus
restdocs
javamail
pagehelper
springbatch
springtask
-
Updated
Dec 11, 2019 - Java
基于Spring Mail 的简单邮件发送器,两行代码发送邮件,支持群发,java邮件。
-
Updated
Mar 25, 2020 - Java
Open
Message topics
Desktop App that allow you to send HTML emails to multiple receivers
-
Updated
Nov 9, 2019 - Java
JavaMail-Android 发送邮件 腾讯QQ、网易邮箱、新浪邮箱、outlook ...
-
Updated
Mar 26, 2018 - Java
-
Updated
Jan 4, 2020 - Java
ElmarDott
commented
May 23, 2019
The current RegEx matches to most cases very well but the expression for validate if the E-Mail pattern is correct implement not the full RFC.
^[_A-Za-z0-9-\+]+(\.[_A-Za-z0-9-]+)@" + "[A-Za-z0-9-]+(\.[A-Za-z0-9]+)(\.[A-Za-z]{2,})$
gsrathoreniks
commented
Jan 24, 2020
Add functionality that user can be able to add attachements to the email
-
Updated
Mar 27, 2019 - Java
基于mvvm-databinding邮箱管理app(推荐使用mvvm-live)
-
Updated
Jun 14, 2019 - Java
-
Updated
May 10, 2017 - Java
maybeisozj / wf
This is a small experiment of my boot, simple implementation of the custom weather forecast service, the specified time will be satisfied after the mail.I used quartz, webservice, and javamail.
-
Updated
Mar 2, 2020 - Java
Spring Boot, Spring Security, MongoDB, Thymeleaf, Bootstrap, JavaMail, SuperCSV, Apache POI, IText PDF
-
Updated
Sep 10, 2019 - Java
Improve this page
Add a description, image, and links to the javamail topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the javamail topic, visit your repo's landing page and select "manage topics."
A message topic works like a JMS topic in that it it publishes messages to subscribers either synchronously (via receive()) or asynchronously (via onMessage() callback).
A topic provides read-only access to messages as there can be multiple subscribers and synchronising edits would be challenging.
A topic can be configured using a filter to define a subset of messages to publish.