Skip to content

Instantly share code, notes, and snippets.

@yukulele
Forked from LeaVerou/dabblet.css
Created November 8, 2012 14:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yukulele/4038980 to your computer and use it in GitHub Desktop.
Save yukulele/4038980 to your computer and use it in GitHub Desktop.
Testing mailto forms
/**
* Testing mailto forms
*/
<form action="mailto:e1@dom1.org,e2@dom2.org;e3@dom3.org" method="get" enctype="text/plain">
<input type=hidden name="subject" value="titre1" />
<input type=hidden name="subject" value="titre2" />
<input type=hidden name="to" value="e4@dom4.org,e5@dom5.org" />
<input type=hidden name="to" value="e6@dom6.org;e7@dom7.org" />
<input type=hidden name="cc" value="cc@domcc.org,cc2@domcc.org" />
<input type=hidden name="body" value="123456" />
<button type="submit">Email</button>
</form>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"html"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment