首页>代码>【demo】自己写的一个 SpringMail 异步发送邮件的demo。 javamail 邮件异步发送>/spring-mail/src/main/java/com/haohui/springmail/MailService.java
01 | /* |
02 | * Copyright 2012-2013 The Haohui Network Corporation |
03 | */ |
04 | package com.haohui.springmail; |
05 |
06 | /** |
07 | * @project haohui-b2b |
08 | * @author cevencheng |
09 | * @create 2012-3-24 上午12:26:17 |
10 | */ |
11 | public interface MailService { |
12 |
13 | /** |
14 | * 发送 HTML 邮件 |
15 | * |
16 | * @param receivers 多个收件箱地址用 ,分隔 |
17 | * @param subject |
18 | * @param text |
19 | */ |
20 | public abstract void sendHtmlEmails(String receivers, String subject, String content); |
21 | } |

chenruofei1996 LV1
2020年8月17日
chengxuyuanb LV1
2019年10月16日
ZpongZ LV6
2019年10月6日
dyhqwe LV1
2019年8月1日
chennguo LV6
2019年4月24日
2469684164 LV10
2019年3月16日
zzuLXH LV2
2019年3月12日
tan18871439923 LV14
2018年10月31日
zongheng14 LV2
2018年10月20日
wcy071213 LV27
2018年6月14日