public class NativeEmailProvider extends AbstractProvider<NativeEmailProperty,Context>
properties| Constructor and Description |
|---|
NativeEmailProvider(Context properties) |
| Modifier and Type | Method and Description |
|---|---|
javax.mail.internet.InternetAddress[] |
getAddress(String address,
Charset charset)
将一个地址字符串解析为多个地址
地址间使用" "、","、";"分隔
|
Message |
send(NativeEmailProperty entity)
指定模版
Property并发送
注意:不同等服务商使用的模版实现不同 |
sendpublic NativeEmailProvider(Context properties)
public Message send(NativeEmailProperty entity)
ProviderProperty并发送
注意:不同等服务商使用的模版实现不同send in interface Provider<NativeEmailProperty>send in class AbstractProvider<NativeEmailProperty,Context>entity - 通知内容Copyright © 2021. All rights reserved.