# SpringBoot实现发送邮件 **Repository Path**: xiaozichen/spring-boot-realizes-sending ## Basic Information - **Project Name**: SpringBoot实现发送邮件 - **Description**: 使用SpringBoot实现发送邮件(普通文件邮件、HTML格式邮件以及带有附件的邮件) - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 3 - **Created**: 2024-02-26 - **Last Updated**: 2024-02-26 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 工程简介 使用SpringBoot完成邮件发送功能: MailService接口中定义了三个方法:sendSimpleMail(发送文本邮件)、sendHtmlMail(发送HTML格式邮件)、sendAppendixMail(发送带有附件的邮件)