Documentation ¶
Index ¶
Constants ¶
View Source
const ( EmailEndPoint = "https://dm.aliyuncs.com/" SingleSendMail = "SingleSendMail" BatchSendMail = "BatchSendMail" EmailAPIVersion = "2015-11-23" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) SendBatchMail ¶
func (this *Client) SendBatchMail(args *SendBatchMailArgs) error
func (*Client) SendSingleMail ¶
func (this *Client) SendSingleMail(args *SendSingleMailArgs) error
type SendBatchMailArgs ¶
type SendBatchMailArgs struct { SendEmailArgs TemplateName string ReceiverName string TagName string }
type SendEmailArgs ¶
type SendSingleMailArgs ¶
Click to show internal directories.
Click to hide internal directories.