Alibaba Mail supports the mailto protocol for composing emails through URLs. You can use mailto links to pre-fill recipients, subject lines, and email body content.
Syntax Format
mailto:[recipient list]?[parameter]
Recipient List
Specify recipients directly after mailto:. Separate multiple email addresses with commas.
-
Email addresses only:
mailto:zhangsan@test.cc,lisi@test.cc
Effect: 
-
Name + email address:
mailto:"test"<zhangsan@test.cc>,"test1"<lisi@test.cc>
Effect: 
-
Name with URL encoding:
mailto:"test%E2%80%94account"<zhangsan@test.cc>
Effect: 
Parameters
|
Parameter |
Description |
Example |
Effect |
|
to |
Recipient Equivalent to specifying recipients directly after |
|
|
|
cc |
CC Uses the same format as the recipient list. |
|
|
|
bcc |
Bcc Uses the same format as the recipient list. |
|
|
|
subject |
Email subject We recommend that you use URL encoding for this parameter. |
|
|
|
body |
Email body Supports HTML format. We recommend that you use URL encoding for this parameter. |
|
|
Complete Example
mailto:zhangsan@test.cc?cc=lisi@test.cc&bcc=wangwu@test.cc&subject=Email subject&body=%3Ch1%20style%3D%22clear%3A%20both%3B%22%3E%3Cspan%20style%3D%22color%3A%20rgb(0%2C%200%2C%200)%3B%20font-family%3A%20Tahoma%2C%20Arial%2C%20STHeitiSC-Light%2C%20SimSun%3B%22%3EThis%20is%20an%20email%20body%3C%2Fspan%3E%3C%2Fh1%3E%3Cdiv%20style%3D%22clear%3A%20both%3B%22%3E%3Cspan%20style%3D%22font-size%3A%2014px%3B%20font-family%3A%20Tahoma%2C%20Arial%2…
Effect:





