Skip to content

Instantly share code, notes, and snippets.

@YohannParis
Created March 7, 2013 20:01
Show Gist options
  • Save YohannParis/5111274 to your computer and use it in GitHub Desktop.
Save YohannParis/5111274 to your computer and use it in GitHub Desktop.
mailto command to send pre-filled emails
RFC 2368: http://www.ietf.org/rfc/rfc2368.txt
mailto:name@domain.com?subject=Header&body=This is the first line%0D%0AThis is the second
%0D%0A = line break.
%20 = space, not really needed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment