# spring-email **Repository Path**: thivs/spring-email ## Basic Information - **Project Name**: spring-email - **Description**: 通过 org.springframework.mail 发送普通邮件、超文本邮件、含附件邮件 - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 3 - **Forks**: 2 - **Created**: 2017-06-26 - **Last Updated**: 2022-06-17 ## Categories & Tags **Categories**: web-dev-toolkits **Tags**: None ## README #spring-email 基于 org.springframework.mail 的邮件发送,其中包含三种邮件格式: 1. 普通纯文本邮件 2. 超文本邮件(html邮件,格式化邮件) 3. 含附件的邮件+文本内嵌入图片、超链接等的邮件(其实就是写标签) - 基于模板发送邮件: - freemarker.template.Configuration 读取模板的三种方法,针对三种不同的应用场景