Pre-fill an email in the Compose view in Email+
Сomposing emails was extended with the new “email+app” scheme with the same variables as for mailto scheme:
email+app://[email protected]&subject=testSubject
When you tap on any URL from any app, the Email+ app is activated and Composer window opens with pre-filled fields.
Link Syntax:
Domain: email+app
Host: compose
Variables:
Variable | Description |
---|---|
&to= |
Use this variable to set the recipient, or recipients, separated by a comma. |
&cc= |
Use this variable to set the CC recipient(s). |
&bcc= |
Use this variable to set the BCC recipient(s). |
&subject= |
Use this variable to set the email subject, URL encode for longer sentences, so replace spaces with %20, and so on. |
&body= |
Use this variable to set the body of the message, you can add entire sentences here, including line breaks. Line breaks should be converted to %0A. |