程序包 | 说明 |
---|---|
com.ags.lumosframework.sdk.base.dto | |
com.ags.lumosframework.sdk.service | |
com.ags.lumosframework.sdk.service.api |
限定符和类型 | 方法和说明 |
---|---|
static ActionResult |
ActionResult.build(boolean isSuccessful) |
static ActionResult |
ActionResult.build(boolean isSuccessful,
String description) |
static ActionResult |
ActionResult.build(boolean isSuccessful,
String description,
Exception exception) |
限定符和类型 | 方法和说明 |
---|---|
ActionResult |
MailService.sendMessage(String[] to,
String[] cc,
String subject,
String text) |
ActionResult |
MailService.sendMessage(String from,
String[] to,
String[] cc,
String subject,
String text) |
ActionResult |
MailService.sendMessage(String from,
String[] to,
String[] cc,
String subject,
String text,
File[] files)
带多附件的发送邮件功能
|
ActionResult |
MailService.sendMessage(String from,
String[] to,
String[] cc,
String subject,
String text,
URL url,
String fileName) |
限定符和类型 | 方法和说明 |
---|---|
ActionResult |
IMailService.sendMessage(String[] to,
String[] cc,
String subject,
String text)
邮件发送接口
邮件发送时送件人的地址,会根据配置项来定,具体请参考平台配置项的配置
|
ActionResult |
IMailService.sendMessage(String from,
String[] to,
String[] cc,
String subject,
String text)
按照指定发件人的地址来发送邮件
|
ActionResult |
IMailService.sendMessage(String from,
String[] to,
String[] cc,
String subject,
String text,
File[] files)
按照指定发件人的地址来发送邮件
|
ActionResult |
IMailService.sendMessage(String from,
String[] to,
String[] cc,
String subject,
String text,
URL url,
String fileName)
按照指定发件人的地址来发送邮件
|
Copyright © 2019. All rights reserved.