Mail sent in three ways push

Use Kewail push mail service can send mail in three ways:

A console to send bulk mail.
API to send trigger messages and bulk mail.
SMTP mail and bulk mail sending triggered.
Send e-mail via the console
currently supports sending bulk mail, e-mail does not support the trigger. Does not support adding attachments.

By selecting the list of recipients has been uploaded, moderated template, address and type of letter by sending bulk mail.

A console to send e-mail method, see send a message through the console.

Send a message via API interface
currently does not support adding attachments.

Single letter Interface: SingleSendMail.
Can send trigger messages and bulk e-mail , you do not need to call the mail template. However, we do not recommend using SingleSendMail interface to send bulk mail. Single-user frequency limit: domestic frequency limit is 1200 / min; overseas frequency limit is 800 / min.

Batch letter Interface: BatchSendMail.
Can send bulk mail, call the mail template. Single-user frequency limit: domestic frequency limit is 20 / min; overseas frequency limit is 10 / min.

By SMTP interface to send e-mail
messages sent with attachments support.
To do so, see how to send e-mail with attachments via SMTP ways.

You can trigger and send bulk mail via SMTP interface without calling the mail template.

You need to enable SMTP transmit function to send mail via SMTP interfaces.
Log in push email console.
Click on the left navigation bar sender address, enter the address of the page letter.
In the letter the address list, find the address of the SMTP sender that you want to turn on the function of the letter, in the corresponding action bar, click Settings SMTP password.
In the pop-up dialog box, fill in the SMTP password, and then click OK.

Guess you like

Origin blog.51cto.com/14328827/2401189