Pre-fill an email in the Compose view in Email+
1 min
сomposing emails was extended with the new “ email+app ” scheme with the same variables as for mailto scheme \<font color="#000000"> email+app\ //compose?to=some\@example com\&subject=testsubject \</font> 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
