Package net.risesoft.api.message.impl
Class EmailServiceExecutor
- java.lang.Object
-
- net.risesoft.api.message.impl.EmailServiceExecutor
-
- All Implemented Interfaces:
MessageServiceExecutor
public class EmailServiceExecutor extends Object implements MessageServiceExecutor
-
-
Constructor Summary
Constructors Constructor Description EmailServiceExecutor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsendMessage(String[] recipients, String title, String message, Object source)发送消息服务voidsendSimpleMail(String[] tos, String subject, String content)发送简单文本的邮件方法
-
-
-
Method Detail
-
sendSimpleMail
public void sendSimpleMail(String[] tos, String subject, String content)
发送简单文本的邮件方法- Parameters:
tos-subject-content-
-
sendMessage
public void sendMessage(String[] recipients, String title, String message, Object source)
Description copied from interface:MessageServiceExecutor发送消息服务- Specified by:
sendMessagein interfaceMessageServiceExecutor- Parameters:
recipients- 收消息人title- 标题message- 短信
-
-