|
You can create a link on your website, and after clicking it default email client will be opened. The most simple mailto format is mailto:my@email.com But you also can provide default body text, subject and add some people in cc or bcc. This is example mailto:me@email.com&cc=you@email.com&bcc=somebody@email.com&subject=Hello&body=Hello_it_is_body the format is very simple | Parameter | Value | | cc | here you can add person in carbon copy | | bcc | here you can add person in blind carbon copy | | subject | it’s a default subject to your email | | body | this is body of your email | If you are going to create very long email, you can use | %20 | to create space | | %0A | to add caret return | Clicking here you can create feedback about this post :)
|