Skip to content

消息模块:邮件

简介

continew-starter-messaging-mail 是 ContiNew Starter 消息模块针对邮件的默认处理。

xml
<dependency>
    <groupId>top.continew</groupId>
    <artifactId>continew-starter-messaging-mail</artifactId>
</dependency>

主要特性

  • 版本锁定:涉及依赖已进行版本锁定,使用时无需配置版本
  • 提供 MailUtils 工具类,支持发送普通邮件、HTML 邮件给单人/多人

配置示例

温馨提示

下方邮件配置已经在本模块中进行了默认配置,使用者无需再进行配置,如需要更改,可进行覆盖配置。

yaml
spring.mail:
  default-encoding: utf-8

核心依赖

依赖描述
continew-starter-core
spring-boot-starter-mailJava 邮件支持